This commit is contained in:
2025-08-22 20:37:39 +08:00
parent 09328a3147
commit 0d824026a5
2 changed files with 718 additions and 422 deletions

1128
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,8 +12,8 @@
"dependencies": {
"@codemirror/lang-cpp": "^6.0.3",
"@codemirror/lang-python": "^6.2.1",
"@vueuse/core": "^13.5.0",
"axios": "^1.10.0",
"@vueuse/core": "^13.7.0",
"axios": "^1.11.0",
"client-zip": "1.7.0",
"codemirror": "^6.0.2",
"copy-text-to-clipboard": "^3.2.0",
@@ -22,15 +22,15 @@
"naive-ui": "^2.42.0",
"normalize.css": "^8.0.1",
"query-string": "^9.2.2",
"vue": "^3.5.17",
"vue": "^3.5.19",
"vue-codemirror": "^6.1.1"
},
"devDependencies": {
"@iconify/vue": "^5.0.0",
"@rsbuild/core": "^1.4.6",
"@rsbuild/plugin-vue": "^1.1.0",
"@rsbuild/core": "^1.4.15",
"@rsbuild/plugin-vue": "^1.1.1",
"@types/file-saver": "^2.0.7",
"prettier": "^3.6.2",
"typescript": "^5.8.3"
"typescript": "^5.9.2"
}
}