1 Star 0 Fork 47

igit-cn / MapGIS-WebClient-JavaScript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 3.89 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@mapgis/webclient",
"version": "10.5.0",
"description": "",
"main": "index.js",
"scripts": {
"website": "cd website && npm run serve",
"leaflet-debug": "webpack --config src/config/opensource/leaflet-debug-config.js",
"leaflet-release": "webpack --config src/config/opensource/leaflet-release-config.js --progress",
"openlayers-debug": "webpack --config src/config/opensource/openlayers-debug-config.js",
"openlayers-release": "webpack --config src/config/opensource/openlayers-release-config.js --progress",
"mapbox-debug": "webpack --config src/config/opensource/mapbox-debug-config.js",
"mapbox-release": "webpack --config src/config/opensource/mapbox-release-config.js --progress",
"leaflet-plugin-debug": "webpack --config src/config/opensource/leaflet-plugin-debug-config.js",
"leaflet-plugin-release": "webpack --config src/config/opensource/leaflet-plugin-release-config.js --progress",
"openlayers-plugin-debug": "webpack --config src/config/opensource/openlayers-plugin-debug-config.js",
"openlayers-plugin-release": "webpack --config src/config/opensource/openlayers-plugin-release-config.js --progress",
"mapbox-plugin-debug": "webpack --config src/config/opensource/mapbox-plugin-debug-config.js",
"mapbox-plugin-release": "webpack --config src/config/opensource/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/config/opensource/service-debug-config.js",
"service-release": "webpack --config src/config/opensource/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",
"fast-xml-parser": "^3.17.6",
"html-webpack-plugin": "^4.3.0",
"jsdoc": "^3.6.3",
"mapv": "^2.0.40",
"ol": "5.3.3",
"proj4": "2.3.15",
"qs": "^6.9.4",
"webfont-matcher": "^1.1.0"
}
}
JavaScript
1
https://gitee.com/igit-cn/WebClient-JavaScript.git
git@gitee.com:igit-cn/WebClient-JavaScript.git
igit-cn
WebClient-JavaScript
MapGIS-WebClient-JavaScript
master

搜索帮助