1 Star 0 Fork 95

Java龙哥/mars3d-vue-example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.60 KB
一键复制 编辑 原始数据 按行查看 历史
木遥 提交于 2023-12-05 17:46 . 同步代码
{
"name": "mars3d-vue-example",
"version": "3.6.0",
"description": "在Vue3技术栈下的Mars3D平台 功能示例 演示项目",
"scripts": {
"serve": "vite --host",
"dev": "vite",
"clean-cache": "rimraf node_modules/.cache/ && rimraf node_modules/.vite",
"clean-lib": "rimraf node_modules",
"preview": "vite preview",
"build": "npm run lint && vite 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.2",
"@marsgis/editor": "^1.2.0",
"@turf/turf": "^6.5.0",
"ant-design-vue": "^4.0.7",
"axios": "^1.6.2",
"core-js": "^3.33.3",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"mars3d": "~3.6.0",
"mars3d-cesium": "^1.112.0",
"monaco-editor": "^0.44.0",
"nprogress": "^0.2.0",
"serve": "^14.2.1",
"split.js": "^1.6.5",
"standard": "^17.1.0",
"uuid": "^9.0.1",
"vue": "^3.3.10",
"vue-color-kit": "^1.0.6",
"vuex": "^4.1.0"
},
"devDependencies": {
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@vitejs/plugin-vue": "^4.5.1",
"@vue/eslint-config-typescript": "^12.0.0",
"consola": "^3.2.3",
"eslint": "^8.55.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.19.2",
"fs-extra": "^11.2.0",
"http-server": "^14.1.1",
"husky": "^8.0.3",
"less": "^4.2.0",
"lint-staged": "^15.2.0",
"prettier": "^3.1.0",
"rollup-plugin-copy": "~3.5.0",
"serve-static": "^1.15.0",
"standard": "^17.1.0",
"terser": "^5.25.0",
"typescript": "~5.2.2",
"vite": "^5.0.4",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-style-import": "^2.0.0",
"vue-tsc": "^1.8.24"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/marsgis/mars3d-vue-example.git"
},
"bugs": {
"url": "https://github.com/marsgis/mars3d-vue-example/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 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/javalong88/mars3d-vue-example.git
git@gitee.com:javalong88/mars3d-vue-example.git
javalong88
mars3d-vue-example
mars3d-vue-example
master

搜索帮助