Spaces:
Sleeping
Sleeping
Update package.json
Browse files- package.json +8 -23
package.json
CHANGED
@@ -1,24 +1,9 @@
|
|
1 |
-
{
|
2 |
-
"
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"
|
6 |
-
"
|
7 |
-
"
|
8 |
-
|
9 |
-
},
|
10 |
-
"repository": {
|
11 |
-
"type": "git",
|
12 |
-
"url": "https://huggingface.co/spaces/fffiloni/live-vision"
|
13 |
-
},
|
14 |
-
"author": "",
|
15 |
-
"license": "MIT",
|
16 |
-
"dependencies": {
|
17 |
-
"@gradio/client": "^0.10.1",
|
18 |
-
"dotenv": "^4.0.0",
|
19 |
-
"eventsource": "^2.0.2",
|
20 |
-
"express": "^4.18.2",
|
21 |
-
"socket.io": "^4.5.4",
|
22 |
-
"base64-url": "^2.3.3"
|
23 |
-
}
|
24 |
}
|
|
|
1 |
+
"dependencies": {
|
2 |
+
"@gradio/client": "^0.10.1",
|
3 |
+
"dotenv": "^4.0.0",
|
4 |
+
"eventsource": "^2.0.2",
|
5 |
+
"express": "^4.18.2",
|
6 |
+
"socket.io": "^4.5.4",
|
7 |
+
"base64-url": "^2.3.3",
|
8 |
+
"node-fetch": "^3.0.0" // Ensure you have the latest compatible version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
}
|