{ "name": "kitebeach", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint" }, "dependencies": { "@formatjs/intl-localematcher": "^0.8.10", "@prisma/adapter-pg": "^7.8.0", "@prisma/client": "^7.8.0", "bcryptjs": "^3.0.3", "framer-motion": "^12.40.0", "lucide-react": "^1.17.0", "negotiator": "^1.0.0", "next": "16.2.7", "pg": "^8.21.0", "react": "19.2.4", "react-dom": "19.2.4" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@types/bcryptjs": "^2.4.6", "@types/negotiator": "^0.6.4", "@types/node": "^20", "@types/pg": "^8.20.0", "@types/react": "^19", "@types/react-dom": "^19", "dotenv": "^17.4.2", "eslint": "^9", "eslint-config-next": "16.2.7", "prisma": "^7.8.0", "tailwindcss": "^4", "typescript": "^5" } }