18 Star 100 Fork 50

osmapgis/MapGIS-WebClient-JavaScript

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 5.69 KB
一键复制 编辑 原始数据 按行查看 历史
mayuanye 提交于 2023-02-17 14:48 . feat(1591): update version
{
"name": "@mapgis/webclient",
"version": "16.2.0",
"description": "",
"main": "index.js",
"scripts": {
"website": "cd website && npm run serve",
"website-build": "cd website && npm run build",
"build-all": "npm run build-all-plugins && npm run build-all-docs && npm run website-build",
"build-dist": "npm run build-all-plugins && npm run build-all-docs",
"build-all-plugins": "npm run leaflet-plugin-debug && npm run leaflet-plugin-release && npm run openlayers-plugin-debug && npm run openlayers-plugin-release && npm run mapbox-plugin-debug && npm run mapbox-plugin-release && npm run cesium-plugin-debug && npm run cesium-plugin-release && npm run service-debug && npm run service-release",
"build-all-docs": "npm run build-docs-leaflet && npm run build-docs-mapboxgl && npm run build-docs-openlayers && npm run build-docs-cesium",
"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-service": "jsdoc -c ./docs/jsdoc-config/service/docs.json -R ./docs/jsdoc-config/service/index.md -r",
"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",
"test-service": "node ./node_modules/karma/bin/karma start ./src/unittest/karma.conf.js",
"test-init": "node ./node_modules/karma/bin/karma init karma.conf.js"
},
"author": "mapgis",
"license": "Apache-2.0",
"devDependencies": {
"babel-core": "^6.26.3",
"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.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.11.6",
"babelify": "8",
"browserify": "^17.0.0",
"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",
"html-webpack-plugin": "^4.3.0",
"jasmine-core": "^3.7.1",
"json-loader": "^0.5.4",
"karma": "^6.3.2",
"karma-browserify": "^8.0.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.0",
"karma-jasmine": "^4.0.1",
"prettier": "^2.0.5",
"react-hot-loader": "^3.0.0-beta.6",
"source-map-loader": "^0.2.3",
"url-loader": "^0.5.9",
"watchify": "^4.0.0",
"webpack": "4.19.1",
"webpack-cleanup-plugin": "0.4.2",
"webpack-cli": "2.1.5",
"webpack-parallel-uglify-plugin": "0.4.2"
},
"dependencies": {
"@mapbox/leaflet-omnivore": "^0.3.4",
"@mapbox/mapbox-gl-style-spec": "13.15.0",
"@mapgis/mapbox-gl": "^16.0.0",
"@turf/turf": "^6.3.0",
"axios": "^0.18.0",
"cesium": "1.84.0",
"d3": "^5.16.0",
"echarts": "^4.4.0",
"fast-xml-parser": "^3.17.6",
"fetch-ie8": "^1.5.0",
"jsdoc": "^3.6.3",
"leaflet": "^1.7.1",
"mapv": "^2.0.40",
"ol": "5.3.3",
"proj4": "2.3.15",
"promise-polyfill": "^8.2.3",
"qs": "^6.9.4",
"svg-pathdata": "^6.0.0",
"webfont-matcher": "^1.1.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/osmapgis/WebClient-JavaScript.git
[email protected]:osmapgis/WebClient-JavaScript.git
osmapgis
WebClient-JavaScript
MapGIS-WebClient-JavaScript
master

搜索帮助