aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-07 18:53:56 +0900
committernsfisis <nsfisis@gmail.com>2025-12-07 18:53:56 +0900
commit4b755c758e920fb0295b066fa20ce6667334546b (patch)
treec9d8c7a8fa22b65214e7aa9a20dcfebf6c83c6a9 /package.json
parentf443ac18ccb8ab34fb5bf69b0802eb69cf89cf06 (diff)
downloadkioku-4b755c758e920fb0295b066fa20ce6667334546b.tar.gz
kioku-4b755c758e920fb0295b066fa20ce6667334546b.tar.zst
kioku-4b755c758e920fb0295b066fa20ce6667334546b.zip
feat(pwa): add PWA support with vite-plugin-pwa
Configure Progressive Web App functionality: - Add vite-plugin-pwa with workbox for service worker - Create web manifest with app metadata and icons - Add offline fallback page for when network is unavailable - Update index.html with PWA meta tags and theme color 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index e8430ea..fcb1d31 100644
--- a/package.json
+++ b/package.json
@@ -57,6 +57,7 @@
"jsdom": "^27.2.0",
"typescript": "^5.9.3",
"vite": "^7.2.6",
+ "vite-plugin-pwa": "^1.2.0",
"vitest": "^4.0.15"
},
"pnpm": {