{ "name": "frontend", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "dev:nosentry": "export NODE_ENV=development && export DISABLE_SENTRY=true && next dev", "dev:test": "export NODE_ENV=test && next dev", "build": "next build", "start": "next start", "lint": "next lint", "format": "prettier --write .", "test": "playwright test", "test-ui": "playwright test --ui", "gentests": "playwright codegen http://localhost:3000" }, "browserslist": [ "defaults" ], "dependencies": { "@hookform/resolvers": "^3.9.0", "@next/third-parties": "^14.2.5", "@radix-ui/react-avatar": "^1.1.0", "@radix-ui/react-checkbox": "^1.1.1", "@radix-ui/react-collapsible": "^1.1.0", "@radix-ui/react-dialog": "^1.1.1", "@radix-ui/react-dropdown-menu": "^2.1.1", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-popover": "^1.1.1", "@radix-ui/react-scroll-area": "^1.1.0", "@radix-ui/react-select": "^2.1.1", "@radix-ui/react-separator": "^1.1.0", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-switch": "^1.1.0", "@radix-ui/react-toast": "^1.2.1", "@radix-ui/react-tooltip": "^1.1.2", "@sentry/nextjs": "^8", "@supabase/ssr": "^0.4.0", "@supabase/supabase-js": "^2.45.0", "@tanstack/react-table": "^8.20.5", "@xyflow/react": "^12.1.0", "ajv": "^8.17.1", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "cmdk": "1.0.0", "date-fns": "^3.6.0", "dotenv": "^16.4.5", "lucide-react": "^0.407.0", "moment": "^2.30.1", "next": "^14.2.13", "next-themes": "^0.3.0", "react": "^18", "react-day-picker": "^8.10.1", "react-dom": "^18", "react-hook-form": "^7.52.1", "react-icons": "^5.3.0", "react-markdown": "^9.0.1", "react-modal": "^3.16.1", "react-shepherd": "^6.1.1", "recharts": "^2.12.7", "tailwind-merge": "^2.3.0", "tailwindcss-animate": "^1.0.7", "uuid": "^10.0.0", "zod": "^3.23.8" }, "devDependencies": { "@playwright/test": "^1.47.1", "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@types/react-modal": "^3.16.3", "eslint": "^8", "eslint-config-next": "14.2.4", "postcss": "^8", "prettier": "^3.3.3", "prettier-plugin-tailwindcss": "^0.6.6", "tailwindcss": "^3.4.1", "typescript": "^5" } }