🚥 Socket.io integration WIP

This commit is contained in:
2021-05-27 10:12:20 -07:00
parent e8dc51755e
commit 1ca022fd99
6 changed files with 48 additions and 240 deletions

View File

@@ -17,34 +17,24 @@
"dependencies": {
"@babel/runtime": "^7.13.17",
"@types/event-stream": "^3.3.34",
"@types/node-fetch": "^2.5.10",
"@types/oboe": "^2.1.0",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/sharp": "^0.28.0",
"@types/through2": "^2.0.36",
"JSONStream": "^1.3.5",
"babel-polyfill": "^6.26.0",
"can-ndjson-stream": "^1.0.2",
"comlink-loader": "^2.0.0",
"event-stream": "^4.0.1",
"express": "^4.17.1",
"fs-extra": "^9.1.0",
"hyperquest": "^2.1.3",
"imghash": "^0.0.8",
"json-socket": "^0.3.0",
"node-fetch": "^2.6.1",
"oboe": "^2.1.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hooks-worker": "^1.0.0",
"request": "^2.88.2",
"sharp": "^0.28.1",
"socket.io-client": "^4.1.1",
"stream-json": "^1.7.1",
"through2": "^4.0.2"
"socket.io-client": "^4.1.2"
},
"devDependencies": {
"@babel/cli": "^7.13.10",