-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 894 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
39
{
"name": "we-backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "nodemon app.js"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"nodemon": "^3.1.4"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"cloudinary": "^1.41.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express-rate-limit": "^5.5.1",
"express-validator": "^7.2.0",
"helmet": "^8.0.0",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.6.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.15",
"rate-limiter-flexible": "^5.0.3",
"redis": "^4.7.0",
"socket.io": "^4.8.1",
"winston": "^3.14.2"
}
}