cquavui/package.json

61 lines
1.5 KiB
JSON
Raw Normal View History

2025-09-09 17:29:38 +08:00
{
"name": "ruoyi",
2025-09-29 17:29:56 +08:00
"version": "0.0.1",
"description": "管理系统",
"author": "rxiaou",
2025-09-09 17:29:38 +08:00
"license": "MIT",
2025-09-29 17:29:56 +08:00
"type": "module",
2025-09-09 17:29:38 +08:00
"scripts": {
2025-09-29 17:29:56 +08:00
"dev": "vite",
"build:prod": "vite build",
"build:stage": "vite build --mode staging",
"preview": "vite preview",
"postinstall": "node static-copy.js",
"static-copy": "node static-copy.js"
2025-09-09 17:29:38 +08:00
},
"repository": {
"type": "git",
2025-09-29 17:29:56 +08:00
"url": "https://gitee.com/ren-xiaoyou/cesium_ry_v3.git"
2025-09-09 17:29:38 +08:00
},
"dependencies": {
2025-09-29 17:29:56 +08:00
"@antv/g6": "^5.0.49",
"@element-plus/icons-vue": "2.0.10",
"@vueuse/core": "9.5.0",
"axios": "0.27.2",
2025-09-23 18:33:18 +08:00
"cesium": "^1.105.0",
2025-09-09 17:29:38 +08:00
"echarts": "5.4.0",
2025-09-29 17:29:56 +08:00
"element-plus": "2.2.27",
2025-09-09 17:29:38 +08:00
"file-saver": "2.0.5",
2025-09-29 17:29:56 +08:00
"fuse.js": "6.6.2",
2025-09-09 17:29:38 +08:00
"js-cookie": "3.0.1",
2025-09-29 17:29:56 +08:00
"jsencrypt": "3.3.1",
"lodash-es": "^4.17.21",
"moment": "^2.29.4",
2025-09-09 17:29:38 +08:00
"nprogress": "0.2.0",
2025-09-29 17:29:56 +08:00
"pinia": "2.0.22",
"qrcode": "^1.5.3",
"qrcodejs2-fix": "^0.0.1",
"uuid": "^9.0.0",
2025-09-29 17:29:56 +08:00
"vite-plugin-externals": "^0.6.2",
"vite-plugin-html-config": "^1.0.11",
"vue": "3.2.45",
"vue-cropper": "1.0.3",
"vue-router": "4.1.4",
"yarn": "^1.22.22"
2025-09-09 17:29:38 +08:00
},
"devDependencies": {
2025-09-29 17:29:56 +08:00
"@vitejs/plugin-vue": "3.1.0",
"@vue/compiler-sfc": "3.2.45",
"del": "^7.0.0",
"recursive-copy": "^2.0.14",
"sass": "1.56.1",
"unplugin-auto-import": "^0.13.0",
"unplugin-vue-components": "^0.23.0",
"vite": "3.2.3",
"vite-plugin-compression": "0.5.1",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-setup-extend": "0.4.0",
"less": "^4.1.3"
}
2025-09-09 17:29:38 +08:00
}