feat: implement comprehensive chat system with user presence management, notification handling, and avatar integration; enhance UI components for improved user experience

This commit is contained in:
2025-10-28 11:57:54 -03:00
parent 81e6eb4a42
commit ee2c9c3ae0
47 changed files with 8274 additions and 195 deletions

View File

@@ -17,11 +17,14 @@
"dev:setup": "turbo -F @sgse-app/backend dev:setup"
},
"devDependencies": {
"turbo": "^2.5.4",
"@biomejs/biome": "^2.2.0"
"@biomejs/biome": "^2.2.0",
"turbo": "^2.5.4"
},
"dependencies": {
"@tanstack/svelte-form": "^1.23.8",
"lucide-svelte": "^0.546.0"
},
"optionalDependencies": {
"@rollup/rollup-win32-x64-msvc": "^4.52.5"
}
}