fix: 菜单框架调整
Showing
... | @@ -13,12 +13,12 @@ | ... | @@ -13,12 +13,12 @@ |
"author": "dengxiaofeng", | "author": "dengxiaofeng", | ||
"license": "MIT", | "license": "MIT", | ||
"scripts": { | "scripts": { | ||
"init": "npm install --registry=https://g.civnet.cn:4873", | "init": "yarn install --registry=https://g.civnet.cn:4873", | ||
"analyze:clean": "rimraf stats.json", | "analyze:clean": "rimraf stats.json", | ||
"preanalyze": "npm run analyze:clean", | "preanalyze": "npm run analyze:clean", | ||
"analyze": "cross-env ANALYZE=1 npm run build", | "analyze": "cross-env ANALYZE=1 npm run build", | ||
"npmcheckversion": "node ./internals/scripts/npmcheckversion.js", | "npmcheckversion": "node ./internals/scripts/npmcheckversion.js", | ||
"preinstall": "npm run npmcheckversion", | "preinstall": "npm run npmcheckversion && npx only-allow yarn", | ||
"build": "cross-env NODE_ENV=production node --max_old_space_size=4096 internals/webpack/build.js", | "build": "cross-env NODE_ENV=production node --max_old_space_size=4096 internals/webpack/build.js", | ||
"build:clean": "rimraf ./build", | "build:clean": "rimraf ./build", | ||
"openapi": "cross-env NODE_ENV=development node server/openapi/run.js", | "openapi": "cross-env NODE_ENV=development node server/openapi/run.js", | ||
... | @@ -110,11 +110,11 @@ | ... | @@ -110,11 +110,11 @@ |
"@wisdom-map/arcgismap": "^1.1.0", | "@wisdom-map/arcgismap": "^1.1.0", | ||
"@wisdom-map/basemap": "^1.0.12-50", | "@wisdom-map/basemap": "^1.0.12-50", | ||
"@wisdom-map/util": "^1.0.27-0", | "@wisdom-map/util": "^1.0.27-0", | ||
"@wisdom-utils/components": "0.1.84", | "@wisdom-utils/components": "0.1.214", | ||
"@wisdom-utils/runtime": "0.0.15", | "@wisdom-utils/runtime": "0.0.32", | ||
"@wisdom-utils/utils": "0.1.124", | "@wisdom-utils/utils": "0.1.254", | ||
"animate.css": "^4.1.1", | "animate.css": "^4.1.1", | ||
"antd": "^4.17.4", | "antd": "^4.20.7", | ||
"compression": "1.7.4", | "compression": "1.7.4", | ||
"connected-react-router": "6.4.0", | "connected-react-router": "6.4.0", | ||
"echarts": "^5.3.0", | "echarts": "^5.3.0", | ||
... | @@ -138,9 +138,9 @@ | ... | @@ -138,9 +138,9 @@ |
"qiankun": "^2.4.6", | "qiankun": "^2.4.6", | ||
"qrcode.react": "^1.0.0", | "qrcode.react": "^1.0.0", | ||
"rc-cascader": "^2.3.2", | "rc-cascader": "^2.3.2", | ||
"react": "16.12.0", | "react": "17.0.2", | ||
"react-activation": "^0.9.9", | "react-activation": "^0.9.9", | ||
"react-dom": "16.12.0", | "react-dom": "17.0.2", | ||
"react-draggable": "^4.4.3", | "react-draggable": "^4.4.3", | ||
"react-helmet": "6.0.0-beta", | "react-helmet": "6.0.0-beta", | ||
"react-helmet-async": "^1.0.4", | "react-helmet-async": "^1.0.4", | ||
... | @@ -148,8 +148,7 @@ | ... | @@ -148,8 +148,7 @@ |
"react-intl": "^3.12.1", | "react-intl": "^3.12.1", | ||
"react-redux": "7.0.2", | "react-redux": "7.0.2", | ||
"react-router-config": "^5.1.1", | "react-router-config": "^5.1.1", | ||
"react-router-dom": "5.3.0", | "react-router-dom": "6.3.0", | ||
"react-svg": "^14.0.11", | |||
"react-use": "^15.3.4", | "react-use": "^15.3.4", | ||
"redux": "4.0.1", | "redux": "4.0.1", | ||
"redux-immutable": "^4.0.0", | "redux-immutable": "^4.0.0", | ||
... | @@ -237,7 +236,7 @@ | ... | @@ -237,7 +236,7 @@ |
"jest-dom": "3.1.3", | "jest-dom": "3.1.3", | ||
"jest-styled-components": "6.3.1", | "jest-styled-components": "6.3.1", | ||
"jsonp": "^0.2.1", | "jsonp": "^0.2.1", | ||
"less": "3.12.0", | "less": "4.1.2", | ||
"less-loader": "5.0.0", | "less-loader": "5.0.0", | ||
"lint-staged": "8.1.5", | "lint-staged": "8.1.5", | ||
"memoizee": "^0.4.15", | "memoizee": "^0.4.15", | ||
... | ... |
src/assets/basic/message.png
0 → 100755
This diff was suppressed by a .gitattributes entry.
src/assets/basic/notice.png
0 → 100755
This diff was suppressed by a .gitattributes entry.
src/assets/basic/search.png
0 → 100755
This diff was suppressed by a .gitattributes entry.
This diff is collapsed.
src/initConfig.js
deleted
100644 → 0
This diff is collapsed.
yarn.lock
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
Please
register
or
sign in
to comment