-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
55 lines (55 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
{
"name": "ecommerce",
"version": "1.0.0",
"description": "ecommerce website",
"main": "server.js",
"scripts": {
"dev": "node server.js -p $PORT",
"build": "next build",
"heroku-postbuild": "next build",
"start": "pm2-runtime start ecosystem.config.js --env production",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viveksharmaui/E-Commerce.git"
},
"author": "Vivek Sharma",
"license": "ISC",
"bugs": {
"url": "https://github.com/viveksharmaui/E-Commerce/issues"
},
"homepage": "https://github.com/viveksharmaui/E-Commerce#readme",
"dependencies": {
"axios": "^0.21.1",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"cloudinary": "^1.11.0",
"cookie-parser": "^1.4.3",
"express": "^4.16.3",
"express-session": "^1.15.6",
"guid": "0.0.12",
"lodash": "^4.17.10",
"mongoose": "^5.1.7",
"muicss": "^0.10.3",
"multer": "^1.3.0",
"next": "^11.1.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pm2": "^5.1.0",
"querystring": "^0.2.0",
"react": "^17.0.2",
"react-burger-menu": "^3.0.6",
"react-dom": "^17.0.2",
"react-stripe-checkout": "^2.6.3",
"react-toastify": "^7.0.4",
"request": "^2.87.0",
"snyk": "^1.189.0",
"stripe": "^8.165.0"
},
"engines": {
"node": "6.11.x"
},
"snyk": true
}