Added the socket.io-client dependency to the package.json

This commit is contained in:
2023-11-18 19:34:17 +01:00
parent 7c77d0375f
commit 8f9ce7298d
2 changed files with 52 additions and 2 deletions

View File

@ -18,7 +18,8 @@
"react-dom": "^18.2.0",
"react-router": "^6.19.0",
"react-router-dom": "^6.19.0",
"sass": "^1.69.5"
"sass": "^1.69.5",
"socket.io-client": "^4.7.2"
},
"devDependencies": {
"@types/react": "^18.2.37",