This commit is contained in:
2024-06-27 05:50:16 +00:00
parent ce34d80179
commit db030b5869
14 changed files with 511 additions and 430 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "code-next",
"private": true,
"version": "1.0.0",
"version": "1.1.0",
"type": "module",
"scripts": {
"start": "vite",
@@ -11,7 +11,7 @@
"dependencies": {
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lang-python": "^6.1.6",
"@vueuse/core": "^10.10.1",
"@vueuse/core": "^10.11.0",
"axios": "^1.7.2",
"client-zip": "^1.6.4",
"codemirror": "^6.0.1",
@@ -21,17 +21,19 @@
"naive-ui": "^2.38.2",
"normalize.css": "^8.0.1",
"query-string": "^9.0.0",
"vue": "^3.4.27",
"vue": "^3.4.30",
"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",
"prettier-plugin-organize-imports": "^3.2.4",
"terser": "^5.31.1",
"typescript": "^5.4.5",
"vite": "^5.2.13",
"vue-tsc": "^2.0.21"
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vue-tsc": "^2.0.22"
}
}