Work on login screen

This commit is contained in:
Jon Staab
2024-08-09 16:22:09 -07:00
parent 51cfa5f0e8
commit 71d819edc7
32 changed files with 698 additions and 534 deletions
+6 -2
View File
@@ -34,14 +34,18 @@
},
"type": "module",
"dependencies": {
"@noble/curves": "^1.5.0",
"@noble/hashes": "^1.4.0",
"@poppanator/sveltekit-svg": "^4.2.1",
"@types/throttle-debounce": "^5.0.2",
"@welshman/lib": "^0.0.13",
"@welshman/net": "^0.0.17",
"@welshman/signer": "^0.0.2",
"@welshman/store": "^0.0.1",
"@welshman/util": "^0.0.24",
"daisyui": "^4.12.10",
"nostr-login": "^1.5.2",
"prettier-plugin-tailwindcss": "^0.6.5"
"nostr-tools": "^2.7.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"throttle-debounce": "^5.0.2"
}
}