This commit is contained in:
2024-09-09 14:39:42 +08:00
parent 7a87bca665
commit eef20a6165
2 changed files with 1517 additions and 1349 deletions

2840
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -11,29 +11,29 @@
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-python": "^6.1.6",
"@vueuse/core": "^10.11.0",
"axios": "^1.7.2",
"client-zip": "^1.6.4",
"@vueuse/core": "^11.0.3",
"axios": "^1.7.7",
"client-zip": "1.6.4",
"codemirror": "^6.0.1",
"copy-text-to-clipboard": "^3.2.0",
"fflate": "^0.8.2",
"file-saver": "^2.0.5",
"naive-ui": "^2.38.2",
"naive-ui": "^2.39.0",
"normalize.css": "^8.0.1",
"query-string": "^9.0.0",
"vue": "^3.4.31",
"query-string": "^9.1.0",
"vue": "^3.5.3",
"vue-codemirror": "^6.1.1"
},
"devDependencies": {
"@iconify/vue": "^4.1.2",
"@types/file-saver": "^2.0.7",
"@vitejs/plugin-legacy": "^5.4.1",
"@vitejs/plugin-vue": "^5.0.5",
"prettier": "^3.3.2",
"@vitejs/plugin-legacy": "^5.4.2",
"@vitejs/plugin-vue": "^5.1.3",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"terser": "^5.31.1",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vue-tsc": "^2.0.24"
"terser": "^5.31.6",
"typescript": "^5.5.4",
"vite": "^5.4.3",
"vue-tsc": "^2.1.6"
}
}