aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
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"