4 changed files with 446 additions and 762 deletions
@ -1,7 +1,6 @@
@@ -1,7 +1,6 @@
|
||||
{ |
||||
"importMap": "./import_map.json", |
||||
"compilerOptions": { |
||||
"allowJs": true, |
||||
"lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"] |
||||
} |
||||
} |
||||
|
||||
@ -1,19 +1,19 @@
@@ -1,19 +1,19 @@
|
||||
{ |
||||
"imports": { |
||||
"he": "npm:he@1.2.x", |
||||
"@nostr-dev-kit/ndk": "npm:@nostr-dev-kit/ndk@2.11.x", |
||||
"@nostr-dev-kit/ndk-cache-dexie": "npm:@nostr-dev-kit/ndk-cache-dexie@2.5.x", |
||||
"@nostr-dev-kit/ndk": "npm:@nostr-dev-kit/ndk@^2.14.32", |
||||
"@nostr-dev-kit/ndk-cache-dexie": "npm:@nostr-dev-kit/ndk-cache-dexie@^2.6.33", |
||||
"@popperjs/core": "npm:@popperjs/core@2.11.x", |
||||
"@tailwindcss/forms": "npm:@tailwindcss/forms@0.5.x", |
||||
"@tailwindcss/typography": "npm:@tailwindcss/typography@0.5.x", |
||||
"asciidoctor": "npm:asciidoctor@3.0.x", |
||||
"d3": "npm:d3@7.9.x", |
||||
"nostr-tools": "npm:nostr-tools@2.10.x", |
||||
"tailwind-merge": "npm:tailwind-merge@2.5.x", |
||||
"svelte": "npm:svelte@5.0.x", |
||||
"flowbite": "npm:flowbite@2.2.x", |
||||
"flowbite-svelte": "npm:flowbite-svelte@0.48.x", |
||||
"flowbite-svelte-icons": "npm:flowbite-svelte-icons@2.1.x", |
||||
"nostr-tools": "npm:nostr-tools@^2.15.1", |
||||
"tailwind-merge": "npm:tailwind-merge@^3.3.1", |
||||
"svelte": "npm:svelte@^5.36.8", |
||||
"flowbite": "npm:flowbite@^3.1.2", |
||||
"flowbite-svelte": "npm:flowbite-svelte@^1.10.10", |
||||
"flowbite-svelte-icons": "npm:flowbite-svelte-icons@^2.2.1", |
||||
"child_process": "node:child_process" |
||||
} |
||||
} |
||||
|
||||
Loading…
Reference in new issue