voip: initial test run of store for managing socket connections

This commit is contained in:
2025-09-28 10:05:11 -04:00
parent a2fb529911
commit bdc448c193
15 changed files with 581 additions and 212 deletions

View File

@@ -35,6 +35,7 @@
"react-markdown": "^10.1.0",
"react-router": "^7.9.3",
"react-syntax-highlighter": "^15.6.6",
"socket.io-client": "^4.8.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^4.1.13",
@@ -46,6 +47,7 @@
"@types/react": "^18.2.64",
"@types/react-dom": "^18.2.21",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/socket.io-client": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@vitejs/plugin-react": "^4.2.1",