You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "ruoyi-vue-plus",
|
|
"version": "4.6.0",
|
|
"description": "RuoYi-Vue-Plus后台管理系统",
|
|
"author": "LionLi",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build:prod": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitee.com/JavaLionLi/RuoYi-Vue-Plus-UI.git"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/fetch-event-source": "2.0.1",
|
|
"@element-plus/icons-vue": "2.3.1",
|
|
"@vueup/vue-quill": "1.1.0",
|
|
"@vueuse/components": "^12.7.0",
|
|
"@vueuse/core": "^12.7.0",
|
|
"axios": "0.27.2",
|
|
"crypto-js": "4.2.0",
|
|
"echarts": "5.4.0",
|
|
"element-plus": "2.9.2",
|
|
"file-saver": "2.0.5",
|
|
"fuse.js": "6.6.2",
|
|
"js-cookie": "3.0.1",
|
|
"highlight.js": "^11.11.1",
|
|
"jsencrypt": "3.3.1",
|
|
"mescroll.js": "1.4.2",
|
|
"mitt": "3.0.1",
|
|
"normalize.css": "^8.0.1",
|
|
"nprogress": "0.2.0",
|
|
"pinia": "2.0.22",
|
|
"pinia-plugin-persist": "1.0.0",
|
|
"spark-md5": "3.0.2",
|
|
"vue": "3.5.13",
|
|
"vue-cropper": "1.0.3",
|
|
"vue-router": "4.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "4.6.2",
|
|
"@vue/compiler-sfc": "3.2.45",
|
|
"postcss-plugin-px2rem": "0.8.1",
|
|
"sass": "1.56.1",
|
|
"unplugin-auto-import": "0.11.4",
|
|
"vite": "5.4.11",
|
|
"vite-plugin-compression": "0.5.1",
|
|
"vite-plugin-svg-icons": "2.0.1",
|
|
"vite-plugin-vue-setup-extend": "0.4.0"
|
|
}
|
|
} |