YZProjectCloud/yanzhu-ui-vue3/package.json

60 lines
1.5 KiB
JSON
Raw Normal View History

2024-08-17 12:11:19 +08:00
{
2024-08-24 11:53:56 +08:00
"name": "ruoyi",
"version": "3.6.3",
"description": "若依管理系统",
"author": "若依",
2024-10-18 22:16:54 +08:00
"type": "module",
2024-08-17 12:11:19 +08:00
"license": "MIT",
"scripts": {
"dev": "vite",
2025-01-06 23:33:36 +08:00
"dev:prod": "vite --mode production",
2025-05-21 23:13:05 +08:00
"build:prod": "vite build && npm run pkg",
2024-08-17 12:11:19 +08:00
"build:stage": "vite build --mode staging",
2025-05-21 23:13:05 +08:00
"pkg":"node make.cjs",
2024-08-17 12:11:19 +08:00
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "https://gitee.com/y_project/RuoYi-Cloud.git"
},
"dependencies": {
2024-10-15 23:22:33 +08:00
"@element-plus/icons-vue": "2.3.1",
"@rollup/plugin-commonjs": "^28.0.0",
"@vueup/vue-quill": "1.2.0",
"@vueuse/core": "10.11.0",
2025-04-16 23:58:47 +08:00
"ant-design-vue": "^4.2.6",
2024-10-15 23:22:33 +08:00
"axios": "0.28.1",
2024-08-24 11:53:56 +08:00
"bpmn-js": "^11.4.1",
"diagram-js": "^11.9.1",
2024-10-15 23:22:33 +08:00
"echarts": "5.5.1",
2024-10-18 22:16:54 +08:00
"element-plus": "^2.8.5",
2024-08-17 12:11:19 +08:00
"file-saver": "2.0.5",
"fuse.js": "6.6.2",
2024-08-30 23:36:24 +08:00
"highlight.js": "11.7.0",
"js-base64": "^3.7.5",
2024-10-15 23:22:33 +08:00
"js-cookie": "3.0.5",
"jsencrypt": "3.3.2",
2024-08-17 12:11:19 +08:00
"nprogress": "0.2.0",
2024-10-15 23:22:33 +08:00
"pinia": "2.1.7",
2025-04-16 23:58:47 +08:00
"qs": "^6.14.0",
2024-08-30 23:36:24 +08:00
"ruoyi": "file:",
2025-04-16 23:58:47 +08:00
"spark-md5": "^3.0.2",
2024-08-30 23:36:24 +08:00
"vkbeautify": "^0.99.3",
2024-10-15 23:22:33 +08:00
"vue": "3.4.31",
"vue-cropper": "1.1.1",
"vue-router": "4.4.0"
2024-08-17 12:11:19 +08:00
},
"devDependencies": {
2024-10-15 23:22:33 +08:00
"@vitejs/plugin-vue": "5.0.5",
2025-04-25 23:14:21 +08:00
"@vitejs/plugin-vue-jsx": "^4.1.2",
2025-04-16 23:58:47 +08:00
"less": "^4.3.0",
2024-10-15 23:22:33 +08:00
"sass": "1.77.5",
"unplugin-auto-import": "0.17.6",
2025-04-16 23:58:47 +08:00
"unplugin-vue-components": "^28.5.0",
2024-10-15 23:22:33 +08:00
"unplugin-vue-setup-extend-plus": "1.0.1",
"vite": "5.3.2",
2024-08-17 12:11:19 +08:00
"vite-plugin-compression": "0.5.1",
2024-10-15 23:22:33 +08:00
"vite-plugin-svg-icons": "2.0.1"
2024-08-17 12:11:19 +08:00
}
}