{ "name": "honeydue-web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint", "analyze": "ANALYZE=true next build", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@hookform/resolvers": "^5.2.2", "@tanstack/react-query": "^5.90.21", "@tanstack/react-query-devtools": "^5.91.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "lucide-react": "^0.576.0", "next": "16.1.6", "posthog-js": "^1.357.2", "radix-ui": "^1.4.3", "react": "19.2.3", "react-day-picker": "^9.14.0", "react-dom": "19.2.3", "react-hook-form": "^7.71.2", "recharts": "^3.7.0", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", "zod": "^4.3.6", "zustand": "^5.0.11" }, "devDependencies": { "@axe-core/playwright": "^4.11.1", "@next/bundle-analyzer": "^16.1.6", "@playwright/test": "^1.58.2", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.1.6", "shadcn": "^3.8.5", "tailwindcss": "^4", "tw-animate-css": "^1.4.0", "typescript": "^5", "vitest": "^4.0.18" } }