RuoYi-Vue3/ruoyi-ui/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2019-10-08 01:14:38 +00:00
{
"name": "ruoyi",
2024-12-17 13:04:23 +00:00
"version": "3.8.7",
2019-10-08 01:14:38 +00:00
"description": "若依管理系统",
"author": "若依",
"license": "MIT",
2024-12-17 13:04:23 +00:00
"type": "module",
2019-10-08 01:14:38 +00:00
"scripts": {
2024-12-17 13:04:23 +00:00
"dev": "vite",
"build:prod": "vite build",
"build:stage": "vite build --mode staging",
"preview": "vite preview"
2019-10-08 01:14:38 +00:00
},
"repository": {
"type": "git",
"url": "https://gitee.com/y_project/RuoYi-Vue.git"
},
"dependencies": {
2024-12-17 13:04:23 +00:00
"@element-plus/icons-vue": "2.3.1",
"@vueup/vue-quill": "1.2.0",
"@vueuse/core": "10.6.1",
"axios": "0.27.2",
"clipboard": "^2.0.11",
"echarts": "5.4.3",
"element-plus": "2.4.3",
2021-09-27 02:36:43 +00:00
"file-saver": "2.0.5",
2024-12-17 13:04:23 +00:00
"fuse.js": "6.6.2",
"js-beautify": "^1.14.11",
"js-cookie": "3.0.5",
"jsencrypt": "3.3.2",
2019-10-08 01:14:38 +00:00
"nprogress": "0.2.0",
2024-12-17 13:04:23 +00:00
"pinia": "2.1.7",
"vue": "3.4.0",
"vue-cropper": "1.1.1",
"vue-router": "4.2.5",
"vuedraggable": "^4.1.0"
2019-10-08 01:14:38 +00:00
},
"devDependencies": {
2024-12-17 13:04:23 +00:00
"@vitejs/plugin-vue": "5.0.1",
"@vue/compiler-sfc": "3.4.0",
"sass": "1.69.5",
"unplugin-auto-import": "0.17.1",
"vite": "5.0.4",
"vite-plugin-compression": "0.5.1",
"vite-plugin-svg-icons": "2.0.1",
"unplugin-vue-setup-extend-plus": "1.0.0"
}
2019-10-08 01:14:38 +00:00
}