This commit is contained in:
2024-02-23 13:32:41 +08:00
parent 31ab7e86c4
commit 8893550568
2 changed files with 1511 additions and 733 deletions

2220
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -10,27 +10,27 @@
}, },
"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",
"axios": "^1.6.5", "axios": "^1.6.7",
"client-zip": "^1.6.3", "client-zip": "1.6.3",
"codemirror": "^6.0.1", "codemirror": "^6.0.1",
"copy-text-to-clipboard": "^3.2.0", "copy-text-to-clipboard": "^3.2.0",
"file-saver": "^2.0.5", "file-saver": "^2.0.5",
"naive-ui": "^2.37.3", "naive-ui": "^2.38.0",
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",
"query-string": "^8.1.0", "query-string": "^8.2.0",
"vue": "^3.4.15", "vue": "^3.4.19",
"vue-codemirror": "^6.1.1" "vue-codemirror": "^6.1.1"
}, },
"devDependencies": { "devDependencies": {
"@types/file-saver": "^2.0.7", "@types/file-saver": "^2.0.7",
"@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",
"vite": "^5.0.12", "vite": "^5.1.4",
"vue-tsc": "^1.8.27" "vue-tsc": "^1.8.27"
} }
} }