-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.08 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
{
"name": "ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"hash-handler": "^2.0.1",
"input-moment": "^0.3.6",
"moment": "^2.22.2",
"moment-timezone": "^0.5.13",
"node-fetch": "^1.7.3",
"promise-polyfill": "6.0.2",
"react": "^16.0.0",
"react-clipboard.js": "^1.1.3",
"react-dom": "^16.0.0",
"react-lazyload": "^2.3.0",
"react-redux": "^5.0.6",
"react-scripts": "3.2.0",
"react-select-fast-filter-options": "^0.2.3",
"react-virtualized-select": "^3.1.0",
"recharts": "^1.1.0",
"redux": "^3.7.2",
"styled-components": "^3.4.6",
"url-search-params": "^0.10.0",
"url-search-params-polyfill": "^2.0.1",
"whatwg-fetch": "^2.0.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "node deploy.js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"react-app-rewired": "^2.1.4"
}
}