-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 940 Bytes
/
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
{
"name": "mission-control",
"version": "0.1.0",
"private": true,
"devDependencies": {
"prettier": "^1.15.3",
"react-scripts": "^2.1.3"
},
"dependencies": {
"@material-ui/core": "^3.8.3",
"connected-react-router": "^6.2.0",
"material-ui": "^0.20.2",
"normalize-css": "^2.3.1",
"query-string": "^6.2.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
"react-router-redux": "^4.0.7",
"redux": "^3.6.0",
"redux-devtools-extension": "^1.0.0",
"redux-saga": "^0.16.2",
"unfetch": "^4.0.1"
},
"scripts": {
"start": "ENV=dev react-scripts start",
"build": "ENV=prod react-scripts build",
"test": "react-scripts test --env=jsdom",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx,json,css,scss,md}"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}