Deletion of lists working

This commit is contained in:
@s.roertgen 2024-08-13 23:35:19 +02:00
parent 2f16dfa1f1
commit d10c1036e9
10 changed files with 198 additions and 44 deletions

View file

@ -8,10 +8,14 @@
},
"dependencies": {
"@noble/secp256k1": "^2.1.0",
"bech32": "^2.0.0",
"nostr-tools": "^2.7.2",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"shadow-cljs": "2.26.2"
"daisyui": "^4.12.10",
"shadow-cljs": "2.26.2",
"tailwindcss": "^3.4.9"
}
}