-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1001 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1001 Bytes
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
{
"name": "marvel-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"body-parser": "^1.18.3",
"bootstrap": "^4.3.1",
"dev": "^0.1.3",
"express": "^4.16.4",
"lodash": "^4.17.11",
"md5": "^2.2.1",
"node-cache": "^4.2.0",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-scripts": "2.1.8",
"request": "^2.88.0",
"request-promise": "^4.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"server": "node-env-run server --exec nodemon | pino-colada",
"dev": "run-p server start"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"express-pino-logger": "^4.0.0",
"node-env-run": "^3.0.2",
"nodemon": "^1.18.10",
"npm-run-all": "^4.1.5",
"pino-colada": "^1.4.4"
}
}