-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 822 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 822 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
33
34
{
"name": "molla-ecommerce-html-template",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"axios": "^1.1.2",
"bcrypt": "^5.0.1",
"cookie-parser": "~1.4.4",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^16.0.2",
"express": "~4.16.1",
"express-handlebars": "^6.0.6",
"express-session": "^1.17.3",
"fileupload": "^0.2.1",
"handlebars-helpers": "^0.9.8",
"hbs": "^4.2.0",
"http-errors": "~1.6.3",
"mongodb": "^4.9.1",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"nocache": "^3.0.4",
"nodemon": "^2.0.19",
"otp-generator": "^4.0.0",
"paypal-rest-sdk": "^1.8.1",
"razorpay": "^2.8.3",
"start": "^5.1.0",
"twilio": "^3.82.0"
}
}