merge: merge master
Showing
internals/webpack/install.js
0 → 100644
... | ... | @@ -19,6 +19,8 @@ |
"analyze": "cross-env ANALYZE=1 npm run build", | ||
"npmcheckversion": "node ./internals/scripts/npmcheckversion.js", | ||
"preinstall": "yarn run npmcheckversion && npx force-resolutions", | ||
"update:wisdom": "npm install --registry=https://g.civnet.cn:4873 && npm run refresh", | ||
"refresh": "node ./internals/webpack/install.js --registry=https://g.civnet.cn:4873", | ||
"build": "cross-env NODE_ENV=production node --max_old_space_size=4096 internals/webpack/build.js", | ||
"build:clean": "rimraf ./build", | ||
"openapi": "cross-env NODE_ENV=development yarn server/openapi/run.js", | ||
... | ... | @@ -88,7 +90,8 @@ |
], | ||
"resolutions": { | ||
"babel-core": "7.0.0-bridge.0", | ||
"webpack": "^5.70.0" | ||
"webpack": "^5.70.0", | ||
"antd": "4.21.2" | ||
}, | ||
"dependencies": { | ||
"@amap/amap-jsapi-loader": "^1.0.1", | ||
... | ... | @@ -103,16 +106,17 @@ |
"@babel/polyfill": "7.4.3", | ||
"@babel/runtime": "^7.10.5", | ||
"@esri/calcite-colors": "6.0.3", | ||
"@wisdom-cesium/cesium": "^1.1.0", | ||
"@wisdom-cesium/cesium": "^1.1.6", | ||
"@wisdom-cesium/krpano": "^1.0.29-2", | ||
"@wisdom-components/basictable": "^1.5.16", | ||
"@wisdom-components/empty": "^1.4.1", | ||
"@wisdom-map/amap": "1.1.0-beta.38", | ||
"@wisdom-map/arcgismap": "1.4.0-39", | ||
"@wisdom-map/basemap": "1.1.0-10", | ||
"@wisdom-map/amap": "1.1.0-beta.42", | ||
"@wisdom-map/arcgismap": "1.4.0-88", | ||
"@wisdom-map/basemap": "1.1.0-18", | ||
"@wisdom-map/util": "^1.0.28-0", | ||
"@wisdom-utils/components": "0.1.262", | ||
"@wisdom-utils/runtime": "0.0.32", | ||
"@wisdom-utils/utils": "0.1.302", | ||
"@wisdom-utils/components": "0.1.283", | ||
"@wisdom-utils/runtime": "0.0.38", | ||
"@wisdom-utils/utils": "0.1.323", | ||
"animate.css": "^4.1.1", | ||
"antd": "4.21.2", | ||
"compression": "1.7.4", | ||
... | ... |
public/web5Config.json
0 → 100644
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff is collapsed.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
This diff is collapsed.
Please
register
or
sign in
to comment