mirror of https://github.com/sunface/rust-course
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
2.0 KiB
75 lines
2.0 KiB
{
|
|
"name": "imdev-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@ant-design/dark-theme": "^0.2.2",
|
|
"@antv/data-set": "^0.10.2",
|
|
"@antv/g2plot": "^0.11.5",
|
|
"@types/jest": "^24.0.25",
|
|
"@types/js-cookie": "^2.2.4",
|
|
"@types/node": "^13.1.7",
|
|
"@types/qs": "^6.9.0",
|
|
"@types/react": "^16.9.17",
|
|
"@types/react-color": "^3.0.1",
|
|
"@types/react-dom": "^16.9.4",
|
|
"@types/react-responsive": "^8.0.2",
|
|
"@types/react-router-dom": "^5.1.2",
|
|
"antd": "3.26.6",
|
|
"antd-dayjs-webpack-plugin": "^0.0.7",
|
|
"axios": "^0.19.0",
|
|
"babel-plugin-import": "^1.12.2",
|
|
"bizcharts": "^3.5.6",
|
|
"customize-cra": "^0.9.1",
|
|
"js-cookie": "^2.2.1",
|
|
"less": "^3.10.3",
|
|
"less-loader": "^5.0.0",
|
|
"mobx": "^5.15.0",
|
|
"mobx-react": "^6.1.4",
|
|
"react": "^16.12.0",
|
|
"react-app-rewired": "^2.1.5",
|
|
"react-color": "^2.17.3",
|
|
"react-dom": "^16.12.0",
|
|
"react-intl": "^3.9.3",
|
|
"react-loadable": "^5.5.0",
|
|
"react-responsive": "^8.0.1",
|
|
"react-router-dom": "^5.1.2",
|
|
"react-scripts": "3.2.0",
|
|
"typescript": "^3.7.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-app-rewired start",
|
|
"build": "react-app-rewired build",
|
|
"test": "react-app-rewired test",
|
|
"sm": "concurrently \"yarn start\" \"yarn run mock\" ",
|
|
"mock": "cd mocks && node ./server.js"
|
|
},
|
|
"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.4",
|
|
"antd-theme-webpack-plugin": "^1.3.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"concurrently": "^5.0.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-react": "^7.14.3",
|
|
"eslint-plugin-react-hooks": "^2.0.1",
|
|
"json-server": "^0.15.1",
|
|
"mockjs": "^1.0.1-beta3"
|
|
},
|
|
"proxy": "http://localhost:3023"
|
|
}
|