This commit is contained in:
2026-03-02 17:15:39 +01:00
parent 4b162f1b9a
commit 85642b4672
5 changed files with 24 additions and 63 deletions

View File

@@ -13,6 +13,7 @@
},
"dependencies": {
"@google/genai": "^1.38.0",
"@prisma/adapter-pg": "^7.4.2",
"@prisma/client": "^7.4.1",
"@types/bcryptjs": "^2.4.6",
"bcryptjs": "^3.0.3",
@@ -20,6 +21,7 @@
"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",
@@ -28,6 +30,7 @@
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/pg": "^8.18.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
@@ -39,4 +42,4 @@
"prisma": {
"seed": "npx tsx prisma/seed.ts"
}
}
}