forked from timbiles/Breaking-Bad--API
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "breaking-bad-api",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.7",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"compression": "^1.7.4",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-rate-limit": "^5.1.1",
"massive": "^5.5.0",
"moment": "^2.22.2",
"path": "^0.12.7",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-hot-loader": "^4.11.1",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.3",
"styled-components": "^4.0.3"
},
"scripts": {
"dev": "concurrently --kill-others \"nodemon server/index.js\" \"react-scripts start\"",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"ser": "nodemon server/index.js",
"dev:front-end": "react-scripts start"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"concurrently": "^4.0.1",
"node-sass": "^4.11.0",
"npm-run-all": "^4.1.5"
},
"proxy": "http://localhost:8080"
}