feat: pwa

This commit is contained in:
codytseng
2024-12-22 16:37:38 +08:00
parent 869e164469
commit c5b0c0543a
23 changed files with 3825 additions and 51 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "jumble",
"version": "0.1.0",
"description": "Yet another Nostr desktop client",
"description": "A beautiful nostr client focused on browsing relay feeds",
"private": true,
"type": "module",
"author": "codytseng",
@@ -70,6 +70,7 @@
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.1",
"vite": "^6.0.3"
"vite": "^6.0.3",
"vite-plugin-pwa": "^0.21.1"
}
}