Skip to content

Commit 9ea9033

Browse files
committed
fix 30166 fetch
1 parent 26e8018 commit 9ea9033

File tree

3 files changed

+659
-387
lines changed

3 files changed

+659
-387
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12+
"@nostr-fetch/adapter-nostr-tools": "^0.15.0",
1213
"d3": "^7.8.5",
1314
"isotope": "^1.0.0-alpha.3",
1415
"isotope-layout": "^3.0.6",
1516
"lodash": "^4.17.21",
1617
"masonry-layout": "^4.2.2",
18+
"nostr-fetch": "^0.15.0",
1719
"nostr-tools": "^2.1.5",
18-
"svelte": "^4.2.8"
20+
"svelte": "^4.2.8",
21+
"websocket-polyfill": "^0.0.3"
1922
},
2023
"devDependencies": {
2124
"@sveltejs/vite-plugin-svelte": "^3.0.1",

0 commit comments

Comments
 (0)