-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "first-project",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"aws-sdk": "^2.1092.0",
"blob-stream": "^0.1.3",
"body-parser": "^1.19.2",
"cloudinary": "^1.28.1",
"connect-mongo": "^4.6.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.0",
"download-pdf": "^0.1.6",
"express": "~4.16.1",
"express-fileupload": "^1.2.1",
"express-handlebars": "^6.0.2",
"express-session": "^1.17.2",
"fileupload": "^0.2.1",
"formidable": "^2.0.1",
"fs": "^0.0.1-security",
"handlebars-dateformat": "^1.1.2",
"hbs": "^4.2.0",
"http-errors": "~1.6.3",
"isodate": "^0.1.4",
"moment": "^2.29.1",
"mongodb": "^4.3.0",
"morgan": "~1.9.1",
"node-schedule": "^2.1.0",
"nodemon": "^2.0.15",
"paypal-rest-sdk": "^1.8.1",
"pdfkit": "^0.13.0",
"promise": "^8.1.0",
"razorpay": "^2.8.0",
"twilio": "^3.72.0",
"util": "^0.12.4"
}
}