Merge branch 'main' into example

This commit is contained in:
Soybean
2025-12-23 11:26:29 +08:00
14 changed files with 982 additions and 1301 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "soybean-admin",
"type": "module",
"version": "2.0.1",
"version": "2.0.2",
"description": "A fresh and elegant admin template, based on Vue3、Vite7、TypeScript、NaiveUI and UnoCSS. 一个基于Vue3、Vite7、TypeScript、NaiveUI and UnoCSS的清新优雅的中后台模版。",
"author": {
"name": "Soybean",
@@ -48,7 +48,7 @@
},
"dependencies": {
"@antv/data-set": "0.11.8",
"@antv/g2": "5.4.6",
"@antv/g2": "5.4.7",
"@antv/g6": "5.0.50",
"@better-scroll/core": "2.5.1",
"@iconify/vue": "5.0.0",
@@ -58,18 +58,18 @@
"@sa/hooks": "workspace:*",
"@sa/materials": "workspace:*",
"@sa/utils": "workspace:*",
"@visactor/vchart": "2.0.10",
"@visactor/vchart": "2.0.11",
"@visactor/vchart-theme": "1.12.2",
"@visactor/vtable-editors": "1.22.6",
"@visactor/vtable-gantt": "1.22.6",
"@visactor/vue-vtable": "1.22.6",
"@visactor/vtable-editors": "1.22.8",
"@visactor/vtable-gantt": "1.22.8",
"@visactor/vue-vtable": "1.22.8",
"@vueuse/components": "14.1.0",
"@vueuse/core": "14.1.0",
"clipboard": "2.0.11",
"dayjs": "1.11.19",
"defu": "6.1.4",
"dhtmlx-gantt": "9.1.0",
"dompurify": "3.3.0",
"dhtmlx-gantt": "9.1.1",
"dompurify": "3.3.1",
"echarts": "6.0.0",
"jsbarcode": "3.12.1",
"json5": "2.2.3",
@@ -78,16 +78,16 @@
"pinia": "3.0.4",
"pinyin-pro": "3.27.0",
"print-js": "1.6.0",
"pro-naive-ui": "3.1.4",
"pro-naive-ui": "3.2.0",
"swiper": "12.0.3",
"tailwind-merge": "3.4.0",
"typeit": "8.8.7",
"vditor": "3.11.2",
"vue": "3.5.25",
"vue": "3.5.26",
"vue-draggable-plus": "0.6.0",
"vue-i18n": "11.2.2",
"vue-i18n": "11.2.7",
"vue-pdf-embed": "2.1.3",
"vue-router": "4.6.3",
"vue-router": "4.6.4",
"wangeditor": "4.7.15",
"xgplayer": "3.0.23",
"xlsx": "0.18.5"
@@ -95,12 +95,12 @@
"devDependencies": {
"@amap/amap-jsapi-types": "0.0.15",
"@elegant-router/vue": "0.3.8",
"@iconify/json": "2.2.414",
"@iconify/json": "2.2.417",
"@sa/scripts": "workspace:*",
"@sa/uno-preset": "workspace:*",
"@soybeanjs/eslint-config": "1.7.4",
"@types/bmapgl": "0.0.7",
"@types/node": "24.10.1",
"@types/node": "25.0.3",
"@types/nprogress": "0.2.3",
"@unocss/eslint-config": "66.5.10",
"@unocss/preset-icons": "66.5.10",
@@ -108,26 +108,26 @@
"@unocss/transformer-directives": "66.5.10",
"@unocss/transformer-variant-group": "66.5.10",
"@unocss/vite": "66.5.10",
"@vitejs/plugin-vue": "6.0.2",
"@vitejs/plugin-vue": "6.0.3",
"@vitejs/plugin-vue-jsx": "5.1.2",
"consola": "3.4.2",
"eslint": "9.39.1",
"eslint": "9.39.2",
"eslint-plugin-vue": "10.6.2",
"kolorist": "1.8.0",
"lint-staged": "16.2.7",
"pro-naive-ui-resolver": "1.0.2",
"sass": "1.94.2",
"sass": "1.97.1",
"simple-git-hooks": "2.13.1",
"tsx": "4.21.0",
"typescript": "5.9.3",
"unplugin-icons": "22.5.0",
"unplugin-vue-components": "30.0.0",
"vite": "7.2.6",
"vite": "7.3.0",
"vite-plugin-progress": "0.0.7",
"vite-plugin-svg-icons": "2.0.1",
"vite-plugin-vue-devtools": "8.0.5",
"vue-eslint-parser": "10.2.0",
"vue-tsc": "3.1.5"
"vue-tsc": "3.2.1"
},
"simple-git-hooks": {
"commit-msg": "pnpm sa git-commit-verify",