feat(new tool): markdown to word & fix build error

This commit is contained in:
guihouchang 2025-06-05 12:09:20 +08:00
parent 826f64db58
commit bbf73747e4
3 changed files with 17 additions and 52 deletions

View file

@ -47,7 +47,6 @@
"@tiptap/vue-3": "2.0.3",
"@types/figlet": "^1.5.8",
"@types/markdown-it": "^13.0.7",
"@types/marked": "^6.0.0",
"@vicons/material": "^0.12.0",
"@vicons/tabler": "^0.12.0",
"@vueuse/core": "^10.3.0",
@ -80,7 +79,7 @@
"lodash": "^4.17.21",
"markdown-docx": "^1.1.2",
"markdown-it": "^14.0.0",
"marked": "^10.0.0",
"marked": "^4.3.0",
"mathjs": "^11.9.1",
"mime-types": "^2.1.35",
"monaco-editor": "^0.43.0",
@ -121,6 +120,7 @@
"@types/dompurify": "^3.0.5",
"@types/jsdom": "^21.0.0",
"@types/lodash": "^4.14.192",
"@types/marked": "^4.3.0",
"@types/mime-types": "^2.1.1",
"@types/netmask": "^2.0.0",
"@types/node": "^18.15.11",