Merge branch 'master' of https://g.civnet.cn:8443/ReactWeb5/CivWeb
Showing
... | ... | @@ -79,14 +79,18 @@ |
] | ||
}, | ||
"pre-commit": "lint:staged", | ||
"mock": true, | ||
"resolutions": { | ||
"babel-core": "7.0.0-bridge.0" | ||
}, | ||
"dependencies": { | ||
"@babel/polyfill": "7.4.3", | ||
"@babel/runtime": "^7.10.5", | ||
"promise.prototype.finally": "^3.1.2", | ||
"@wisdom-utils/components": "0.0.6", | ||
"@wisdom-utils/utils": "0.0.26", | ||
"@wisdom-utils/utils": "0.0.27", | ||
"@wisdom-utils/vapp-browser-vm": "^0.0.11", | ||
"@wisdom-utils/vapp-browser-vm-plugins": "^0.0.13", | ||
"animate.css": "^4.1.1", | ||
"chalk": "2.4.2", | ||
"compression": "1.7.4", | ||
... | ... | @@ -117,7 +121,6 @@ |
"react-dom": "16.12.0", | ||
"react-draggable": "^4.4.3", | ||
"react-helmet": "6.0.0-beta", | ||
"react-intl": "2.8.0", | ||
"react-redux": "7.0.2", | ||
"react-router-dom": "5.1.0", | ||
"react-use": "^15.3.4", | ||
... | ... | @@ -131,7 +134,7 @@ |
}, | ||
"devDependencies": { | ||
"@ant-design/icons": "^4.0.0", | ||
"@ant-design/pro-layout": "^6.10.7", | ||
"@ant-design/pro-layout": "^6.11.1", | ||
"@ant-design/pro-skeleton": "^1.0.0-beta.2", | ||
"@ant-design/pro-table": "^2.5.3", | ||
"@ant-design/pro-utils": "^1.10.4", | ||
... | ... | @@ -149,6 +152,8 @@ |
"@commitlint/config-conventional": "^9.1.2", | ||
"@umijs/fabric": "^2.2.0", | ||
"@umijs/hooks": "^1.9.3", | ||
"body-parser": "^1.19.0", | ||
"multer": "^1.4.2", | ||
"add-asset-html-webpack-plugin": "3.1.3", | ||
"antd": "^4.10.1", | ||
"babel-core": "7.0.0-bridge.0", | ||
... | ... | @@ -227,6 +232,7 @@ |
"react-app-polyfill": "0.2.2", | ||
"react-dom": "^16.8.6", | ||
"react-helmet-async": "^1.0.4", | ||
"react-intl": "^2.8.0", | ||
"react-router-config": "^5.1.1", | ||
"react-sticky": "^6.0.3", | ||
"react-test-renderer": "16.8.6", | ||
... | ... |
server/mock/index.js
0 → 100644
server/mock/util.js
0 → 100644
src/constants.js
0 → 100644
src/images/icon-512x512.png
100755 → 100644
This diff was suppressed by a .gitattributes entry.
src/loader.js
0 → 100644
src/locales/zh-CN.js
0 → 100644
src/locales/zh-CN/pages.js
0 → 100644
src/locales/zh-CN/pwa.js
0 → 100644
src/polyfills.js
0 → 100644
src/utils/share.js
0 → 100644
src/vm.js
0 → 100644
Please
register
or
sign in
to comment