spug/spug_web/package.json

51 lines
1.1 KiB
JSON
Raw Normal View History

2019-11-09 10:39:48 +00:00
{
"name": "spug_web",
"version": "0.1.0",
"private": true,
"dependencies": {
2019-11-26 14:55:54 +00:00
"@antv/data-set": "^0.10.2",
2019-11-21 07:33:46 +00:00
"ace-builds": "^1.4.7",
2019-11-09 10:39:48 +00:00
"antd": "^3.25.0",
"axios": "^0.19.0",
2019-11-26 14:55:54 +00:00
"bizcharts": "^3.5.6",
2019-11-09 10:39:48 +00:00
"history": "^4.10.1",
"http-proxy-middleware": "^0.20.0",
2019-11-24 09:07:50 +00:00
"lodash": "^4.17.15",
2019-11-09 10:39:48 +00:00
"mobx": "^5.15.0",
"mobx-react": "^6.1.4",
2019-11-29 05:02:49 +00:00
"moment": "^2.24.0",
2019-11-09 10:39:48 +00:00
"react": "^16.11.0",
2019-11-21 07:33:46 +00:00
"react-ace": "^8.0.0",
2019-11-09 10:39:48 +00:00
"react-dom": "^16.11.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "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"
]
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.7.0",
"babel-plugin-import": "^1.12.2",
"customize-cra": "^0.8.0",
"react-app-rewired": "^2.1.5"
}
}