mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-26 06:19:01 +00:00
* refactor: 移除冗余的工具名称和描述,简化代码生成器的文档 * Add Content-Type to S3 upload input Add Content-Type to S3 upload input * style: 优化仪表盘组件样式,调整各个子组件的布局和样式,提升视觉效果 * fix: 更新插件链接 * 优化角色配置-首页配置相关内容 * feat: 默认首页只允许选择已选中的菜单 * feat: 更新样式和优化组件,调整背景色及文本颜色 * feat: 清理无用的右侧边线 * feat: 增加了导入导出模板的自定义sql能力,方便灵活化扩展导入导出 * feat: 优化日志输出,增加插件字典定义 * feat: 增加插件字典定义前端相关 * feat: 增加插件自定义字典方法 * feat: 增加文件名和路径合法性检查 * feat: 修复暗黑模式和亮色模式logo路径定义 * feat: 移除未使用的defineEmits导入 * feat: 更新授权链接至新地址 * feat: 移除菜单组件背景色 * feat: 更新导出和导入SQL语句的示例占位符 * feat: 错误日志必须有数据库链接才会存储 * feat: 移除仪表板中公告卡片的高度限制 * feat: 添加插件列表接口,更新插件表格组件,移除不必要的注释 * feat: 更新版本号至v2.8.8,调整插件表格组件的请求参数 --------- Co-authored-by: piexlMax(奇淼 <qimiaojiangjizhao@gmail.com> Co-authored-by: Yexk_M <yexk@yexk.cn> Co-authored-by: Azir-11 <2075125282@qq.com>
87 lines
2.7 KiB
JSON
87 lines
2.7 KiB
JSON
{
|
|
"name": "gin-vue-admin",
|
|
"version": "2.8.8",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node openDocument.js && vite --host --mode development",
|
|
"serve": "node openDocument.js && vite --host --mode development",
|
|
"build": "vite build --mode production",
|
|
"limit-build": "npm install increase-memory-limit-fixbug cross-env -g && npm run fix-memory-limit && node ./limit && npm run build",
|
|
"preview": "vite preview",
|
|
"fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.3.1",
|
|
"@form-create/designer": "^3.2.6",
|
|
"@form-create/element-ui": "^3.2.10",
|
|
"@iconify/vue": "^5.0.0",
|
|
"@unocss/transformer-directives": "^66.4.2",
|
|
"@vue-office/docx": "^1.6.2",
|
|
"@vue-office/excel": "^1.7.11",
|
|
"@vue-office/pdf": "^2.0.2",
|
|
"@vueuse/core": "^11.0.3",
|
|
"@vueuse/integrations": "^12.0.0",
|
|
"@wangeditor/editor": "^5.1.23",
|
|
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
"ace-builds": "^1.36.4",
|
|
"axios": "1.8.2",
|
|
"chokidar": "^4.0.0",
|
|
"core-js": "^3.38.1",
|
|
"echarts": "5.5.1",
|
|
"element-plus": "^2.10.2",
|
|
"highlight.js": "^11.10.0",
|
|
"install": "^0.13.0",
|
|
"marked": "14.1.1",
|
|
"marked-highlight": "^2.1.4",
|
|
"mitt": "^3.0.1",
|
|
"npm": "^11.3.0",
|
|
"nprogress": "^0.2.0",
|
|
"path": "^0.12.7",
|
|
"pinia": "^2.2.2",
|
|
"qs": "^6.13.0",
|
|
"screenfull": "^6.0.2",
|
|
"sortablejs": "^1.15.3",
|
|
"spark-md5": "^3.0.2",
|
|
"universal-cookie": "^7",
|
|
"vform3-builds": "^3.0.10",
|
|
"vite-auto-import-svg": "^2.1.0",
|
|
"vue": "^3.5.7",
|
|
"vue-cropper": "^1.1.4",
|
|
"vue-echarts": "^7.0.3",
|
|
"vue-qr": "^4.0.9",
|
|
"vue-router": "^4.4.3",
|
|
"vue3-ace-editor": "^2.2.4",
|
|
"vue3-sfc-loader": "^0.9.5",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/eslint-parser": "^7.25.1",
|
|
"@eslint/js": "^8.56.0",
|
|
"@unocss/extractor-svelte": "^66.4.2",
|
|
"@unocss/preset-wind3": "^66.4.2",
|
|
"@unocss/vite": "^66.5.0",
|
|
"@vitejs/plugin-legacy": "^6.0.0",
|
|
"@vitejs/plugin-vue": "^5.0.3",
|
|
"@vue/cli-plugin-babel": "~5.0.8",
|
|
"@vue/cli-plugin-eslint": "~5.0.8",
|
|
"@vue/cli-plugin-router": "~5.0.8",
|
|
"@vue/cli-plugin-vuex": "~5.0.8",
|
|
"@vue/cli-service": "~5.0.8",
|
|
"@vue/compiler-sfc": "^3.5.1",
|
|
"autoprefixer": "^10.4.20",
|
|
"babel-plugin-import": "^1.13.8",
|
|
"chalk": "^5.3.0",
|
|
"dotenv": "^16.4.5",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-vue": "^9.19.2",
|
|
"globals": "^16.3.0",
|
|
"sass": "^1.78.0",
|
|
"terser": "^5.31.6",
|
|
"vite": "^6.2.3",
|
|
"vite-plugin-banner": "^0.8.0",
|
|
"vite-plugin-importer": "^0.2.5",
|
|
"vite-plugin-vue-devtools": "^7.0.16"
|
|
}
|
|
}
|