-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.18 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"agenda": "^4.3.0",
"agendash": "^3.1.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"cloudinary": "^1.28.1",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"csurf": "^1.11.0",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^6.4.0",
"googleapis": "^103.0.0",
"gridfs-stream": "^1.1.1",
"helmet": "^5.1.0",
"hpp": "^0.2.3",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mongodb": "^4.3.1",
"mongoose": "^6.2.1",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"multer-gridfs-storage": "^5.0.2",
"node-cron": "^3.0.1",
"node-mailjet": "^3.4.1",
"node-schedule": "^2.1.0",
"nodemailer": "^6.7.5",
"nodemon": "^2.0.15",
"otp-generator": "^4.0.0",
"postmark": "^3.0.11",
"request": "^2.88.2",
"socket.io": "^4.4.1",
"validator": "^13.7.0",
"xss-clean": "^0.1.1"
}
}