This commit is contained in:
2023-04-03 18:43:34 +08:00
parent c18469f0bf
commit 9228f3d169
2 changed files with 13 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "oj-next",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"type": "module",
"scripts": {
"start": "vite",
@@ -11,7 +11,7 @@
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@monaco-editor/loader": "^1.3.2",
"@monaco-editor/loader": "^1.3.3",
"@vueuse/core": "^9.13.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
@@ -36,7 +36,7 @@
"markdown-it-shiki": "^0.8.0",
"monaco-editor": "^0.36.1",
"prettier": "^2.8.7",
"typescript": "^5.0.2",
"typescript": "^5.0.3",
"unplugin-auto-import": "^0.15.2",
"unplugin-icons": "^0.16.1",
"unplugin-vue-components": "^0.24.1",