Browse Source

Update deps and include @noble packages

master
buttercat1791 8 months ago
parent
commit
163236db2a
  1. 1
      deno.json
  2. 1160
      deno.lock
  3. 16
      import_map.json
  4. 31
      package.json

1
deno.json

@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
{
"importMap": "./import_map.json",
"compilerOptions": {
"allowJs": true,
"lib": ["dom", "dom.iterable", "dom.asynciterable", "deno.ns"]
}
}

1160
deno.lock

File diff suppressed because it is too large Load Diff

16
import_map.json

@ -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"
}
}

31
package.json

@ -14,6 +14,8 @@ @@ -14,6 +14,8 @@
"test": "vitest"
},
"dependencies": {
"@noble/hashes": "^1.8.0",
"@noble/curves": "^1.9.4",
"@nostr-dev-kit/ndk": "^2.14.32",
"@nostr-dev-kit/ndk-cache-dexie": "2.6.x",
"@popperjs/core": "2.11.x",
@ -30,33 +32,34 @@ @@ -30,33 +32,34 @@
"qrcode": "^1.5.4"
},
"devDependencies": {
"@playwright/test": "^1.50.1",
"@sveltejs/adapter-auto": "3.x",
"@playwright/test": "^1.54.1",
"@sveltejs/adapter-auto": "^6.0.1",
"@sveltejs/adapter-node": "^5.2.13",
"@sveltejs/adapter-static": "3.x",
"@sveltejs/kit": "^2.25.0",
"@sveltejs/vite-plugin-svelte": "5.x",
"@sveltejs/vite-plugin-svelte": "^6.1.0",
"@types/d3": "^7.4.3",
"@types/he": "1.2.x",
"@types/node": "22.x",
"@types/mathjax": "^0.0.40",
"@types/node": "^24.0.15",
"@types/qrcode": "^1.5.5",
"autoprefixer": "10.x",
"eslint-plugin-svelte": "2.x",
"autoprefixer": "^10.4.21",
"eslint-plugin-svelte": "^3.11.0",
"flowbite": "2.x",
"flowbite-svelte": "0.48.x",
"flowbite-svelte-icons": "2.1.x",
"playwright": "^1.50.1",
"postcss": "8.x",
"postcss": "^8.5.6",
"postcss-load-config": "6.x",
"prettier": "3.x",
"prettier-plugin-svelte": "3.x",
"svelte": "5.x",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"svelte": "^5.36.8",
"svelte-check": "4.x",
"tailwind-merge": "^3.3.0",
"tailwindcss": "3.x",
"tailwind-merge": "^3.3.1",
"tailwindcss": "^3.4.17",
"tslib": "2.8.x",
"typescript": "5.8.x",
"vite": "6.x",
"typescript": "^5.8.3",
"vite": "^7.0.5",
"vitest": "^3.1.3"
}
}

Loading…
Cancel
Save