Skip to content

Commit aae6c8f

Browse files
author
潘卓然Y7000P
committed
【SDK】【更新】【更新package.json的依赖环境&新增司马云版本信息】
1 parent f8c65a9 commit aae6c8f

1 file changed

Lines changed: 14 additions & 13 deletions

File tree

package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
"main": "index.js",
66
"scripts": {
77
"leaflet-debug": "webpack --config src/config/opensource/leaflet-debug-config.js",
8-
"leaflet-release": "webpack --config src/configopensource/leaflet-release-config.js --progress",
9-
"openlayers-debug": "webpack --config src/configopensource/openlayers-debug-config.js",
10-
"openlayers-release": "webpack --config src/configopensource/openlayers-release-config.js --progress",
11-
"mapbox-debug": "webpack --config src/configopensource/mapbox-debug-config.js",
12-
"mapbox-release": "webpack --config src/configopensource/mapbox-release-config.js --progress",
13-
"leaflet-plugin-debug": "webpack --config src/configopensource/leaflet-plugin-debug-config.js",
14-
"leaflet-plugin-release": "webpack --config src/configopensource/leaflet-plugin-release-config.js --progress",
15-
"openlayers-plugin-debug": "webpack --config src/configopensource/openlayers-plugin-debug-config.js",
16-
"openlayers-plugin-release": "webpack --config src/configopensource/openlayers-plugin-release-config.js --progress",
17-
"mapbox-plugin-debug": "webpack --config src/configopensource/mapbox-plugin-debug-config.js",
18-
"mapbox-plugin-release": "webpack --config src/configopensource/mapbox-plugin-release-config.js --progress",
8+
"leaflet-release": "webpack --config src/config/opensource/leaflet-release-config.js --progress",
9+
"openlayers-debug": "webpack --config src/config/opensource/openlayers-debug-config.js",
10+
"openlayers-release": "webpack --config src/config/opensource/openlayers-release-config.js --progress",
11+
"mapbox-debug": "webpack --config src/config/opensource/mapbox-debug-config.js",
12+
"mapbox-release": "webpack --config src/config/opensource/mapbox-release-config.js --progress",
13+
"leaflet-plugin-debug": "webpack --config src/config/opensource/leaflet-plugin-debug-config.js",
14+
"leaflet-plugin-release": "webpack --config src/config/opensource/leaflet-plugin-release-config.js --progress",
15+
"openlayers-plugin-debug": "webpack --config src/config/opensource/openlayers-plugin-debug-config.js",
16+
"openlayers-plugin-release": "webpack --config src/config/opensource/openlayers-plugin-release-config.js --progress",
17+
"mapbox-plugin-debug": "webpack --config src/config/opensource/mapbox-plugin-debug-config.js",
18+
"mapbox-plugin-release": "webpack --config src/config/opensource/mapbox-plugin-release-config.js --progress",
1919
"cesium-plugin-debug": "webpack --config src/config/opensource/cesium-plugin-debug-config.js",
2020
"cesium-plugin-release": "webpack --config src/config/opensource/cesium-plugin-release-config.js --progress",
21-
"service-debug": "webpack --config src/configopensource/service-debug-config.js",
22-
"service-release": "webpack --config src/configopensource/service-release-config.js --progress",
21+
"service-debug": "webpack --config src/config/opensource/service-debug-config.js",
22+
"service-release": "webpack --config src/config/opensource/service-release-config.js --progress",
2323
"build-docs-leaflet": "jsdoc -c ./docs/jsdoc-config/leaflet/docs.json -R ./docs/jsdoc-config/leaflet/index.md -r",
2424
"build-docs-mapboxgl": "jsdoc -c ./docs/jsdoc-config/mapboxgl/docs.json -R ./docs/jsdoc-config/mapboxgl/index.md -r",
2525
"build-docs-openlayers": "jsdoc -c ./docs/jsdoc-config/openlayers/docs.json -R ./docs/jsdoc-config/openlayers/index.md -r",
@@ -68,6 +68,7 @@
6868
"cesium": "^1.70.1",
6969
"d3": "^5.16.0",
7070
"echarts": "^4.4.0",
71+
"html-webpack-plugin": "^4.3.0",
7172
"jsdoc": "^3.6.3",
7273
"leaflet": "^1.5.1",
7374
"mapv": "^2.0.40",

0 commit comments

Comments
 (0)