77 lines
2.7 KiB
JSON
77 lines
2.7 KiB
JSON
{
|
|
"name": "witlab-funnel",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "npm run dev:frontend",
|
|
"dev:frontend": "node ./scripts/run-with-variant.mjs dev frontend -- --turbopack",
|
|
"dev:full": "node ./scripts/run-with-variant.mjs dev full -- --turbopack",
|
|
"build": "npm run build:frontend",
|
|
"build:frontend": "node ./scripts/run-with-variant.mjs build frontend -- --turbopack",
|
|
"build:full": "node ./scripts/run-with-variant.mjs build full -- --turbopack",
|
|
"start": "npm run start:frontend",
|
|
"start:frontend": "node ./scripts/run-with-variant.mjs start frontend",
|
|
"start:full": "node ./scripts/run-with-variant.mjs start full",
|
|
"lint": "eslint",
|
|
"bake:funnels": "node scripts/bake-funnels.mjs",
|
|
"import:funnels": "node scripts/import-funnels-to-db.mjs",
|
|
"sync:funnels": "node scripts/sync-funnels-from-db.mjs",
|
|
"migrate:arrow-hint": "node scripts/migrate-trial-choice-arrow-hint.mjs",
|
|
"storybook": "storybook dev -p 6006 --ci",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"dependencies": {
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@lottiefiles/dotlottie-react": "^0.17.4",
|
|
"@radix-ui/react-accordion": "^1.2.12",
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
"@radix-ui/react-checkbox": "^1.3.3",
|
|
"@radix-ui/react-dialog": "^1.1.15",
|
|
"@radix-ui/react-label": "^2.1.7",
|
|
"@radix-ui/react-progress": "^1.1.7",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-separator": "^1.1.7",
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"@unleash/proxy-client-react": "^5.0.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"dotenv": "^17.2.2",
|
|
"idb": "^8.0.3",
|
|
"lucide-react": "^0.544.0",
|
|
"mongoose": "^8.18.2",
|
|
"next": "15.5.7",
|
|
"react": "19.1.0",
|
|
"react-circular-progressbar": "^2.2.0",
|
|
"react-dom": "19.1.0",
|
|
"react-ga4": "^2.1.0",
|
|
"react-hook-form": "^7.63.0",
|
|
"recharts": "^2.15.4",
|
|
"tailwind-merge": "^3.3.1",
|
|
"zod": "^4.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"@chromatic-com/storybook": "^4.1.1",
|
|
"@eslint/eslintrc": "^3",
|
|
"@storybook/addon-a11y": "^9.1.13",
|
|
"@storybook/addon-docs": "^9.1.13",
|
|
"@storybook/addon-styling-webpack": "^2.0.0",
|
|
"@storybook/addon-vitest": "^9.1.13",
|
|
"@storybook/nextjs-vite": "^9.1.13",
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@vitest/browser": "^3.2.4",
|
|
"@vitest/coverage-v8": "^3.2.4",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.5.7",
|
|
"eslint-plugin-storybook": "^9.1.13",
|
|
"playwright": "^1.55.0",
|
|
"storybook": "^9.1.13",
|
|
"tailwindcss": "^4",
|
|
"tw-animate-css": "^1.3.8",
|
|
"typescript": "^5",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|