-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.42 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
51
52
53
54
55
56
57
58
{
"name": "a-brototype-task-week-project-1",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon app.js"
},
"dependencies": {
"axios": "^1.5.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"connect-flash": "^0.1.1",
"connect-redis": "^7.1.1",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"easyinvoice": "^3.0.24",
"ejs": "^3.1.9",
"exceljs": "^4.4.0",
"express": "^4.18.2",
"express-flash": "^0.0.2",
"express-session": "^1.17.3",
"express-validator": "^7.0.1",
"flash": "^1.1.0",
"http-errors": "~1.6.3",
"ioredis": "^5.4.1",
"jsonwebtoken": "^9.0.2",
"memorystore": "^1.6.7",
"modules": "^0.4.0",
"moment": "^2.29.4",
"mongoose": "^7.6.0",
"mongoose-paginate-v2": "^1.7.4",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.2",
"nodemailer": "^6.9.5",
"otp-generator": "^4.0.1",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"paypal-rest-sdk": "^1.8.1",
"pdfjs-dist": "^3.4.120",
"pdfkit": "^0.13.0",
"puppeteer": "^21.5.0",
"razorpay": "^2.0.2",
"sharp": "^0.32.6",
"toastr": "^2.1.4",
"twilio": "^4.18.0",
"uuid": "^9.0.1",
"validator": "^13.11.0",
"winston": "^3.11.0"
},
"devDependencies": {
"dotenv": "^16.3.1",
"nodemon": "^3.0.1"
}
}