add monaco editor.

This commit is contained in:
2023-01-04 19:09:40 +08:00
parent 521a602a51
commit 56e28abfa6
6 changed files with 126 additions and 3 deletions

11
package-lock.json generated
View File

@@ -11,6 +11,7 @@
"@element-plus/icons-vue": "^2.0.10",
"axios": "^1.2.2",
"element-plus": "^2.2.28",
"monaco-editor": "^0.34.1",
"pinia": "^2.0.28",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
@@ -1427,6 +1428,11 @@
"ufo": "^1.0.0"
}
},
"node_modules/monaco-editor": {
"version": "0.34.1",
"resolved": "https://registry.npmmirror.com/monaco-editor/-/monaco-editor-0.34.1.tgz",
"integrity": "sha512-FKc80TyiMaruhJKKPz5SpJPIjL+dflGvz4CpuThaPMc94AyN7SeC9HQ8hrvaxX7EyHdJcUY5i4D0gNyJj1vSZQ=="
},
"node_modules/ms": {
"version": "2.1.2",
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",
@@ -3112,6 +3118,11 @@
"ufo": "^1.0.0"
}
},
"monaco-editor": {
"version": "0.34.1",
"resolved": "https://registry.npmmirror.com/monaco-editor/-/monaco-editor-0.34.1.tgz",
"integrity": "sha512-FKc80TyiMaruhJKKPz5SpJPIjL+dflGvz4CpuThaPMc94AyN7SeC9HQ8hrvaxX7EyHdJcUY5i4D0gNyJj1vSZQ=="
},
"ms": {
"version": "2.1.2",
"resolved": "https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz",