feat: web (#6)

This commit is contained in:
Cody Tseng
2024-11-16 15:44:37 +08:00
committed by GitHub
parent ab667afc30
commit 26c2512d61
60 changed files with 937 additions and 547 deletions

9
package-lock.json generated
View File

@@ -31,6 +31,7 @@
"lru-cache": "^11.0.1",
"lucide-react": "^0.453.0",
"nostr-tools": "^2.9.1",
"path-to-regexp": "^8.2.0",
"qrcode.react": "^4.1.0",
"react-resizable-panels": "^2.1.5",
"react-string-replace": "^1.1.1",
@@ -7561,6 +7562,14 @@
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
},
"node_modules/path-to-regexp": {
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz",
"integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==",
"engines": {
"node": ">=16"
}
},
"node_modules/path-type": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",