-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.77 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
{
"name": "ex-ui",
"version": "1.0.0",
"private": true,
"dependencies": {
"antd": "^3.26.4",
"antd-theme-webpack-plugin": "^1.2.0",
"axios": "^0.18.0",
"bignumber.js": "^8.1.1",
"connected-react-router": "^6.4.0",
"currency-symbol-map": "^4.0.4",
"highcharts": "^8.0.0",
"highcharts-react-official": "^2.2.2",
"iplocation": "^6.1.0",
"less": "3.9.0",
"less-loader": "^4.1.0",
"less-vars-to-js": "^1.3.0",
"lodash": "^4.17.11",
"nprogress": "^0.2.0",
"prop-types": "^15.7.2",
"qrcode.react": "^1.0.0",
"query-string": "^6.8.1",
"react": "^16.8.6",
"react-bootstrap-sweetalert": "^4.4.1",
"react-color": "^2.17.1",
"react-copy-to-clipboard": "^5.0.1",
"react-countdown-now": "^2.1.1",
"react-csv": "^1.1.2",
"react-custom-scrollbars": "^4.2.1",
"react-device-detect": "^1.11.14",
"react-dom": "npm:@hot-loader/react-dom@^16.11.0",
"react-highcharts": "^16.1.0",
"react-hot-loader": "^4.8.4",
"react-intl": "^2.8.0",
"react-notifications": "^1.4.3",
"react-placeholder": "^3.0.2",
"react-redux": "^7.0.2",
"react-router-dom": "^5.0.0",
"react-scripts": "^2.1.3",
"reconnecting-websocket": "^4.2.0",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-saga": "^0.16.2",
"url-search-params": "^1.1.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build && rm build/static/**/*.map",
"test": "react-app-rewired --env=jsdom"
},
"devDependencies": {
"add": "^2.0.6",
"babel-plugin-import": "^1.11.0",
"customize-cra": "^0.2.12",
"react-app-rewired": "^2.1.2",
"yarn": "^1.15.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}