加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.69 KB
一键复制 编辑 原始数据 按行查看 历史
木遥 提交于 2022-09-07 15:20 . 同步v3.4.7代码
{
"name": "mars3d-vue-project",
"version": "3.4.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.5",
"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.4.0",
"mars3d-echarts": "~3.4.0",
"mars3d-heatmap": "~3.4.0",
"mars3d-mapv": "~3.4.0",
"nprogress": "^0.2.0",
"uuid": "^8.3.2",
"vue": "^3.2.37",
"vue-color-kit": "^1.0.5",
"vue-router": "^4.0.14",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@vitejs/plugin-vue": "^2.1.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",
"typescript": "4.5.5",
"unplugin-vue-components": "^0.17.13",
"vite": "^2.9.14",
"vite-plugin-eslint": "^1.3.0",
"vite-plugin-mars3d": "^1.1.4",
"vite-plugin-style-import": "^2.0.0",
"vue-tsc": "^0.31.1"
},
"engines": {
"node": ">=14.18.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": "wh@marsgis.cn"
},
"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"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化