-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 592 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 592 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"engines": {
"node": ">=16.14.2"
},
"scripts": {
"start": "node index.js"
},
"dependencies": {
"chart.js": "^4.4.0",
"connect-flash": "^0.1.1",
"connect-redis": "^7.1.0",
"d3": "^7.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"ioredis": "^5.3.2",
"mongoose": "^7.4.5",
"mongoose-findorcreate": "^4.0.0",
"nodemailer": "^6.9.5",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0"
}
}