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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user