41 lines
951 B
JSON
41 lines
951 B
JSON
{
|
|
"name": "plumeia",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint",
|
|
"postinstall": "npx prisma db push && next start"
|
|
},
|
|
"dependencies": {
|
|
"@google/genai": "^1.38.0",
|
|
"@prisma/adapter-pg": "^7.4.1",
|
|
"@prisma/client": "^7.4.1",
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/pg": "^8.16.0",
|
|
"bcryptjs": "^3.0.3",
|
|
"dotenv": "^17.3.1",
|
|
"lucide-react": "^0.563.0",
|
|
"next": "16.1.6",
|
|
"next-auth": "^5.0.0-beta.30",
|
|
"pg": "^8.19.0",
|
|
"prisma": "^7.4.1",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.1.6",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
} |