{ "name": "drinktracker-init", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@anthropic-ai/sdk": "^0.78.0", "@auth/prisma-adapter": "^2.11.1", "@aws-sdk/client-s3": "^3.1000.0", "@prisma/client": "^6.19.2", "@tanstack/react-query": "^5.90.21", "@types/bcryptjs": "^2.4.6", "bcryptjs": "^3.0.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.575.0", "next": "14.2.35", "next-auth": "^5.0.0-beta.25", "openai": "^6.25.0", "prisma": "^6.19.2", "react": "^18", "react-dom": "^18", "sharp": "^0.34.5", "tailwind-merge": "^3.5.0", "tailwindcss-animate": "^1.0.7", "zod": "^4.3.6" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "eslint": "^8", "eslint-config-next": "14.2.35", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }