adding stuff

This commit is contained in:
nate
2024-06-12 00:30:26 -04:00
parent 7064002fa8
commit 187768bbf2
15 changed files with 753 additions and 12 deletions

View File

@@ -17,6 +17,8 @@
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/eslint": "^8.56.7",
"@types/markdown-it": "^14.1.1",
"@types/sanitize-html": "^2.11.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0",
@@ -33,8 +35,11 @@
},
"type": "module",
"dependencies": {
"@noble/hashes": "^1.4.0",
"@nostr-dev-kit/ndk": "^2.8.2",
"@nostr-dev-kit/ndk-svelte": "^2.2.15",
"@nostr-dev-kit/ndk-svelte-components": "^2.2.16"
"@nostr-dev-kit/ndk-svelte-components": "^2.2.16",
"markdown-it": "^14.1.0",
"sanitize-html": "^2.13.0"
}
}