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 /pnpm-lock.yaml | |
| 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 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 2962018..c98ada1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -17,6 +17,9 @@ importers: argon2: specifier: ^0.44.0 version: 0.44.0 + dexie: + specifier: ^4.2.1 + version: 4.2.1 drizzle-kit: specifier: ^0.31.8 version: 0.31.8 @@ -78,6 +81,9 @@ importers: esbuild: specifier: ^0.27.1 version: 0.27.1 + fake-indexeddb: + specifier: ^6.2.5 + version: 6.2.5 jsdom: specifier: ^27.2.0 version: 27.2.0 @@ -1703,6 +1709,9 @@ packages: resolution: {integrity: sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==} engines: {node: '>=6'} + dexie@4.2.1: + resolution: {integrity: sha512-Ckej0NS6jxQ4Po3OrSQBFddayRhTCic2DoCAG5zacOfOVB9P2Q5Xc5uL/nVa7ZVs+HdMnvUPzLFCB/JwpB6Csg==} + dom-accessibility-api@0.5.16: resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==} @@ -1895,6 +1904,10 @@ packages: resolution: {integrity: sha512-JhFGDVJ7tmDJItKhYgJCGLOWjuK9vPxiXoUFLwLDc99NlmklilbiQJwoctZtt13+xMw91MCk/REan6MWHqDjyA==} engines: {node: '>=12.0.0'} + fake-indexeddb@6.2.5: + resolution: {integrity: sha512-CGnyrvbhPlWYMngksqrSSUT1BAVP49dZocrHuK0SvtR0D5TMs5wP0o3j7jexDJW01KSadjBp1M/71o/KR3nD1w==} + engines: {node: '>=18'} + fast-deep-equal@3.1.3: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} @@ -4489,6 +4502,8 @@ snapshots: dequal@2.0.3: {} + dexie@4.2.1: {} + dom-accessibility-api@0.5.16: {} drizzle-kit@0.31.8: @@ -4709,6 +4724,8 @@ snapshots: expect-type@1.2.2: {} + fake-indexeddb@6.2.5: {} + fast-deep-equal@3.1.3: {} fast-json-stable-stringify@2.1.0: {} |
