This commit is contained in:
2025-04-02 19:16:28 +08:00
parent 9d3945413a
commit e43f9230eb
31 changed files with 513 additions and 188 deletions

View File

@@ -13,7 +13,7 @@
"dependencies": {
"@arco-design/color": "^0.4.0",
"@arco-design/web-vue": "^2.57.0",
"@tanstack/vue-query": "^5.69.0",
"@tanstack/vue-query": "^5.71.1",
"@tinymce/tinymce-vue": "^6.1.0",
"@vueuse/core": "^13.0.0",
"axios": "^1.8.4",
@@ -31,15 +31,15 @@
"vue": "^3.5.13",
"vue-clipboard3": "^2.0.0",
"vue-color-kit": "^1.0.6",
"vue-data-ui": "^2.6.24",
"vue-data-ui": "^2.6.27",
"vue-router": "^4.5.0",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.15",
"@tailwindcss/vite": "^4.0.15",
"@tailwindcss/postcss": "^4.1.0",
"@tailwindcss/vite": "^4.1.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.13",
"@types/node": "^22.13.17",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.18",
"@vitejs/plugin-vue": "^5.2.3",
@@ -53,9 +53,9 @@
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"rollup-plugin-visualizer": "^5.14.0",
"tailwindcss": "^4.0.15",
"tailwindcss": "^4.1.0",
"typescript": "^5.8.2",
"vite": "^6.2.3",
"vite": "^6.2.4",
"vue-eslint-parser": "^10.1.1"
}
}