-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 978 Bytes
/
package.json
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
32
33
34
35
36
37
38
{
"name": "members-only",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www",
"serverstart": "DEBUG=express_library_tutorial:* npm run devstart"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"connect-mongodb-session": "^3.1.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.3.1",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-async-handler": "^1.2.0",
"express-ejs-layouts": "^2.5.1",
"express-rate-limit": "^6.9.0",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"helmet": "^7.0.0",
"http-errors": "~1.6.3",
"luxon": "^3.4.1",
"mongodb": "^5.8.1",
"mongoose": "^7.4.4",
"morgan": "~1.9.1",
"npm": "^10.1.0",
"passport": "^0.6.0",
"passport-local": "^1.0.0"
},
"devDependencies": {
"@flydotio/dockerfile": "^0.4.9",
"ejs-lint": "^2.0.0"
}
}