This commit is contained in:
2024-01-25 14:17:10 +08:00
parent 87fcb12960
commit 6464a1eee6
16 changed files with 191 additions and 148 deletions

View File

@@ -14,7 +14,7 @@
"@vueuse/core": "^10.7.2",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"axios": "1.6.5",
"axios": "^1.6.6",
"canvas-confetti": "^1.9.2",
"chart.js": "^4.4.1",
"codemirror": "^6.0.1",
@@ -24,22 +24,22 @@
"naive-ui": "^2.37.3",
"normalize.css": "^8.0.1",
"pinia": "^2.1.7",
"vue": "^3.4.14",
"vue": "^3.4.15",
"vue-chartjs": "^5.3.0",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/node": "^20.11.6",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-vue": "^5.0.3",
"prettier": "^3.2.4",
"terser": "^5.27.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-auto-import": "^0.17.4",
"unplugin-vue-components": "^0.26.0",
"unplugin-vue-markdown": "^0.25.2",
"vite": "^5.0.11",
"vite": "^5.0.12",
"vue-tsc": "^1.8.27"
}
}