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

This commit is contained in:
2023-06-10 03:11:25 +02:00
parent fd85e05cfd
commit a665e0f1e0
2 changed files with 52 additions and 2 deletions

View File

@ -15,7 +15,8 @@
"@fortawesome/react-fontawesome": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.63.2"
"sass": "^1.63.2",
"socket.io-client": "^4.6.2"
},
"devDependencies": {
"@types/react": "^18.0.37",