|
1 | 1 | { |
2 | 2 | "type": "module", |
| 3 | + "packageManager": "[email protected]", |
3 | 4 | "engines": { |
4 | 5 | "node": "^20.19.0 || >=22.12.0" |
5 | 6 | }, |
|
24 | 25 | "@bytemd/vue-next": "^1.22.0", |
25 | 26 | "@tinymce/tinymce-vue": "^6.2.0", |
26 | 27 | "@vee-validate/zod": "^4.15.1", |
27 | | - "@visactor/vchart": "^2.0.0", |
| 28 | + "@visactor/vchart": "^2.0.1", |
28 | 29 | "@vue-office/docx": "^1.6.3", |
29 | 30 | "@vue-office/excel": "^1.7.14", |
30 | 31 | "@vueuse/components": "^13.5.0", |
31 | 32 | "@vueuse/core": "^13.5.0", |
32 | 33 | "@vueuse/integrations": "^13.5.0", |
33 | 34 | "animate.css": "^4.1.1", |
34 | | - "axios": "^1.10.0", |
| 35 | + "axios": "^1.11.0", |
35 | 36 | "bytemd": "^1.22.0", |
36 | 37 | "class-variance-authority": "^0.7.1", |
37 | 38 | "clsx": "^2.1.1", |
|
42 | 43 | "echarts": "^5.6.0", |
43 | 44 | "element-plus": "^2.10.4", |
44 | 45 | "eruda": "^3.4.3", |
45 | | - "es-toolkit": "^1.39.7", |
| 46 | + "es-toolkit": "^1.39.8", |
46 | 47 | "filesize": "^11.0.2", |
47 | 48 | "hotkeys-js": "^3.13.15", |
48 | 49 | "lucide-vue-next": "^0.525.0", |
|
54 | 55 | "print-js": "^1.6.0", |
55 | 56 | "qrcode": "^1.5.4", |
56 | 57 | "qs": "^6.14.0", |
57 | | - "reka-ui": "^2.3.2", |
| 58 | + "reka-ui": "^2.4.0", |
58 | 59 | "scule": "^1.3.0", |
59 | 60 | "splitpanes": "^4.0.4", |
60 | 61 | "swiper": "^11.2.10", |
|
63 | 64 | "ua-parser-js": "^2.0.4", |
64 | 65 | "vconsole": "^3.15.1", |
65 | 66 | "vee-validate": "^4.15.1", |
66 | | - "vue": "^3.5.17", |
| 67 | + "vue": "^3.5.18", |
67 | 68 | "vue-currency-input": "^3.2.1", |
68 | | - "vue-data-ui": "^2.15.4", |
| 69 | + "vue-data-ui": "^2.17.5", |
69 | 70 | "vue-esign": "^1.1.4", |
70 | 71 | "vue-hooks-plus": "^2.4.0", |
71 | 72 | "vue-router": "^4.5.1", |
72 | 73 | "vue-sonner": "^2.0.2", |
73 | | - "vxe-table": "^4.14.4", |
| 74 | + "vxe-table": "^4.14.6", |
74 | 75 | "xe-utils": "^3.7.8", |
75 | | - "zod": "^4.0.5" |
| 76 | + "zod": "^4.0.10" |
76 | 77 | }, |
77 | 78 | "devDependencies": { |
78 | | - "@antfu/eslint-config": "^4.17.0", |
| 79 | + "@antfu/eslint-config": "^5.0.0", |
79 | 80 | "@clack/prompts": "^0.11.0", |
80 | 81 | "@faker-js/faker": "^9.9.0", |
81 | | - "@iconify/json": "^2.2.359", |
| 82 | + "@iconify/json": "^2.2.362", |
82 | 83 | "@iconify/vue": "^5.0.0", |
83 | | - "@stylistic/stylelint-config": "^2.0.0", |
| 84 | + "@stylistic/stylelint-config": "^3.0.1", |
84 | 85 | "@types/nprogress": "^0.2.3", |
85 | 86 | "@types/path-browserify": "^1.0.3", |
86 | 87 | "@types/qrcode": "^1.5.5", |
87 | 88 | "@types/qs": "^6.14.0", |
88 | 89 | "@types/splitpanes": "^2.2.6", |
89 | 90 | "@unocss/eslint-plugin": "^66.3.3", |
90 | 91 | "@unocss/preset-legacy-compat": "^66.3.3", |
91 | | - "@vitejs/plugin-legacy": "^7.0.1", |
| 92 | + "@vitejs/plugin-legacy": "^7.1.0", |
92 | 93 | "@vitejs/plugin-vue": "^6.0.0", |
93 | 94 | "@vitejs/plugin-vue-jsx": "^5.0.1", |
94 | 95 | "@vue/tsconfig": "^0.7.0", |
|
105 | 106 | "postcss-nested": "^7.0.2", |
106 | 107 | "sass-embedded": "^1.89.2", |
107 | 108 | "simple-git-hooks": "^2.13.0", |
108 | | - "stylelint": "^16.21.1", |
| 109 | + "stylelint": "^16.22.0", |
109 | 110 | "stylelint-config-recess-order": "^7.1.0", |
110 | 111 | "stylelint-config-standard-scss": "^15.0.1", |
111 | 112 | "stylelint-config-standard-vue": "^1.0.0", |
|
119 | 120 | "unplugin-auto-import": "^19.3.0", |
120 | 121 | "unplugin-turbo-console": "^2.2.0", |
121 | 122 | "unplugin-vue-components": "^28.8.0", |
122 | | - "vite": "^7.0.5", |
| 123 | + "vite": "^7.0.6", |
123 | 124 | "vite-plugin-app-loading": "^0.4.0", |
124 | 125 | "vite-plugin-archiver": "^0.2.0", |
125 | 126 | "vite-plugin-banner": "^0.8.1", |
|
130 | 131 | "vite-plugin-svg-icons": "^2.0.1", |
131 | 132 | "vite-plugin-vue-devtools": "^7.7.7", |
132 | 133 | "vite-plugin-vue-meta-layouts": "^0.5.1", |
133 | | - "vue-tsc": "^3.0.2" |
| 134 | + "vue-tsc": "^3.0.4" |
134 | 135 | }, |
135 | 136 | "simple-git-hooks": { |
136 | 137 | "pre-commit": "pnpm lint-staged", |
|
0 commit comments