First protorype

This commit is contained in:
Alexandru Eduard Farcas
2025-07-04 12:24:00 +03:00
parent 325b0bdc30
commit 024e5ca656
26 changed files with 1278 additions and 1 deletions
+4
View File
@@ -9,8 +9,12 @@
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^2.10.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^6.11.0",
"bcryptjs": "^3.0.2",
"next": "15.3.4",
"next-auth": "^4.24.11",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},