pckage.json et prisma.schema

This commit is contained in:
2026-03-02 16:57:14 +01:00
parent 933de194da
commit 24e92bceef
4 changed files with 15 additions and 9 deletions

View File

@@ -7,26 +7,23 @@
},
"scripts": {
"dev": "next dev",
"build": "npx prisma generate && cross-env NEXT_TELEMETRY_DISABLED=1 next build",
"start": "npx prisma generate && npx prisma db push && rm -rf .next/standalone/node_modules/@prisma .next/standalone/node_modules/.prisma && node .next/standalone/server.js",
"build": "npx prisma generate && next build",
"start": "npx prisma db push && node .next/standalone/server.js",
"lint": "next lint"
},
"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",
"cross-env": "^10.1.0",
"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"
"react-dom": "19.2.3",
"server-only": "^0.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",