@mapgis/webclient-vue-cesium
Version:
mapgis webclient-vue-cesium
91 lines (90 loc) • 2.95 kB
JSON
{
"name": "@mapgis/webclient-vue-cesium",
"version":"17.8.9",
"description": "mapgis webclient-vue-cesium",
"main": "dist-libs/webclient-vue-cesium.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-cesium src/main.js",
"serve": "vue-cli-service build --target lib --name webclient-vue-cesium src/main.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": {
"@antv/g6": "3.1.1",
"@antv/hierarchy": "^0.6.8",
"@mapbox/mapbox-gl-style-spec": "13.23.1",
"@mapgis/cesium": "~17.2.0",
"@mapgis/webclient-cesium-plugin": "~17.8.0",
"@mapgis/webclient-es6-service": "~16.2.0",
"@mapgis/webclient-plot": "~17.8.0",
"@mapgis/webclient-store": "^10.5.5",
"@mapgis/webclient-vue-ui": "~17.8.0",
"@turf/turf": "^5.1.6",
"@vuepress/plugin-active-header-links": "^1.7.1",
"@vuepress/plugin-nprogress": "^1.7.1",
"compression-webpack-plugin": "^6.1.1",
"core-js": "^3.21.1",
"echarts": "^5.0.2",
"echarts-gl": "^2.0.9",
"file-saver": "^2.0.5",
"html2canvas": "^1.3.3",
"jspdf": "^2.5.1",
"less": "3.12.2",
"less-loader": "7.0.2",
"mapv": "^2.0.62",
"moment": "^2.29.1",
"node-sass": "^4.14.0",
"ol": "5.3.3",
"sass-loader": "^8.0.2",
"tiptap": "1.32.2",
"tiptap-extensions": "^1.35.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"vcolorpicker": "^1.1.0",
"vuepress": "^1.8.2",
"wangeditor-antd": "^1.0.7",
"webfont-matcher": "1.1.0"
},
"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",
"babel-plugin-import": "^1.13.3",
"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",
"lint-staged": "^8.1.0",
"vue": "2.6.14",
"vue-server-renderer": "2.6.14",
"vue-template-compiler": "2.6.14",
"vuepress-plugin-demo-block": "^0.7.2"
},
"keywords": [
"vue",
"cesium"
],
"repository": "https://github.com/MapGIS/WebClient-Vue/tree/main/cesium",
"bugs": {
"url": "https://github.com/MapGIS/WebClient-Vue/issues"
},
"homepage": "https://github.com/MapGIS/WebClient-Vue/tree/main/cesium",
"author": "Wuhan Zondy Cyber Science&Technology Co.Ltd.",
"license": "Apache2"
}