mirror of
https://github.com/insistence/RuoYi-Vue3-FastAPI.git
synced 2026-09-23 21:18:10 +00:00
* feat: 初始化插件系统 * refactor: 收口插件系统运行时重构 * perf: 优化插件系统类型提示 * fix&perf: 修复和优化插件系统 * fix: 修复gitignore规则误忽略插件文件的问题 * fix: 修复运行时插件根路径算错的问题 * fix: 加强插件发现和路由注册的防护措施 * revert: 回滚定时任务白名单 * fix: 移除未使用的应用路由注册探测 * revert: 恢复部分代码 * perf: 优化插件系统 * docs: 新增插件开发文档 * perf: 优化插件管理模块 * perf: 提升插件系统核心能力 * refactor: 重构生命周期 step runner * fix: 修复lint错误 * test: 清理测试用例 * test: 调整测试目录名称 * fix: 修复前后端目录硬编码的问题 * fix: 修复插件系统安全性缺口 * refactor: 重新设计插件生命周期 Migration 事务与回滚 * perf: 优化插件系统边界问题 * refactor: 重构当前插件系统的依赖体系设计 * perf: 优化代码 * perf: 优化代码 * fix: 修复代码合并问题 * fix: 修复bug * perf: 优化代码 * perf&fix: 优化代码和修复bug * docs: 优化文档格式 * feat: 适配Vue2版本 * docs: 更新README文档 * fix: 修复ruff lint错误 * chore: 更新后端依赖文件
67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"name": "vfadmin",
|
|
"version": "1.9.0",
|
|
"description": "vfadmin管理系统",
|
|
"author": "insistence",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build:prod": "vite build",
|
|
"build:docker": "vite build --mode docker",
|
|
"build:stage": "vite build --mode staging",
|
|
"test:plugin": "node tests/plugins/run-plugin-tests.js",
|
|
"preview": "vite preview"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitee.com/insistence2022/RuoYi-Vue3-FastAPI.git"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons-vue": "^7.0.1",
|
|
"@antv/g2plot": "^2.4.31",
|
|
"@antv/infographic": "^0.2.13",
|
|
"@element-plus/icons-vue": "2.3.2",
|
|
"@vueup/vue-quill": "1.2.0",
|
|
"@vueuse/core": "14.1.0",
|
|
"ant-design-vue": "^4.1.1",
|
|
"axios": "1.13.5",
|
|
"clipboard": "2.0.11",
|
|
"echarts": "5.6.0",
|
|
"element-plus": "2.13.1",
|
|
"file-saver": "2.0.5",
|
|
"fuse.js": "7.1.0",
|
|
"js-beautify": "1.15.4",
|
|
"js-cookie": "3.0.5",
|
|
"jsencrypt": "3.3.2",
|
|
"katex": ">=0.16.27",
|
|
"markstream-vue": ">=0.0.7-beta.6",
|
|
"mermaid": ">=11.12.2",
|
|
"nprogress": "0.2.0",
|
|
"pinia": "3.0.4",
|
|
"shiki": "^3.21.0",
|
|
"splitpanes": "4.0.4",
|
|
"stream-markdown": ">=0.0.14",
|
|
"stream-monaco": ">=0.0.17",
|
|
"uuid": "13.0.0",
|
|
"vue": "3.5.26",
|
|
"vue-cropper": "1.1.1",
|
|
"vue-router": "4.6.4",
|
|
"vuedraggable": "4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "5.2.4",
|
|
"less": "^4.2.0",
|
|
"sass-embedded": "1.97.2",
|
|
"unplugin-auto-import": "0.18.6",
|
|
"unplugin-vue-setup-extend-plus": "1.0.1",
|
|
"vite": "6.4.1",
|
|
"vite-plugin-compression": "0.5.1",
|
|
"vite-plugin-monaco-editor-esm": "2.0.2",
|
|
"vite-plugin-svg-icons": "2.0.1"
|
|
},
|
|
"overrides": {
|
|
"quill": "2.0.2"
|
|
}
|
|
}
|