add login feature
This commit is contained in:
@@ -17,7 +17,12 @@
|
||||
"typescript": "5.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@prisma/client": "^6.18.0",
|
||||
"@types/cookie-parser": "^1.4.9",
|
||||
"bcrypt": "^6.0.0",
|
||||
"cookie-parser": "^1.4.7",
|
||||
"express": "^5.1.0",
|
||||
"morgan": "^1.10.1"
|
||||
"morgan": "^1.10.1",
|
||||
"prisma": "^6.17.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user