-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 946 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": "week-11",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"busboy-body-parser": "^0.3.2",
"cookie-parser": "~1.4.3",
"crypto": "^1.0.1",
"debug": "~2.6.0",
"dotenv": "^16.3.1",
"easyinvoice": "^3.0.23",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-ejs-layouts": "^2.5.1",
"express-session": "^1.17.3",
"moment": "^2.29.4",
"mongoose": "^7.4.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nocache": "^4.0.0",
"node-cron": "^3.0.2",
"nodemailer": "^6.9.4",
"nodemon": "^3.0.1",
"pdfkit": "^0.13.0",
"punycode": "^2.3.1",
"razorpay": "^2.9.2",
"serve-favicon": "^2.5.0",
"session": "^0.1.0",
"sharp": "^0.32.5",
"stream": "^0.0.2",
"sweetalert2": "^11.6.13",
"voucher-code-generator": "^1.3.0"
}
}