53 lines
1.3 KiB
JSON
Executable File
53 lines
1.3 KiB
JSON
Executable File
{
|
|
"name": "keiri",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@babel/plugin-proposal-decorators": "^7.6.0",
|
|
"@loadable/component": "^5.10.2",
|
|
"antd": "^4.7.0",
|
|
"axios": "^0.19.0",
|
|
"babel-plugin-import": "^1.12.1",
|
|
"bignumber": "^1.1.0",
|
|
"bignumber.js": "^9.0.0",
|
|
"classnames": "^2.2.6",
|
|
"cross-env": "^7.0.2",
|
|
"customize-cra": "^0.6.0",
|
|
"echarts": "^4.4.0",
|
|
"echarts-for-react": "^2.0.15-beta.1",
|
|
"less": "^3.10.3",
|
|
"less-loader": "^5.0.0",
|
|
"lodash": "^4.17.15",
|
|
"node-sass": "^4.12.0",
|
|
"react": "^16.9.0",
|
|
"react-app-rewired": "^2.1.3",
|
|
"react-dom": "^16.9.0",
|
|
"react-redux": "^7.1.1",
|
|
"react-router-dom": "^5.0.1",
|
|
"react-scripts": "3.1.1",
|
|
"redux": "^4.0.4",
|
|
"redux-persist": "^6.0.0"
|
|
},
|
|
"scripts": {
|
|
"start": "react-app-rewired start",
|
|
"build": " cross-env GENERATE_SOURCEMAP=false react-app-rewired build",
|
|
"test": "react-app-rewired 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"
|
|
]
|
|
}
|
|
}
|