加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.83 KB
一键复制 编辑 原始数据 按行查看 历史
木遥 提交于 2024-08-21 14:20 . 同步代码
{
"name": "mars3d-vue-project",
"version": "3.8.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"
},
"type": "module",
"dependencies": {
"@icon-park/svg": "^1.4.2",
"@turf/turf": "^6.5.0",
"ant-design-vue": "^4.1.2",
"axios": "^1.6.7",
"core-js": "^3.36.0",
"dayjs": "^1.11.10",
"echarts": "^5.5.0",
"echarts-gl": "^2.0.9",
"font-awesome": "^4.7.0",
"kml-geojson": "^1.2.2",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"mapv": "^2.0.62",
"mars3d": "~3.8.0",
"mars3d-cesium": "~1.120.0",
"mars3d-echarts": "~3.8.0",
"mars3d-heatmap": "~3.8.0",
"mars3d-mapv": "~3.8.0",
"mars3d-space": "~3.8.0",
"nprogress": "^0.2.0",
"uuid": "^9.0.1",
"vue": "^3.4.19",
"vue-color-kit": "^1.0.6",
"vue-router": "^4.2.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/eslint-config-typescript": "^12.0.0",
"consola": "^3.2.3",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.21.1",
"fs-extra": "^11.2.0",
"http-server": "^14.1.1",
"husky": "^8.0.3",
"less": "^4.2.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"serve-static": "^1.15.0",
"standard": "^17.1.0",
"terser": "^5.27.2",
"typescript": "~5.2.2",
"vite": "^5.1.3",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-mars3d": "^4.1.0",
"vite-plugin-style-import": "^2.0.0",
"vue-tsc": "^1.8.27"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.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 助手
尝试更多
代码解读
代码找茬
代码优化