|
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | 7 | "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", |
19 | 19 | "cesium-plugin-debug": "webpack --config src/config/opensource/cesium-plugin-debug-config.js", |
20 | 20 | "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", |
23 | 23 | "build-docs-leaflet": "jsdoc -c ./docs/jsdoc-config/leaflet/docs.json -R ./docs/jsdoc-config/leaflet/index.md -r", |
24 | 24 | "build-docs-mapboxgl": "jsdoc -c ./docs/jsdoc-config/mapboxgl/docs.json -R ./docs/jsdoc-config/mapboxgl/index.md -r", |
25 | 25 | "build-docs-openlayers": "jsdoc -c ./docs/jsdoc-config/openlayers/docs.json -R ./docs/jsdoc-config/openlayers/index.md -r", |
|
68 | 68 | "cesium": "^1.70.1", |
69 | 69 | "d3": "^5.16.0", |
70 | 70 | "echarts": "^4.4.0", |
| 71 | + "html-webpack-plugin": "^4.3.0", |
71 | 72 | "jsdoc": "^3.6.3", |
72 | 73 | "leaflet": "^1.5.1", |
73 | 74 | "mapv": "^2.0.40", |
|
0 commit comments