|
|
@ -33,8 +33,8 @@ |
|
|
"docker:push": "npm run docker-hub:build && npm run docker:tag && docker push antdesign/ant-design-pro" |
|
|
"docker:push": "npm run docker-hub:build && npm run docker:tag && docker push antdesign/ant-design-pro" |
|
|
}, |
|
|
}, |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
"ant-design-pro": "^2.1.1", |
|
|
"ant-design-pro": "^2.3.0", |
|
|
"antd": "^3.10.9", |
|
|
"antd": "^3.15.0", |
|
|
"classnames": "^2.2.6", |
|
|
"classnames": "^2.2.6", |
|
|
"dva": "^2.4.0", |
|
|
"dva": "^2.4.0", |
|
|
"lodash": "^4.17.10", |
|
|
"lodash": "^4.17.10", |
|
|
@ -43,13 +43,13 @@ |
|
|
"moment": "^2.22.2", |
|
|
"moment": "^2.22.2", |
|
|
"omit.js": "^1.0.0", |
|
|
"omit.js": "^1.0.0", |
|
|
"path-to-regexp": "^2.4.0", |
|
|
"path-to-regexp": "^2.4.0", |
|
|
"prop-types": "^15.5.10", |
|
|
|
|
|
"rc-animate": "^2.4.4", |
|
|
"rc-animate": "^2.4.4", |
|
|
"react": "^16.6.3", |
|
|
"react": "^16.8.5", |
|
|
"react-container-query": "^0.11.0", |
|
|
"react-container-query": "^0.11.0", |
|
|
"react-copy-to-clipboard": "^5.0.1", |
|
|
"react-copy-to-clipboard": "^5.0.1", |
|
|
"react-document-title": "^2.0.3", |
|
|
"react-document-title": "^2.0.3", |
|
|
"react-media-hook2": "^1.0.2", |
|
|
"react-media-hook2": "^1.0.2", |
|
|
|
|
|
"umi": "^2.6.10", |
|
|
"umi-request": "^1.0.0" |
|
|
"umi-request": "^1.0.0" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
@ -60,7 +60,6 @@ |
|
|
"@types/memoize-one": "^4.1.0", |
|
|
"@types/memoize-one": "^4.1.0", |
|
|
"@types/react": "^16.8.1", |
|
|
"@types/react": "^16.8.1", |
|
|
"@types/react-document-title": "^2.0.3", |
|
|
"@types/react-document-title": "^2.0.3", |
|
|
"@types/react-dom": "^16.0.11", |
|
|
|
|
|
"antd-pro-merge-less": "^1.0.0", |
|
|
"antd-pro-merge-less": "^1.0.0", |
|
|
"antd-theme-webpack-plugin": "^1.2.0", |
|
|
"antd-theme-webpack-plugin": "^1.2.0", |
|
|
"babel-eslint": "^10.0.1", |
|
|
"babel-eslint": "^10.0.1", |
|
|
@ -98,7 +97,6 @@ |
|
|
"tslint-config-prettier": "^1.17.0", |
|
|
"tslint-config-prettier": "^1.17.0", |
|
|
"tslint-eslint-rules": "^5.4.0", |
|
|
"tslint-eslint-rules": "^5.4.0", |
|
|
"tslint-react": "^3.6.0", |
|
|
"tslint-react": "^3.6.0", |
|
|
"umi": "^2.4.4", |
|
|
|
|
|
"umi-plugin-ga": "^1.1.3", |
|
|
"umi-plugin-ga": "^1.1.3", |
|
|
"umi-plugin-pro-block": "^1.2.0", |
|
|
"umi-plugin-pro-block": "^1.2.0", |
|
|
"umi-plugin-react": "^1.3.4", |
|
|
"umi-plugin-react": "^1.3.4", |
|
|
|