aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-06-03 14:36:30 +0530
committerBobby <[email protected]>2022-06-03 14:36:30 +0530
commit06e4ecd95bfd2817e56af83dbe9af1b6eba283bf (patch)
treea2ec28bbab430e634b5c964d9e8c56e636e46062 /package.json
parent1958098bdabf10f6b8ac9ea5851e08172dd8e10c (diff)
downloadthatcomputerscientist-06e4ecd95bfd2817e56af83dbe9af1b6eba283bf.tar.xz
thatcomputerscientist-06e4ecd95bfd2817e56af83dbe9af1b6eba283bf.zip
complete login functionality
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 31e0c4d3..625c1555 100644
--- a/package.json
+++ b/package.json
@@ -21,13 +21,16 @@
"@prisma/client": "^3.14.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.0",
+ "connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
+ "express-session": "^1.17.3",
"jsonwebtoken": "^8.5.1",
- "mysql2": "^2.3.3"
+ "mysql2": "^2.3.3",
+ "node-fetch": "^3.2.5"
},
"devDependencies": {
"nodemon": "^2.0.16"