-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.27 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.27 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "backup-blog",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=production node server.js",
"dev": "NODE_ENV=development nodemon server.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"cloudinary": "^1.41.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^7.1.5",
"handlebars": "^4.7.8",
"helmet": "^7.1.0",
"html-to-text": "^9.0.5",
"http-status": "^1.7.3",
"ioredis": "^5.3.2",
"joi": "^17.12.0",
"jsonwebtoken": "^9.0.2",
"mjml": "^4.14.1",
"moment": "^2.30.1",
"mongoose": "^7.5.3",
"mongoose-paginate-v2": "^1.8.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.5",
"passport": "^0.7.0",
"passport-local-mongoose": "^8.0.0",
"pdfkit": "^0.13.0",
"pug": "^3.0.2",
"redis": "^4.6.13",
"socket.io": "^4.7.2",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"validator": "^13.11.0",
"webrtc": "^1.14.1",
"winston": "^3.11.0"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}