diff options
Diffstat (limited to 'backend/package.json')
| -rw-r--r-- | backend/package.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/backend/package.json b/backend/package.json index 81cf689..70d2aac 100644 --- a/backend/package.json +++ b/backend/package.json @@ -12,14 +12,21 @@ "license": "ISC", "dependencies": { "@prisma/client": "^6.9.0", + "@types/bcrypt": "^5.0.2", + "@types/cookie-parser": "^1.4.9", + "@types/express-session": "^1.18.2", + "bcrypt": "^6.0.0", + "cookie-parser": "^1.4.7", "cors": "^2.8.5", - "express": "^5.1.0", + "express": "^4.21.2", + "express-session": "^1.18.1", + "node-fetch": "^3.3.2", "sqlite": "^5.1.1", "sqlite3": "^5.1.7" }, "devDependencies": { "@types/cors": "^2.8.19", - "@types/express": "^5.0.3", + "@types/express": "^4.17.23", "@types/node": "^24.0.3", "@types/sqlite3": "^5.1.0", "prisma": "^6.9.0", |
