UNPKG

@mapgis/webclient-vue-mapboxgl

Version:
93 lines (92 loc) 3.16 kB
{ "name": "@mapgis/webclient-vue-mapboxgl", "version":"17.4.19", "description": "中地数码webclient-vue-mapboxgl", "main": "dist-libs/webclient-vue-mapboxgl.umd.min.js", "module1": "src/main.js", "scripts": { "build": "node --max_old_space_size=8196 ./node_modules/@vue/cli-service/bin/vue-cli-service build --target lib --name webclient-vue-mapboxgl src/main.js", "serve": "vue-cli-service build --target lib --name webclient-vue-mapboxgl src/index.js --watch", "lint": "vue-cli-service lint", "docs:serve": "vuepress dev docs", "docs:build": "vuepress build docs" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.{js,json,css,md}": [ "prettier --write", "git add" ] }, "dependencies": { "@mapgis/mapbox-gl": "~17.4.0", "@mapgis/mapbox-gl-draw": "~17.4.0", "@mapgis/mapbox-gl-draw-circle": "~17.4.0", "@mapgis/mapbox-gl-draw-radius": "~17.4.0", "@mapgis/mapbox-gl-draw-static-mode": "~17.4.0", "@mapgis/mapbox-gl-compare": "~17.4.0", "@mapgis/mapbox-gl-inspect": "~17.4.0", "@mapgis/webclient-es6-service": "~16.2.0", "@mapgis/webclient-es6-mapboxgl": "~16.2.0", "@mapgis/webclient-mapboxgl-plugin": "~17.4.0", "@mapgis/webclient-store": "^10.5.5", "@mapgis/webclient-vue-ui": "~17.4.0", "@mapgis/webclient-plot": "~17.4.0", "@turf/turf": "^6.5.0", "echarts": "^5.3.0", "file-saver": "^2.0.5", "html2canvas": "^1.4.1", "map-promisified": "^0.4.0", "mapbox-gl": "^2.7.0", "mapbox-gl-draw-circle": "^1.1.2", "mapbox-gl-draw-rectangle-mode": "^1.0.4", "mapv": "^2.0.62", "moment": "^2.29.1", "node-sql-parser": "^4.1.1", "postcss-inline-svg": "4.1.0", "resize-detector": "^0.3.0", "v-contextmenu": "^2.9.0", "v-jsoneditor": "^1.4.5", "vcolorpicker": "^1.1.0", "vue-runtime-helpers": "^1.1.2", "vuepress": "^1.9.7" }, "devDependencies": { "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@vue/cli-plugin-babel": "^3.2.0", "@vue/cli-plugin-eslint": "^3.2.1", "@vue/cli-service": "^3.2.0", "@vue/eslint-config-prettier": "^4.0.1", "babel-eslint": "^10.0.1", "eslint": "^5.10.0", "eslint-loader": "2.1.1", "eslint-plugin-prettier": "^3.1.2", "eslint-plugin-vue": "^6.1.2", "husky": "^1.2.0", "less": "3.12.2", "less-loader": "7.0.2", "lint-staged": "^8.1.0", "node-sass": "^4.14.1", "sass-loader": "10.1.1", "vue": "2.6.11", "vue-server-renderer": "2.6.11", "vue-cli-plugin-webpack-bundle-analyzer": "^4.0.0", "vue-template-compiler": "2.6.11", "webpack-bundle-analyzer": "^4.4.2" }, "keywords": [ "vue", "mapbox" ], "repository": "https://github.com/MapGIS/WebClient-Vue/tree/main/mapboxgl", "bugs": { "url": "https://github.com/MapGIS/WebClient-Vue/issues" }, "homepage": "https://github.com/MapGIS/WebClient-Vue/tree/main/mapboxgl", "author": "Wuhan Zondy Cyber Science&Technology Co.Ltd.", "license": "Apache2" }