Remove deprecated scripts for adding head-matter to wt_config.xml, including Python and Bash implementations, to streamline configuration management.

This commit is contained in:
Torsten Schulz (local)
2025-12-04 16:34:45 +01:00
parent 4b674c7c60
commit 6e9116e819
13187 changed files with 1493219 additions and 337 deletions

24
client/package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "singlechat-client",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@unhead/vue": "^2.0.19",
"@vueform/multiselect": "^2.6.11",
"axios": "^1.6.0",
"pinia": "^2.1.7",
"socket.io-client": "^4.7.2",
"vue": "^3.3.4",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.0",
"vite": "^5.0.0"
}
}