-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·45 lines (45 loc) · 1.27 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
{
"name": "ecommerce",
"version": "1.0.0",
"description": "",
"main": "backend/server.js",
"scripts": {
"start": "node backend/server.js",
"dev": "nodemon backend/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "NPM_CONFIG_PRODUCTION=false && npm install --prefix frontend && npm run build --prefix frontend"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.25.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.1",
"cloudinary": "^1.29.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^12.0.3",
"express": "^4.17.2",
"express-fileupload": "^1.3.1",
"jshint": "^2.13.3",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.1.6",
"nodemailer": "^6.7.2",
"nodemon": "^2.0.15",
"overlay-navbar": "^1.1.1",
"react-alert": "^7.0.3",
"react-alert-template-basic": "^1.0.2",
"react-helmet": "^6.1.0",
"react-messenger-customer-chat": "^0.8.0",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"shortid": "^2.2.16",
"slugify": "^1.6.5",
"twilio": "^3.73.0",
"validator": "^13.7.0",
"webfontloader": "^1.6.28"
}
}