feat: integrate nstart (#33)

This commit is contained in:
Cody Tseng 2025-01-29 15:32:26 +08:00 committed by GitHub
parent 7daa566cec
commit a264b747e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 154 additions and 47 deletions

6
package-lock.json generated
View file

@ -35,6 +35,7 @@
"lru-cache": "^11.0.2",
"lucide-react": "^0.469.0",
"nostr-tools": "^2.10.4",
"nstart-modal": "^0.2.0",
"path-to-regexp": "^8.2.0",
"qrcode.react": "^4.2.0",
"react": "^18.3.1",
@ -7011,6 +7012,11 @@
"integrity": "sha512-78BTryCLcLYv96ONU8Ws3Q1JzjlAt+43pWQhIl86xZmWeegYCNLPml7yQ+gG3vR6V5h4XGj+TxO+SS5dsThQIA==",
"optional": true
},
"node_modules/nstart-modal": {
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/nstart-modal/-/nstart-modal-0.2.0.tgz",
"integrity": "sha512-rfgsSGjakAUud3Csy8xWQqjFPATvXzUfebJM4kpWbc4ljABqW0STKBYnwr7TJ5bXftWZi/X9TnSug3nziX+vhw=="
},
"node_modules/object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",