This commit is contained in:
2025-08-22 20:26:53 +08:00
parent c01bbf0859
commit 7473b95049
2 changed files with 601 additions and 2140 deletions

2713
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,21 +12,21 @@
"dependencies": {
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-python": "^6.2.1",
"@vueuse/core": "^13.5.0",
"@wangeditor-next/editor": "^5.6.36",
"@vueuse/core": "^13.7.0",
"@wangeditor-next/editor": "^5.6.43",
"@wangeditor-next/editor-for-vue": "^5.1.14",
"axios": "^1.10.0",
"axios": "^1.11.0",
"canvas-confetti": "^1.9.3",
"chart.js": "^4.5.0",
"codemirror": "^6.0.2",
"copy-text-to-clipboard": "^3.2.0",
"date-fns": "^4.1.0",
"highlight.js": "^11.11.1",
"md-editor-v3": "^5.8.1",
"md-editor-v3": "^5.8.4",
"naive-ui": "^2.42.0",
"normalize.css": "^8.0.1",
"pinia": "^3.0.3",
"vue": "^3.5.17",
"vue": "^3.5.19",
"vue-chartjs": "^5.3.2",
"vue-codemirror": "^6.1.1",
"vue-router": "^4.5.1"
@@ -34,13 +34,13 @@
"devDependencies": {
"@iconify/vue": "^5.0.0",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^24.0.14",
"@vitejs/plugin-vue": "^6.0.0",
"@types/node": "^24.3.0",
"@vitejs/plugin-vue": "^6.0.1",
"prettier": "^3.6.2",
"typescript": "^5.8.3",
"unplugin-auto-import": "^19.3.0",
"unplugin-vue-components": "^28.8.0",
"vite": "^7.0.4",
"vue-tsc": "^3.0.1"
"typescript": "^5.9.2",
"unplugin-auto-import": "^20.0.0",
"unplugin-vue-components": "^29.0.0",
"vite": "^7.1.3",
"vue-tsc": "^3.0.6"
}
}