-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.34 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
{
"name": "backend",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cd client && npm run build",
"install-client": "cd client && npm install",
"heroku-postbuild": "npm run install-client && npm run build",
"start": "node server.js",
"client": "cd client && npm start",
"dev": "concurrently \"nodemon server.js\" \"npm run client\""
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"bootstrap": "^4.4.1",
"classnames": "^2.2.6",
"concurrently": "^5.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"is-empty": "^1.2.0",
"jquery": "^3.5.1",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"mdbreact": "^4.27.0",
"mongoose": "^5.9.26",
"morgan": "^1.10.0",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"popper.js": "^1.16.1",
"react": "^16.13.1",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-slick": "^0.26.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"slick-carousel": "^1.8.1",
"validator": "^13.1.1"
},
"engines": {
"node": "10.16.0"
},
"devDependencies": {
"eslint-plugin-react-hooks": "^4.0.8"
},
"keywords": [],
"description": ""
}