Files
regress/frontend/package.json
T
ssmithx cd3d82d1c1 Add unsafe raw-nsec login fallback
Collapsed-by-default 'paste an nsec (unsafe)' option on the login screen,
signs the NIP-98 login event client-side with nostr-tools and never
persists the key (used once in memory, discarded) — for testing/kiosk
use without a NIP-07 extension. Clearly labeled as unsafe in the UI.
2026-08-05 13:56:50 +00:00

28 lines
598 B
JSON

{
"name": "regress-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -p tsconfig.json && vite build",
"preview": "vite preview"
},
"dependencies": {
"leaflet": "^1.9.4",
"nostr-tools": "^2.24.1",
"pinia": "^3.0.0",
"vue": "^3.5.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.12",
"@vitejs/plugin-vue": "^6.0.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.9.0",
"vite": "^7.2.0",
"vue-tsc": "^3.1.0"
}
}