You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
1003 B
JSON
43 lines
1003 B
JSON
{
|
|
"name": "mars3d-vue-template",
|
|
"version": "3.6.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"serve": "vite",
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.1.0",
|
|
"@turf/turf": "^6.5.0",
|
|
"axios": "^1.5.0",
|
|
"echarts": "^5.4.3",
|
|
"element-plus": "^2.3.14",
|
|
"mars3d": "~3.6.0",
|
|
"mars3d-cesium": "~1.109.0",
|
|
"mitt": "^3.0.1",
|
|
"vue": "^3.2.27"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^17.0.13",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vitejs/plugin-vue-jsx": "^3.0.2",
|
|
"less": "^4.1.2",
|
|
"terser": "^5.16.1",
|
|
"typescript": "4.5.5",
|
|
"vite": "^4.3.9",
|
|
"vite-plugin-mars3d": "^3.0.0",
|
|
"vue-tsc": "^0.29.8"
|
|
},
|
|
"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"
|
|
}
|
|
}
|