{ "name": "newfront", "version": "0.1.0", "private": true, "scripts": { "dev": "vue-cli-service serve", "build": "vue-cli-service build", "test:unit": "vue-cli-service test:unit", "test:e2e": "vue-cli-service test:e2e", "lint": "vue-cli-service lint" }, "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1", "@jiaminghi/data-view": "^2.10.0", "@riophae/vue-treeselect": "^0.4.0", "@turf/turf": "^6.5.0", "animate.css": "^4.1.1", "axios": "^0.21.1", "clipboard": "^2.0.8", "core-js": "^3.8.3", "dayjs": "^1.11.10", "echarts": "^4.2.1", "element-ui": "^2.15.7", "js-cookie": "^3.0.0", "jsencrypt": "^3.2.1", "mars3d": "^3.6.16", "mars3d-cesium": "^1.112.0", "mars3d-space": "3.6.16", "mockjs": "^1.1.0", "node-polyfill-webpack-plugin": "^2.0.1", "normalize.css": "^8.0.1", "nprogress": "^0.2.0", "uppercamelcase": "^3.0.0", "v-charts": "^1.19.0", "v-viewer": "^1.6.4", "vue": "^2.6.14", "vue-amap": "^0.5.10", "vue-router": "^3.5.3", "vuex": "^3.6.2", "webpack": "^5.74.0" }, "devDependencies": { "@babel/core": "^7.12.16", "@babel/eslint-parser": "^7.12.16", "@vue/cli-plugin-babel": "~5.0.0", "@vue/cli-plugin-eslint": "~5.0.0", "@vue/cli-service": "~5.0.0", "copy-webpack-plugin": "^6.3.2", "eslint": "^7.32.0", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vue": "^8.0.3", "html-webpack-plugin": "^5.5.0", "sass": "^1.32.12", "sass-loader": "^8.0.2", "svg-sprite-loader": "^6.0.9", "vue-template-compiler": "^2.6.14" }, "repository": { "type": "git", "url": "https://github.com/marsgis/mars3d-vue-template.git" }, "bugs": { "url": "https://github.com/marsgis/mars3d-vue-template/issues", "email": "wh@marsgis.cn" }, "keywords": [ "marsgis", "mars3d", "cesium", "vue", "gis" ], "author": "火星科技", "license": "Apache-2.0", "homepage": "http://mars3d.cn", "eslintConfig": { "root": true, "env": { "node": true }, "extends": [ "plugin:vue/essential", "eslint:recommended" ], "parserOptions": { "parser": "@babel/eslint-parser" }, "rules": {} } }