summaryrefslogtreecommitdiff
path: root/client/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json
index 8affa3a..6dd0978 100644
--- a/client/package.json
+++ b/client/package.json
@@ -17,6 +17,7 @@
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
- "react-router-dom": "6"
+ "react-router-dom": "6",
+ "socket.io-client": "^4.4.1"
}
}