new-ruoyi-geek/ruoyi-geek-vue3/package.json

70 lines
1.8 KiB
JSON
Raw Normal View History

2025-11-15 13:07:57 +00:00
{
"name": "ruoyi-geek-vue3",
"version": "3.9.0-G",
"description": "若依Geek管理系统",
"author": "Geek-XD",
"license": "MIT",
"type": "module",
"homepage": "https://gitee.com/geek-xd",
"scripts": {
"dev": "vite",
"build:prod": "vite build",
"build:stage": "vite build --mode staging",
"preview": "vite preview"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"repository": {
"type": "git",
"url": "https://gitee.com/geek-xd/ruo-yi-vue3-geek.git"
},
"dependencies": {
"@element-plus/icons-vue": "2.3.1",
"@vueuse/core": "13.5.0",
"axios": "1.10.0",
"bpmn-js": "^18.6.2",
"bpmn-js-bpmnlint": "^0.23.0",
"bpmnlint": "^11.4.4",
"bpmnlint-loader": "^0.1.4",
"diagram-js": "^15.3.0",
"echarts": "5.6.0",
"element-plus": "2.11.4",
"fast-glob": "^3.3.3",
"file-saver": "2.0.5",
"fuse.js": "7.1.0",
"highlight.js": "11.11.1",
"inherits": "^2.0.4",
"js-cookie": "3.0.5",
"jsbarcode": "^3.12.1",
"jsencrypt": "3.3.2",
"lodash": "^4.17.21",
"min-dash": "^4.2.3",
"nprogress": "0.2.0",
"pinia": "3.0.3",
"qrcode": "^1.5.4",
"quill": "^2.0.2",
"quill-better-table": "^1.2.10",
"three": "0.178.0",
"uuid": "^11.1.0",
"vkbeautify": "^0.99.3",
"vue": "3.5.17",
"vue-cropper": "1.1.1",
"vue-router": "4.5.1"
},
"devDependencies": {
"@types/nprogress": "^0.2.3",
"@types/three": "0.178.0",
"@vitejs/plugin-vue": "6.0.0",
"@vue/compiler-sfc": "3.5.17",
"sass": "1.89.2",
"tslib": "^2.7.0",
"unplugin-auto-import": "19.3.0",
"vite": "7.0.2",
"vite-plugin-compression": "0.5.1",
"vite-plugin-glsl": "1.5.1",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-setup-extend": "0.4.0"
}
}