-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
74 lines (74 loc) · 2.02 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "node",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.0.0-rc.0",
"@patternfly/patternfly": "^2.8.3",
"@patternfly/react-core": "^3.16.10",
"@patternfly/react-icons": "^3.9.3",
"@patternfly/react-table": "^2.5.11",
"connected-react-router": "^6.4.0",
"fetchival": "^0.3.3",
"history": "^4.9.0",
"html2canvas": "^1.0.0-rc.3",
"import": "^0.0.6",
"lodash": "4.17.19",
"lodash-es": "4.17.14",
"luxon": "^1.16.0",
"prop-types": "^15.7.2",
"query-string": "^6.12.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-redux": "^7.1.0",
"react-router": "^5.0.1",
"react-router-cache-route": "^1.7.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-table": "^7.0.5",
"react-virtualized": "^9.21.1",
"recharts": "^1.6.2",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"uglifyjs-webpack-plugin": "^2.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "yarn install && yarn run build:react && yarn run build:bundle",
"build:react": "INLINE_RUNTIME_CHUNK=false react-scripts build",
"build:bundle": "PUBLIC_URL='/' webpack --config webpack.config.js",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"base64-inline-loader": "^1.1.1",
"copy-webpack-plugin": "^5.1.1",
"create-file-webpack": "^1.0.2",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^3.2.0",
"style-loader": "^0.23.1",
"typescript": "^3.5.2",
"webpack-cli": "^3.3.3"
},
"resolutions": {
"browserslist": "^4.23.3",
"caniuse-lite": "^1.0.30001646"
}
}