2024-02-07 16:50:15 +08:00
|
|
|
{
|
|
|
|
"name": "力鼎",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "力鼎后台管理系统",
|
|
|
|
"author": "LionLi",
|
|
|
|
"license": "MIT",
|
2025-04-22 13:40:04 +08:00
|
|
|
|
2024-02-07 16:50:15 +08:00
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"build:prod": "vite build && node ./built.js",
|
2024-10-22 16:48:12 +08:00
|
|
|
"built": "node ./built.js",
|
2025-04-22 13:40:04 +08:00
|
|
|
"preview": "vite preview",
|
|
|
|
"提示":{
|
|
|
|
"打包上传服务器": "npm run build:prod",
|
|
|
|
"打包": "npm run build",
|
|
|
|
"开发环境fang": "npm run dev"
|
|
|
|
}
|
2024-02-07 16:50:15 +08:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitee.com/JavaLionLi/RuoYi-Vue-Plus-UI.git"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@arcgis/core": "^4.27.6",
|
|
|
|
"@element-plus/icons-vue": "2.0.10",
|
2024-10-22 16:48:12 +08:00
|
|
|
"@turf/turf": "^6.5.0",
|
2024-02-07 16:50:15 +08:00
|
|
|
"@vue-office/excel": "^1.4.5",
|
|
|
|
"@vueup/vue-quill": "1.1.0",
|
|
|
|
"@vueuse/core": "9.5.0",
|
|
|
|
"axios": "0.27.2",
|
2024-10-22 16:48:12 +08:00
|
|
|
"dxf-writer": "^1.18.4",
|
2024-02-07 16:50:15 +08:00
|
|
|
"echarts": "5.4.0",
|
|
|
|
"element-plus": "2.2.27",
|
|
|
|
"esri-leaflet": "^3.0.11",
|
|
|
|
"event-source-polyfill": "^1.0.31",
|
|
|
|
"file-saver": "2.0.5",
|
|
|
|
"fuse.js": "6.6.2",
|
|
|
|
"html2canvas": "^1.4.1",
|
|
|
|
"js-cookie": "3.0.1",
|
|
|
|
"jsencrypt": "3.3.1",
|
|
|
|
"mapbox-gl": "^3.0.1",
|
|
|
|
"mitt": "^3.0.1",
|
|
|
|
"moment": "^2.29.4",
|
|
|
|
"mxcad": "latest",
|
|
|
|
"mxdraw": "^0.1.233",
|
|
|
|
"node-ssh": "^13.1.0",
|
|
|
|
"nprogress": "0.2.0",
|
|
|
|
"pinia": "2.0.22",
|
|
|
|
"proj4": "^2.9.2",
|
|
|
|
"spark-md5": "^3.0.2",
|
|
|
|
"ssh2": "^1.15.0",
|
|
|
|
"three": "0.113.2",
|
|
|
|
"vue": "3.2.45",
|
|
|
|
"vue-cropper": "1.0.3",
|
|
|
|
"vue-router": "4.1.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
|
|
"@vue/compiler-sfc": "3.2.45",
|
|
|
|
"rollup-plugin-visualizer": "^5.12.0",
|
|
|
|
"sass": "1.56.1",
|
2024-10-22 16:48:12 +08:00
|
|
|
"terser": "^5.31.0",
|
2024-02-07 16:50:15 +08:00
|
|
|
"unplugin-auto-import": "0.11.4",
|
|
|
|
"vite": "^4.4.5",
|
|
|
|
"vite-plugin-compression": "0.5.1",
|
|
|
|
"vite-plugin-svg-icons": "2.0.1",
|
|
|
|
"vite-plugin-vue-setup-extend": "0.4.0"
|
|
|
|
}
|
|
|
|
}
|