添加 OSS文件在线编辑功能package依赖

This commit is contained in:
2024-10-06 00:04:43 +08:00
parent 373a25ec9f
commit 9acf2ae81b
2 changed files with 6 additions and 1 deletions

View File

@@ -12,13 +12,15 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"ace-builds": "^1.36.2",
"axios": "^1.6.8",
"highlight.js": "^11.10.0",
"marked": "^14.1.0",
"marked-highlight": "^2.1.4",
"md5": "^2.3.0",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
"vue-router": "^4.3.0",
"vue3-ace-editor": "^2.2.4"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",