🧑🏻‍🔧 Worker Streams

This commit is contained in:
2021-05-10 23:10:22 -07:00
parent 924453b22d
commit 325024afd1
7 changed files with 177 additions and 62 deletions

View File

@@ -16,6 +16,7 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.13.17",
"@types/node-fetch": "^2.5.10",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/react-redux": "^7.1.16",
@@ -30,11 +31,13 @@
"highland": "^2.13.5",
"imghash": "^0.0.8",
"mongoose": "^5.10.11",
"node-fetch": "^2.6.1",
"oboe": "^2.1.5",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hooks-worker": "^1.0.0",
"sharp": "^0.28.1"
"sharp": "^0.28.1",
"through2": "^4.0.2"
},
"devDependencies": {
"@babel/cli": "^7.13.10",