aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-12-07 19:08:58 +0900
committernsfisis <nsfisis@gmail.com>2025-12-07 19:08:58 +0900
commitc086c8b35b6c6f0b0e2623e9b6421713a540941a (patch)
treeaa6937e799f88d497ce6bcae5bb347a945c77d27 /package.json
parentd91888da7199cdde7662910debfffaa758b8a128 (diff)
downloadkioku-c086c8b35b6c6f0b0e2623e9b6421713a540941a.tar.gz
kioku-c086c8b35b6c6f0b0e2623e9b6421713a540941a.tar.zst
kioku-c086c8b35b6c6f0b0e2623e9b6421713a540941a.zip
feat(client): add local CRUD repositories for IndexedDB
Add localDeckRepository, localCardRepository, and localReviewLogRepository with full CRUD operations for offline support. Includes sync tracking with _synced flag and methods for finding unsynced items. 🤖 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 727f63d..5f4a362 100644
--- a/package.json
+++ b/package.json
@@ -40,6 +40,7 @@
"react": "^19.2.1",
"react-dom": "^19.2.1",
"ts-fsrs": "^5.2.3",
+ "uuid": "^13.0.0",
"wouter": "^3.8.1",
"zod": "^4.1.13"
},