diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-12-07 19:03:12 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-12-07 19:03:12 +0900 |
| commit | d91888da7199cdde7662910debfffaa758b8a128 (patch) | |
| tree | 6f31882306d6908286bf455fd1c5979ce6a43cf5 /package.json | |
| parent | 463952d9ab01b80f71d7e32f98da908723303079 (diff) | |
| download | kioku-d91888da7199cdde7662910debfffaa758b8a128.tar.gz kioku-d91888da7199cdde7662910debfffaa758b8a128.tar.zst kioku-d91888da7199cdde7662910debfffaa758b8a128.zip | |
feat(client): add Dexie.js setup for IndexedDB local storage
Set up Dexie database with LocalDeck, LocalCard, and LocalReviewLog
tables for offline support. Each entity includes _synced flag for
tracking synchronization status.
🤖 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.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index fcb1d31..727f63d 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "@hono/node-server": "^1.19.6", "@hono/zod-validator": "^0.7.5", "argon2": "^0.44.0", + "dexie": "^4.2.1", "drizzle-kit": "^0.31.8", "drizzle-orm": "^0.45.0", "hono": "^4.10.7", @@ -54,6 +55,7 @@ "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.1", "esbuild": "^0.27.1", + "fake-indexeddb": "^6.2.5", "jsdom": "^27.2.0", "typescript": "^5.9.3", "vite": "^7.2.6", |
