-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) 路 1.11 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) 路 1.11 KB
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
{
"name": "ecommerce",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"devStart": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"base64-to-image": "^1.0.2",
"bcrypt": "^5.0.1",
"cookie-parser": "~1.4.4",
"cookie-session": "^1.4.0",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"dotenv": "^8.6.0",
"express": "^4.16.4",
"express-fileupload": "^1.2.1",
"express-handlebars": "^5.3.2",
"express-session": "^1.17.1",
"express-validator": "6.10.0",
"fileupload": "^0.2.2",
"handlebars": "^4.7.7",
"hbs": "^4.1.1",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongodb": "^3.6.4",
"morgan": "~1.9.1",
"node-fetch": "^2.6.1",
"node-latest-version": "^1.0.16",
"node-pre-gyp": "^0.17.0",
"nvm": "^0.0.4",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"paypal-rest-sdk": "^1.8.1",
"razorpay": "^2.0.6",
"twilio": "^3.62.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}