Some fixes and additions

This commit is contained in:
Torsten Schulz
2025-07-09 14:28:35 +02:00
parent 5029be81e9
commit fceea5b7fb
32 changed files with 4373 additions and 1294 deletions

View File

@@ -8,13 +8,13 @@
"preview": "vite preview"
},
"dependencies": {
"@tinymce/tinymce-vue": "^6.0.1",
"@tiptap/starter-kit": "^2.14.0",
"@tiptap/vue-3": "^2.14.0",
"axios": "^1.7.2",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"mitt": "^3.0.1",
"socket.io-client": "^4.8.1",
"tinymce": "^7.3.0",
"vue": "~3.4.31",
"vue-i18n": "^10.0.0-beta.2",
"vue-multiselect": "^3.1.0",
@@ -30,6 +30,6 @@
"sass": "^1.77.8",
"stream-browserify": "^3.0.0",
"util": "^0.12.5",
"vite": "^5.4.4"
"vite": "^6.3.5"
}
}