-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 727 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 727 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
27
28
29
30
31
{
"name": "classield",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=22.15.0"
},
"scripts": {
"start": "node ./server.js"
},
"dependencies": {
"@dr.pogodin/csurf": "^1.16.9",
"bcryptjs": "^3.0.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.7",
"debug": "^4.4.3",
"express": "^5.2.1",
"express-handlebars": "8.0.3",
"express-session": "^1.19.0",
"express-validator": "^7.3.2",
"i18n": "^0.15.3",
"moment": "^2.30.1",
"mongoose": "^9.6.2",
"morgan": "^1.10.1",
"passport": "^0.7.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"serve-favicon": "^2.5.1"
}
}