forked from MapGIS/WebClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 3.76 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 3.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "@mapgis/webclient",
"version": "10.5.0",
"description": "",
"main": "index.js",
"scripts": {
"leaflet-debug": "webpack --config src/config/opensource/leaflet-debug-config.js",
"leaflet-release": "webpack --config src/configopensource/leaflet-release-config.js --progress",
"openlayers-debug": "webpack --config src/configopensource/openlayers-debug-config.js",
"openlayers-release": "webpack --config src/configopensource/openlayers-release-config.js --progress",
"mapbox-debug": "webpack --config src/configopensource/mapbox-debug-config.js",
"mapbox-release": "webpack --config src/configopensource/mapbox-release-config.js --progress",
"leaflet-plugin-debug": "webpack --config src/configopensource/leaflet-plugin-debug-config.js",
"leaflet-plugin-release": "webpack --config src/configopensource/leaflet-plugin-release-config.js --progress",
"openlayers-plugin-debug": "webpack --config src/configopensource/openlayers-plugin-debug-config.js",
"openlayers-plugin-release": "webpack --config src/configopensource/openlayers-plugin-release-config.js --progress",
"mapbox-plugin-debug": "webpack --config src/configopensource/mapbox-plugin-debug-config.js",
"mapbox-plugin-release": "webpack --config src/configopensource/mapbox-plugin-release-config.js --progress",
"cesium-plugin-debug": "webpack --config src/config/opensource/cesium-plugin-debug-config.js",
"cesium-plugin-release": "webpack --config src/config/opensource/cesium-plugin-release-config.js --progress",
"service-debug": "webpack --config src/configopensource/service-debug-config.js",
"service-release": "webpack --config src/configopensource/service-release-config.js --progress",
"build-docs-leaflet": "jsdoc -c ./docs/jsdoc-config/leaflet/docs.json -R ./docs/jsdoc-config/leaflet/index.md -r",
"build-docs-mapboxgl": "jsdoc -c ./docs/jsdoc-config/mapboxgl/docs.json -R ./docs/jsdoc-config/mapboxgl/index.md -r",
"build-docs-openlayers": "jsdoc -c ./docs/jsdoc-config/openlayers/docs.json -R ./docs/jsdoc-config/openlayers/index.md -r",
"build-docs-cesium": "jsdoc -c ./docs/jsdoc-config/cesium/docs.json -R ./docs/jsdoc-config/cesium/index.md -r"
},
"author": "mapgis",
"license": "Apache2",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.13.0",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-flow-strip-types": "^6.21.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.11.6",
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.5.1",
"eslint": "^7.4.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.3",
"happypack": "^5.0.0",
"json-loader": "^0.5.4",
"prettier": "^2.0.5",
"react-hot-loader": "^3.0.0-beta.6",
"source-map-loader": "^0.2.3",
"url-loader": "^0.5.9",
"webpack": "4.19.1",
"webpack-cleanup-plugin": "0.4.2",
"webpack-cli": "2.1.5",
"webpack-parallel-uglify-plugin": "0.4.2"
},
"dependencies": {
"@mapbox/mapbox-gl-style-spec": "^13.15.0",
"@mapgis/mapbox-gl": "^1.9.0",
"axios": "^0.18.0",
"cesium": "^1.70.1",
"d3": "^5.16.0",
"echarts": "^4.4.0",
"jsdoc": "^3.6.3",
"leaflet": "^1.5.1",
"mapv": "^2.0.40",
"ol": "5.3.3",
"proj4": "2.3.15",
"webfont-matcher": "^1.1.0"
}
}