This commit is contained in:
2025-02-20 18:19:21 +08:00
parent 72a208d4d8
commit 1106cf0629
2 changed files with 358 additions and 246 deletions

578
cdTMP/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -13,9 +13,9 @@
"dependencies": { "dependencies": {
"@arco-design/color": "^0.4.0", "@arco-design/color": "^0.4.0",
"@arco-design/web-vue": "^2.56.3", "@arco-design/web-vue": "^2.56.3",
"@tanstack/vue-query": "^5.65.0", "@tanstack/vue-query": "^5.66.4",
"@tinymce/tinymce-vue": "^6.1.0", "@tinymce/tinymce-vue": "^6.1.0",
"@vueuse/core": "^12.5.0", "@vueuse/core": "^12.7.0",
"axios": "^1.7.9", "axios": "^1.7.9",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
"file2md5": "^1.3.0", "file2md5": "^1.3.0",
@@ -23,38 +23,38 @@
"mammoth": "^1.9.0", "mammoth": "^1.9.0",
"mitt": "^3.0.1", "mitt": "^3.0.1",
"nprogress": "^0.2.0", "nprogress": "^0.2.0",
"pinia": "^2.3.1", "pinia": "^3.0.1",
"pinyin-match": "^1.2.6", "pinyin-match": "^1.2.6",
"postcss-import": "^16.1.0", "postcss-import": "^16.1.0",
"qs": "^6.14.0", "qs": "^6.14.0",
"tinymce": "^7.6.1", "tinymce": "^7.7.0",
"vue": "^3.5.13", "vue": "^3.5.13",
"vue-clipboard3": "^2.0.0", "vue-clipboard3": "^2.0.0",
"vue-color-kit": "^1.0.6", "vue-color-kit": "^1.0.6",
"vue-data-ui": "^2.5.9", "vue-data-ui": "^2.6.3",
"vue-router": "^4.5.0", "vue-router": "^4.5.0",
"vuedraggable": "^2.24.3" "vuedraggable": "^2.24.3"
}, },
"devDependencies": { "devDependencies": {
"@tailwindcss/postcss": "^4.0.3", "@tailwindcss/postcss": "^4.0.7",
"@tailwindcss/vite": "^4.0.3", "@tailwindcss/vite": "^4.0.7",
"@types/lodash-es": "^4.17.12", "@types/lodash-es": "^4.17.12",
"@types/node": "^22.13.1", "@types/node": "^22.13.4",
"@types/nprogress": "^0.2.3", "@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.18", "@types/qs": "^6.9.18",
"@vitejs/plugin-vue": "^5.2.1", "@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1", "@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/babel-plugin-jsx": "^1.2.5", "@vue/babel-plugin-jsx": "^1.2.5",
"browserslist": "^4.24.4", "browserslist": "^4.24.4",
"eslint": "^9.19.0", "eslint": "^9.20.1",
"eslint-plugin-vue": "^9.32.0", "eslint-plugin-vue": "^9.32.0",
"less": "^4.2.2", "less": "^4.2.2",
"less-loader": "^12.2.0", "less-loader": "^12.2.0",
"postcss": "^8.5.1", "postcss": "^8.5.3",
"prettier": "^3.4.2", "prettier": "^3.5.1",
"rollup-plugin-visualizer": "^5.14.0", "rollup-plugin-visualizer": "^5.14.0",
"tailwindcss": "^4.0.3", "tailwindcss": "^4.0.7",
"typescript": "^5.7.3", "typescript": "^5.7.3",
"vite": "^6.0.11" "vite": "^6.1.1"
} }
} }