我提交的增加详情按钮
Showing
... | ... | @@ -27,7 +27,6 @@ |
"docker-prod:build": "docker-compose -f ./docker/docker-compose.yml build" | ||
}, | ||
"dependencies": { | ||
"@antv/data-set": "^0.10.0", | ||
"@babel/runtime": "^7.1.5", | ||
"antd": "^3.10.7", | ||
"bizcharts": "^3.2.5-beta.4", | ||
... | ... | @@ -56,6 +55,7 @@ |
"react-router-dom": "^4.3.1" | ||
}, | ||
"devDependencies": { | ||
"@antv/data-set": "^0.10.0", | ||
"@types/react": "^16.7.6", | ||
"@types/react-dom": "^16.0.9", | ||
"antd-pro-merge-less": "^0.2.0", | ||
... | ... | @@ -67,7 +67,7 @@ |
"eslint": "^5.4.0", | ||
"eslint-config-airbnb": "^17.0.0", | ||
"eslint-config-prettier": "^3.0.1", | ||
"eslint-plugin-babel": "^5.1.0", | ||
"eslint-plugin-babel": "^5.3.0", | ||
"eslint-plugin-compat": "^2.6.2", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jsx-a11y": "^6.1.2", | ||
... | ... | @@ -87,7 +87,7 @@ |
"tslint": "^5.10.0", | ||
"tslint-config-prettier": "^1.10.0", | ||
"tslint-react": "^3.6.0", | ||
"umi": "^2.2.1", | ||
"umi": "^2.2.7", | ||
"umi-plugin-ga": "^1.1.3", | ||
"umi-plugin-react": "^1.2.0" | ||
}, | ||
... | ... |
Please register or sign in to comment