-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 910 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 910 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
32
33
34
35
36
37
38
{
"name": "express-webjudi",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node api/app.js"
},
"dependencies": {
"bcrypt": "^5.1.1",
"connect-mongodb-session": "^5.0.0",
"connect-redis": "^8.0.2",
"cookie-parser": "~1.4.4",
"cross-env": "^7.0.3",
"debug": "~2.6.9",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "~4.16.1",
"express-async-handler": "^1.2.0",
"express-rate-limit": "^7.5.0",
"express-session": "^1.18.1",
"express-validator": "^7.2.1",
"http-errors": "~1.6.3",
"ioredis": "^5.6.0",
"jade": "~1.11.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.13.0",
"morgan": "~1.9.1",
"mysql": "^2.18.1",
"mysql2": "^3.12.0",
"pug": "^3.0.3",
"winston": "^3.17.0"
},
"devDependencies": {
"autoprefixer": "^10.4.21",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.17"
}
}