60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"name": "ruoyi",
|
|
"version": "3.6.3",
|
|
"description": "若依管理系统",
|
|
"author": "若依",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:prod": "vite --mode production",
|
|
"build:prod": "vite build && npm run pkg",
|
|
"build:stage": "vite build --mode staging",
|
|
"pkg":"node make.cjs",
|
|
"preview": "vite preview"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitee.com/y_project/RuoYi-Cloud.git"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "2.3.1",
|
|
"@rollup/plugin-commonjs": "^28.0.0",
|
|
"@vueup/vue-quill": "1.2.0",
|
|
"@vueuse/core": "10.11.0",
|
|
"ant-design-vue": "^4.2.6",
|
|
"axios": "0.28.1",
|
|
"bpmn-js": "^11.4.1",
|
|
"diagram-js": "^11.9.1",
|
|
"echarts": "5.5.1",
|
|
"element-plus": "^2.8.5",
|
|
"file-saver": "2.0.5",
|
|
"fuse.js": "6.6.2",
|
|
"highlight.js": "11.7.0",
|
|
"js-base64": "^3.7.5",
|
|
"js-cookie": "3.0.5",
|
|
"jsencrypt": "3.3.2",
|
|
"nprogress": "0.2.0",
|
|
"pinia": "2.1.7",
|
|
"qs": "^6.14.0",
|
|
"ruoyi": "file:",
|
|
"spark-md5": "^3.0.2",
|
|
"vkbeautify": "^0.99.3",
|
|
"vue": "3.4.31",
|
|
"vue-cropper": "1.1.1",
|
|
"vue-router": "4.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "5.0.5",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.2",
|
|
"less": "^4.3.0",
|
|
"sass": "1.77.5",
|
|
"unplugin-auto-import": "0.17.6",
|
|
"unplugin-vue-components": "^28.5.0",
|
|
"unplugin-vue-setup-extend-plus": "1.0.1",
|
|
"vite": "5.3.2",
|
|
"vite-plugin-compression": "0.5.1",
|
|
"vite-plugin-svg-icons": "2.0.1"
|
|
}
|
|
}
|