-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1003 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
40
41
{
"name": "evara",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.11.0",
"bson": "^4.7.1",
"chart.js": "^4.3.0",
"colors": "^1.4.0",
"connect-mongodb-session": "^3.1.1",
"cookie-parser": "~1.4.4",
"debug": "^4.3.4",
"dotenv": "^16.0.3",
"ejs": "^3.1.8",
"ejs-lint": "^2.0.0",
"ejs-locals": "^1.0.2",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.0.0",
"express-validator": "^6.14.2",
"fs": "^0.0.1-security",
"http-errors": "~1.6.3",
"mongodb": "^4.13.0",
"mongoose": "^6.8.2",
"morgan": "^1.3.2",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.20",
"objectid": "^2.3.0",
"razorpay": "^2.8.6",
"session": "^0.1.0",
"slugify": "^1.6.6",
"sweetalert2": "^11.4.8",
"twilio": "^4.10.0",
"voucher-code-generator": "^1.3.0",
"xlsx": "^0.18.5"
}
}