1 Star 0 Fork 62

cjw0608/mars3d-vue-project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.77 KB
一键复制 编辑 原始数据 按行查看 历史
木遥 提交于 2023-08-04 13:47 . 同步 v3.6.0代码
{
"name": "mars3d-vue-project",
"version": "3.6.0",
"description": "在Vue3技术栈下的Mars3D平台 基础项目",
"scripts": {
"dev": "vite",
"serve": "npm run clean-cache && vite --host",
"clean-cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
"clean-lib": "rimraf node_modules",
"preview": "vite preview",
"build": "npm run lint && vite build",
"build2": "node --max_old_space_size=1024000 ./node_modules/vite/bin/vite.js build",
"serve:dist": "http-server ./dist",
"lint": "vue-tsc --noEmit --skipLibCheck && npm run eslint",
"eslint": "eslint ./src/**/*.{js,vue,ts} --fix",
"prepare": "husky install"
},
"dependencies": {
"@icon-park/svg": "^1.4.0",
"@turf/turf": "^6.5.0",
"ant-design-vue": "3.2.14",
"axios": "^0.25.0",
"core-js": "^3.20.3",
"echarts": "^5.2.2",
"echarts-gl": "^2.0.8",
"kml-geojson": "^1.2.0",
"localforage": "^1.10.0",
"mapv": "^2.0.62",
"mars3d": "~3.6.0",
"mars3d-cesium": "~1.108.0",
"mars3d-echarts": "~3.6.0",
"mars3d-heatmap": "~3.6.0",
"mars3d-mapv": "~3.6.0",
"mars3d-space": "~3.6.0",
"nprogress": "^0.2.0",
"uuid": "^8.3.2",
"vue": "^3.2.45",
"vue-color-kit": "^1.0.5",
"vue-router": "^4.1.6",
"vuex": "^4.1.0"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"consola": "^2.15.3",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-vue": "^8.3.0",
"fs-extra": "^10.0.0",
"http-server": "^14.1.0",
"husky": "^7.0.4",
"less": "^4.1.2",
"lint-staged": "^12.4.1",
"prettier": "^2.6.2",
"rollup-plugin-visualizer": "^5.6.0",
"serve-static": "^1.14.2",
"standard": "^16.0.4",
"terser": "^5.16.1",
"typescript": "4.5.5",
"unplugin-vue-components": "^0.17.13",
"vite": "^4.3.9",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-mars3d": "^3.0.0",
"vite-plugin-style-import": "^2.0.0",
"vue-tsc": "^0.40.5"
},
"engines": {
"node": ">=16.0.0",
"npm": "^7.23.0"
},
"repository": {
"type": "git",
"url": "https://github.com/marsgis/mars3d-vue-project.git"
},
"bugs": {
"url": "https://github.com/marsgis/mars3d-vue-project/issues",
"email": "[email protected]"
},
"keywords": [
"marsgis",
"mars3d",
"cesium",
"vue",
"vue3",
"gis",
"webgis"
],
"author": "火星科技",
"license": "Apache-2.0",
"homepage": "http://mars3d.cn",
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"npm run eslint"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/cjw0608/mars3d-vue-project.git
[email protected]:cjw0608/mars3d-vue-project.git
cjw0608
mars3d-vue-project
mars3d-vue-project
master

搜索帮助