{ "name": "frontend", "version": "0.3.4", "private": true, "scripts": { "dev": "next dev", "dev:nosentry": "NODE_ENV=development && DISABLE_SENTRY=true && next dev", "dev:test": "NODE_ENV=test && next dev", "build": "SKIP_STORYBOOK_TESTS=true next build", "start": "next start", "lint": "next lint && prettier --check .", "format": "prettier --write .", "type-check": "tsc --noEmit", "test": "playwright test", "test-ui": "playwright test --ui", "gentests": "playwright codegen http://localhost:3000", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build", "test-storybook": "test-storybook", "test-storybook:ci": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"npm run build-storybook -- --quiet && npx http-server storybook-static --port 6006 --silent\" \"wait-on tcp:6006 && npm run test-storybook\"" }, "browserslist": [ "defaults" ], "dependencies": { "@faker-js/faker": "^9.3.0", "@hookform/resolvers": "^3.10.0", "@next/third-parties": "^15.1.3", "@radix-ui/react-alert-dialog": "^1.1.4", "@radix-ui/react-avatar": "^1.1.1", "@radix-ui/react-checkbox": "^1.1.2", "@radix-ui/react-collapsible": "^1.1.1", "@radix-ui/react-context-menu": "^2.2.4", "@radix-ui/react-dialog": "^1.1.2", "@radix-ui/react-dropdown-menu": "^2.1.4", "@radix-ui/react-icons": "^1.3.2", "@radix-ui/react-label": "^2.1.0", "@radix-ui/react-popover": "^1.1.4", "@radix-ui/react-radio-group": "^1.2.1", "@radix-ui/react-scroll-area": "^1.2.1", "@radix-ui/react-select": "^2.1.4", "@radix-ui/react-separator": "^1.1.0", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-switch": "^1.1.1", "@radix-ui/react-toast": "^1.2.4", "@radix-ui/react-tooltip": "^1.1.6", "@sentry/nextjs": "^8", "@stripe/stripe-js": "^5.3.0", "@supabase/ssr": "^0.5.2", "@supabase/supabase-js": "^2.47.8", "@tanstack/react-table": "^8.20.6", "@xyflow/react": "^12.3.6", "ajv": "^8.17.1", "boring-avatars": "^1.11.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "cmdk": "1.0.4", "cookie": "1.0.2", "date-fns": "^4.1.0", "dotenv": "^16.4.7", "elliptic": "6.6.1", "embla-carousel-react": "^8.3.0", "framer-motion": "^11.16.0", "geist": "^1.3.1", "launchdarkly-react-client-sdk": "^3.6.0", "lucide-react": "^0.469.0", "moment": "^2.30.1", "next": "^14.2.21", "next-themes": "^0.4.4", "react": "^18", "react-day-picker": "^9.5.0", "react-dom": "^18", "react-hook-form": "^7.54.2", "react-icons": "^5.4.0", "react-markdown": "^9.0.3", "react-modal": "^3.16.3", "react-shepherd": "^6.1.6", "recharts": "^2.14.1", "tailwind-merge": "^2.6.0", "tailwindcss-animate": "^1.0.7", "uuid": "^11.0.4", "zod": "^3.23.8" }, "devDependencies": { "@chromatic-com/storybook": "^3.2.3", "@playwright/test": "^1.48.2", "@storybook/addon-a11y": "^8.3.5", "@storybook/addon-essentials": "^8.4.2", "@storybook/addon-interactions": "^8.4.2", "@storybook/addon-links": "^8.4.2", "@storybook/addon-onboarding": "^8.4.2", "@storybook/blocks": "^8.4.2", "@storybook/nextjs": "^8.4.2", "@storybook/react": "^8.3.5", "@storybook/test": "^8.3.5", "@storybook/test-runner": "^0.21.0", "@types/negotiator": "^0.6.3", "@types/node": "^22.10.5", "@types/react": "^18", "@types/react-dom": "^18", "@types/react-modal": "^3.16.3", "axe-playwright": "^2.0.3", "chromatic": "^11.22.0", "concurrently": "^9.1.2", "eslint": "^8", "eslint-config-next": "15.1.3", "eslint-plugin-storybook": "^0.11.2", "msw": "^2.7.0", "msw-storybook-addon": "^2.0.3", "postcss": "^8", "prettier": "^3.3.3", "prettier-plugin-tailwindcss": "^0.6.9", "storybook": "^8.4.5", "tailwindcss": "^3.4.17", "typescript": "^5" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e", "msw": { "workerDirectory": [ "public" ] } }