{ "name": "flowstate", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@types/node": "^20.0.0", "@types/react": "^18.3.0", "@types/react-dom": "^18.3.0", "autoprefixer": "^10.4.0", "clsx": "^2.1.0", "date-fns": "^4.1.0", "lucide-react": "^1.0.0", "next": "^14.2.0", "postcss": "^8.5.0", "react": "^18.3.0", "react-dom": "^18.3.0", "recharts": "^2.12.0", "tailwind-merge": "^2.3.0", "tailwindcss": "^3.4.0", "typescript": "^5.4.0" } }