-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
55 lines (55 loc) · 1.43 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
{
"name": "start-kit",
"version": "0.1.0",
"private": true,
"dependencies": {
"@wangleiddex/hydro-sdk-charts": "0.1.38",
"antd": "^3.23.3",
"antd-dayjs-webpack-plugin": "^0.0.6",
"axios": "^0.19.0",
"babel-plugin-import": "^1.12.1",
"babel-polyfill": "^6.26.0",
"bignumber.js": "^8.1.1",
"immutable": "^4.0.0-rc.12",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"lodash.throttle": "latest",
"moment": "^2.24.0",
"node-sass": "^4.11.0",
"prop-types": "latest",
"react": "^16.8.3",
"react-app-rewired": "^2.1.3",
"react-dom": "^16.8.6",
"react-redux": "^7.0.2",
"react-responsive": "^6.1.1",
"react-scripts": "2.1.5",
"redux": "^4.0.1",
"redux-form": "^8.1.0",
"redux-thunk": "^2.3.0",
"source-map-explorer": "^2.3.1",
"wan-dex-sdk-wallet": "0.0.138"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"eslint": "./node_modules/.bin/eslint src",
"analyze": "./node_modules/.bin/source-map-explorer 'build/static/js/2*.js'"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-eslint": "9.0.0",
"eslint": "5.12.0",
"eslint-plugin-react": "^7.12.4",
"customize-cra": "^0.9.1"
}
}