This commit is contained in:
2025-09-15 09:58:52 +08:00
parent 05b849470f
commit a10ef743dc
6 changed files with 9250 additions and 237 deletions

View File

@@ -12,22 +12,43 @@
"@bytemd/plugin-gfm": "^1.22.0",
"@bytemd/plugin-highlight": "^1.22.0",
"@bytemd/vue": "^1.22.0",
"@vueuse/core": "^5.3.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^1.0.2",
"@xmldom/xmldom": "^0.9.8",
"axios": "^1.10.0",
"buffer": "^6.0.3",
"core-js": "^3.8.3",
"crypto-browserify": "^3.12.1",
"element-ui": "^2.15.14",
"fast-xml-parser": "^5.2.5",
"highlight.js": "^11.11.1",
"html2pdf": "^0.0.11",
"html2pdf.js": "^0.10.3",
"mammoth": "^1.10.0",
"path-browserify": "^1.0.1",
"quill": "^1.3.7",
"quill-image-drop-and-paste": "^2.0.1",
"quill-table": "^1.0.0",
"quill-table-ui": "^1.0.7",
"stream-browserify": "^3.0.0",
"three": "^0.178.0",
"timers-browserify": "^2.0.12",
"vditor": "^3.11.1",
"video.js": "^7.21.7",
"videojs-markers": "^1.0.1",
"vue": "^2.6.14",
"vue-hotzone": "^1.1.0",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.6.5",
"vue-video-player": "^5.0.2",
"wangeditor": "^4.7.15",
"x2js": "^3.4.4",
"xml-js": "^1.6.11",
"xml2js": "^0.6.2"
"xml2js": "^0.6.2",
"xmldom": "^0.6.0",
"xmllint-wasm": "^5.0.0",
"xpath": "^0.0.34"
},
"devDependencies": {
"@babel/core": "^7.12.16",
@@ -37,7 +58,10 @@
"@vue/cli-service": "~5.0.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.0.3",
"vue-template-compiler": "^2.6.14"
"libxmljs": "^1.0.11",
"raw-loader": "^4.0.2",
"vue-template-compiler": "^2.6.14",
"xmllint": "^0.1.1"
},
"eslintConfig": {
"root": true,