-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 770 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 770 Bytes
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
{
"name": "e-commerce-website",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"canvas": "^2.8.0",
"compress-images": "^2.0.4",
"cookie-parser": "~1.4.4",
"country-state-city": "^2.2.0",
"dateformat": "^4.5.1",
"debug": "~2.6.9",
"express": "~4.16.1",
"express-fileupload": "^1.2.1",
"express-handlebars": "^5.3.2",
"express-session": "^1.17.2",
"hbs": "^4.1.2",
"http-errors": "~1.6.3",
"image-clipper": "^0.4.4",
"mongodb": "^3.6.9",
"morgan": "~1.9.1",
"multer": "^1.4.4",
"nodemon": "^2.0.7",
"pngquant-bin": "^6.0.1",
"razorpay": "^2.0.6",
"sharp": "^0.29.3"
}
}