This commit is contained in:
2024-02-23 13:30:59 +08:00
parent ac7510208f
commit 4758ad3d54
2 changed files with 1055 additions and 500 deletions

1525
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,36 +10,36 @@
}, },
"dependencies": { "dependencies": {
"@codemirror/lang-cpp": "^6.0.2", "@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-python": "^6.1.3", "@codemirror/lang-python": "^6.1.4",
"@vueuse/core": "^10.7.2", "@vueuse/core": "^10.8.0",
"@wangeditor/editor": "^5.1.23", "@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12", "@wangeditor/editor-for-vue": "5.1.12",
"axios": "^1.6.6", "axios": "^1.6.7",
"canvas-confetti": "^1.9.2", "canvas-confetti": "^1.9.2",
"chart.js": "^4.4.1", "chart.js": "^4.4.1",
"codemirror": "^6.0.1", "codemirror": "^6.0.1",
"copy-text-to-clipboard": "^3.2.0", "copy-text-to-clipboard": "^3.2.0",
"date-fns": "^2.30.0", "date-fns": "^2.30.0",
"highlight.js": "^11.9.0", "highlight.js": "^11.9.0",
"naive-ui": "^2.37.3", "naive-ui": "^2.38.0",
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",
"pinia": "^2.1.7", "pinia": "^2.1.7",
"vue": "^3.4.15", "vue": "^3.4.19",
"vue-chartjs": "^5.3.0", "vue-chartjs": "^5.3.0",
"vue-codemirror": "^6.1.1", "vue-codemirror": "^6.1.1",
"vue-router": "^4.2.5" "vue-router": "^4.3.0"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^20.11.6", "@types/node": "^20.11.20",
"@vitejs/plugin-legacy": "^5.2.0", "@vitejs/plugin-legacy": "^5.3.1",
"@vitejs/plugin-vue": "^5.0.3", "@vitejs/plugin-vue": "^5.0.4",
"prettier": "^3.2.4", "prettier": "^3.2.5",
"terser": "^5.27.0", "terser": "^5.27.2",
"typescript": "^5.3.3", "typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.4", "unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0", "unplugin-vue-components": "^0.26.0",
"unplugin-vue-markdown": "^0.25.2", "unplugin-vue-markdown": "^0.26.0",
"vite": "^5.0.12", "vite": "^5.1.4",
"vue-tsc": "^1.8.27" "vue-tsc": "^1.8.27"
} }
} }