add debut auth systeme

This commit is contained in:
Arhur
2024-12-08 03:14:52 +01:00
parent f26a23bc45
commit 3efd4c9345
16 changed files with 1835 additions and 123 deletions
+6
View File
@@ -9,12 +9,18 @@
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^6.0.1",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"next": "15.0.4",
"prisma": "^6.0.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sqlite3": "^5.1.7",
"streaming": "file:"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",