fix applayout
Showing
config/dist/proxy.dev.js
0 → 100644
config/proxy.js
0 → 100644
mock/dist/notices.dev.js
0 → 100644
mock/notices.js
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
{ | ||
"name": "CivWeb", | ||
"name": "CivBase", | ||
"version": "0.0.1", | ||
"description": "", | ||
"repository": { | ||
... | ... | @@ -96,8 +96,10 @@ |
"intl": "1.2.5", | ||
"invariant": "2.2.4", | ||
"ip": "1.1.5", | ||
"kit_global_config": "git+https://g.civnet.cn:8443/test/kit_global_config.git", | ||
"kit_utils": "git+https://g.civnet.cn:8443/test/kit-utils.git", | ||
"js-base64": "^3.5.2", | ||
"js-cookie": "^2.2.1", | ||
"kit_global_config": "^1.0.5", | ||
"kit_utils": "^1.3.6", | ||
"lodash": "4.17.11", | ||
"minimist": "1.2.0", | ||
"prop-types": "15.7.2", | ||
... | ... | @@ -106,17 +108,18 @@ |
"react-helmet": "6.0.0-beta", | ||
"react-intl": "2.8.0", | ||
"react-redux": "7.0.2", | ||
"react-router-dom": "5.0.0", | ||
"react-router-dom": "5.1.0", | ||
"redux": "4.0.1", | ||
"redux-saga": "1.0.2", | ||
"reselect": "4.0.0", | ||
"sanitize.css": "8.0.0", | ||
"sha1": "^1.1.1", | ||
"styled-components": "4.2.0", | ||
"use-merge-value": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@ant-design/icons": "^4.0.0", | ||
"@ant-design/pro-layout": "^6.5.4", | ||
"@ant-design/pro-layout": "^6.5.10", | ||
"@ant-design/pro-table": "^2.5.3", | ||
"@babel/cli": "7.4.3", | ||
"@babel/core": "7.4.3", | ||
... | ... | @@ -147,6 +150,7 @@ |
"classnames": "^2.2.6", | ||
"compare-versions": "3.4.0", | ||
"compression-webpack-plugin": "2.0.0", | ||
"connect-api-mocker": "^1.9.0", | ||
"conventional-changelog-cli": "^2.1.0", | ||
"core-js": "^3.6.5", | ||
"coveralls": "3.0.3", | ||
... | ... | @@ -164,20 +168,22 @@ |
"eslint-plugin-react": "7.12.4", | ||
"eslint-plugin-react-hooks": "1.6.0", | ||
"eslint-plugin-redux-saga": "1.0.0", | ||
"express": "^4.17.1", | ||
"file-loader": "3.0.1", | ||
"html-loader": "0.5.5", | ||
"html-webpack-plugin": "3.2.0", | ||
"http-proxy-middleware": "^1.0.5", | ||
"husky": "^2.3.0", | ||
"image-webpack-loader": "4.6.0", | ||
"imports-loader": "0.8.0", | ||
"jest-cli": "24.7.1", | ||
"jest-dom": "3.1.3", | ||
"jest-styled-components": "6.3.1", | ||
"jsonp": "^0.2.1", | ||
"less": "3.12.0", | ||
"less-loader": "5.0.0", | ||
"lint-staged": "8.1.5", | ||
"lodash": "^4.17.11", | ||
"mockjs": "^1.0.1-beta3", | ||
"moment": "^2.25.3", | ||
"ngrok": "3.1.1", | ||
"node-plop": "0.18.0", | ||
... | ... | @@ -192,7 +198,7 @@ |
"postcss-safe-parser": "4.0.2", | ||
"pre-commit": "1.2.2", | ||
"prettier": "1.17.0", | ||
"qiankun": "^2.0.25", | ||
"qiankun": "^2.2.2", | ||
"qs": "^6.9.0", | ||
"react": "^16.8.6", | ||
"react-app-polyfill": "0.2.2", | ||
... | ... |
server/dist/index.dev.js
0 → 100644
server/dist/logger.dev.js
0 → 100644
src/api/jsonp/autoService.js
0 → 100644
src/api/jsonp/jsonpConfig.js
0 → 100644
src/dist/micro.dev.js
0 → 100644
src/micro.js
0 → 100644
src/pages/Admin.js
deleted
100644 → 0
src/pages/Welcome.js
deleted
100644 → 0
src/pages/bootpage/index.js
0 → 100644
src/utils/Authorized.js
0 → 100644
src/utils/authority.js
0 → 100644
src/utils/dist/utils.dev.js
0 → 100644
src/utils/utils.js
0 → 100644
Please
register
or
sign in
to comment