|
1 | 1 | {
|
2 | 2 | "type": "module",
|
3 |
| - "packageManager": "[email protected]", |
4 | 3 | "engines": {
|
5 | 4 | "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
|
6 | 5 | },
|
|
25 | 24 | "@bytemd/vue-next": "^1.22.0",
|
26 | 25 | "@tinymce/tinymce-vue": "^6.1.0",
|
27 | 26 | "@vee-validate/zod": "^4.15.0",
|
28 |
| - "@visactor/vchart": "^1.13.5", |
| 27 | + "@visactor/vchart": "^1.13.6", |
29 | 28 | "@vue-office/docx": "^1.6.3",
|
30 | 29 | "@vue-office/excel": "^1.7.14",
|
31 | 30 | "@vue-office/pdf": "^2.0.10",
|
32 |
| - "@vueuse/components": "^12.7.0", |
33 |
| - "@vueuse/core": "^12.7.0", |
34 |
| - "@vueuse/integrations": "^12.7.0", |
| 31 | + "@vueuse/components": "^12.8.2", |
| 32 | + "@vueuse/core": "^12.8.2", |
| 33 | + "@vueuse/integrations": "^12.8.2", |
35 | 34 | "animate.css": "^4.1.1",
|
36 |
| - "axios": "^1.8.1", |
| 35 | + "axios": "^1.8.2", |
37 | 36 | "bytemd": "^1.22.0",
|
38 | 37 | "class-variance-authority": "^0.7.1",
|
39 | 38 | "clsx": "^2.1.1",
|
|
42 | 41 | "defu": "^6.1.4",
|
43 | 42 | "disable-devtool": "^0.3.8",
|
44 | 43 | "echarts": "^5.6.0",
|
45 |
| - "element-plus": "^2.9.5", |
| 44 | + "element-plus": "^2.9.6", |
46 | 45 | "eruda": "^3.4.1",
|
47 |
| - "es-toolkit": "^1.32.0", |
| 46 | + "es-toolkit": "^1.33.0", |
48 | 47 | "hotkeys-js": "^3.13.9",
|
49 |
| - "lucide-vue-next": "^0.477.0", |
| 48 | + "lucide-vue-next": "^0.479.0", |
50 | 49 | "mitt": "^3.0.1",
|
51 | 50 | "nprogress": "^0.2.0",
|
52 | 51 | "path-browserify": "^1.0.1",
|
|
57 | 56 | "qs": "^6.14.0",
|
58 | 57 | "reka-ui": "^2.0.2",
|
59 | 58 | "scule": "^1.3.0",
|
60 |
| - "splitpanes": "^3.1.8", |
61 |
| - "swiper": "^11.2.4", |
| 59 | + "splitpanes": "^3.2.0", |
| 60 | + "swiper": "^11.2.5", |
62 | 61 | "tailwind-merge": "^3.0.2",
|
63 |
| - "tinymce": "^7.7.0", |
| 62 | + "tinymce": "^7.7.1", |
64 | 63 | "ua-parser-js": "^2.0.2",
|
65 | 64 | "vconsole": "^3.15.1",
|
66 | 65 | "vee-validate": "^4.15.0",
|
67 | 66 | "vue": "^3.5.13",
|
68 | 67 | "vue-currency-input": "^3.2.1",
|
69 | 68 | "vue-esign": "^1.1.4",
|
70 |
| - "vue-hooks-plus": "^2.2.4", |
| 69 | + "vue-hooks-plus": "^2.3.0", |
71 | 70 | "vue-router": "^4.5.0",
|
72 | 71 | "vue-sonner": "^1.3.0",
|
73 |
| - "vxe-table": "^4.11.15", |
74 |
| - "xe-utils": "^3.7.2", |
| 72 | + "vxe-table": "^4.11.19", |
| 73 | + "xe-utils": "^3.7.4", |
75 | 74 | "zod": "^3.24.2"
|
76 | 75 | },
|
77 | 76 | "devDependencies": {
|
78 | 77 | "@antfu/eslint-config": "4.3.0",
|
79 |
| - "@faker-js/faker": "^9.5.1", |
80 |
| - "@iconify/json": "^2.2.312", |
| 78 | + "@faker-js/faker": "^9.6.0", |
| 79 | + "@iconify/json": "^2.2.315", |
81 | 80 | "@iconify/vue": "^4.3.0",
|
82 | 81 | "@stylistic/stylelint-config": "^2.0.0",
|
83 | 82 | "@types/nprogress": "^0.2.3",
|
|
91 | 90 | "@vitejs/plugin-vue": "^5.2.1",
|
92 | 91 | "@vitejs/plugin-vue-jsx": "^4.1.1",
|
93 | 92 | "@vue/tsconfig": "^0.7.0",
|
94 |
| - "autoprefixer": "^10.4.20", |
| 93 | + "autoprefixer": "^10.4.21", |
95 | 94 | "boxen": "^8.0.1",
|
96 |
| - "eslint": "^9.21.0", |
| 95 | + "eslint": "^9.22.0", |
97 | 96 | "esno": "^4.8.0",
|
98 | 97 | "fs-extra": "^11.3.0",
|
99 | 98 | "http-server": "^14.1.1",
|
100 |
| - "inquirer": "^12.4.2", |
| 99 | + "inquirer": "^12.4.3", |
101 | 100 | "lint-staged": "^15.4.3",
|
102 | 101 | "npm-run-all2": "^7.0.2",
|
103 | 102 | "picocolors": "^1.1.1",
|
|
112 | 111 | "stylelint-config-standard-vue": "^1.0.0",
|
113 | 112 | "stylelint-scss": "^6.11.1",
|
114 | 113 | "svgo": "^3.3.2",
|
115 |
| - "taze": "^18.6.0", |
| 114 | + "taze": "^18.7.1", |
116 | 115 | "typescript": "^5.8.2",
|
117 | 116 | "unocss": "^65.5.0",
|
118 | 117 | "unocss-preset-animations": "^1.1.1",
|
119 | 118 | "unocss-preset-scrollbar": "^3.2.0",
|
120 | 119 | "unplugin-auto-import": "^19.1.1",
|
121 | 120 | "unplugin-turbo-console": "^1.11.3",
|
122 | 121 | "unplugin-vue-components": "^28.4.1",
|
123 |
| - "vite": "^6.2.0", |
| 122 | + "vite": "^6.2.1", |
124 | 123 | "vite-plugin-app-loading": "^0.3.1",
|
125 | 124 | "vite-plugin-archiver": "^0.1.2",
|
126 | 125 | "vite-plugin-banner": "^0.8.0",
|
|
0 commit comments