{ "name": "witlab-funnel", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build --turbopack", "start": "next start", "lint": "eslint", "storybook": "storybook dev -p 6006 --ci", "build-storybook": "storybook build" }, "dependencies": { "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-progress": "^1.1.7", "@radix-ui/react-separator": "^1.1.7", "@radix-ui/react-slot": "^1.2.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.544.0", "next": "15.5.3", "react": "19.1.0", "react-dom": "19.1.0", "tailwind-merge": "^3.3.1" }, "devDependencies": { "@chromatic-com/storybook": "^4.1.1", "@eslint/eslintrc": "^3", "@storybook/addon-a11y": "^9.1.6", "@storybook/addon-docs": "^9.1.6", "@storybook/addon-onboarding": "^9.1.6", "@storybook/addon-styling-webpack": "^2.0.0", "@storybook/addon-vitest": "^9.1.6", "@storybook/nextjs-vite": "^9.1.6", "@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.3", "eslint-plugin-storybook": "^9.1.6", "playwright": "^1.55.0", "storybook": "^9.1.6", "tailwindcss": "^4", "tw-animate-css": "^1.3.8", "typescript": "^5", "vitest": "^3.2.4" } }