{ "name": "finance-app", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@base-ui/react": "^1.4.0", "@prisma/adapter-pg": "^7.7.0", "@prisma/client": "^7.7.0", "bcryptjs": "^3.0.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^1.8.0", "next": "16.2.4", "next-auth": "^5.0.0-beta.31", "papaparse": "^5.5.3", "pg": "^8.20.0", "react": "19.2.4", "react-dom": "19.2.4", "recharts": "^3.8.1", "shadcn": "^4.3.0", "tailwind-merge": "^3.5.0", "tw-animate-css": "^1.4.0", "zod": "^4.3.6" }, "prisma": { "seed": "tsx prisma/seed.ts" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/bcryptjs": "^2.4.6", "@types/node": "^20", "@types/papaparse": "^5.5.2", "@types/pg": "^8.20.0", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.2.4", "prisma": "^7.7.0", "tailwindcss": "^4", "tsx": "^4.21.0", "typescript": "^5" } }