diff options
author | Joseph Ditton <jditton.atomic@gmail.com> | 2022-03-08 12:10:53 -0700 |
---|---|---|
committer | Joseph Ditton <jditton.atomic@gmail.com> | 2022-03-08 12:10:53 -0700 |
commit | 0f1009bf0ab0c79f480e8160a796d59e36d522fb (patch) | |
tree | 0fefd7de4f00a574ba5a695d70c9d78da778f8ac /client/package.json | |
parent | 15800f84a42b0aa53311ff88fa3d554653a2511a (diff) | |
download | locchat-0f1009bf0ab0c79f480e8160a796d59e36d522fb.tar.gz locchat-0f1009bf0ab0c79f480e8160a796d59e36d522fb.zip |
adds socket io and other socket stuff
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 3 |
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" } } |