aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index 7bc98e3..9583737 100644
--- a/package.json
+++ b/package.json
@@ -44,6 +44,12 @@
44 }, 44 },
45 "dependencies": { 45 "dependencies": {
46 "@anthropic-ai/claude-agent-sdk": "^0.2.63", 46 "@anthropic-ai/claude-agent-sdk": "^0.2.63",
47 "@codemirror/commands": "^6.10.2",
48 "@codemirror/lang-markdown": "^6.5.0",
49 "@codemirror/language-data": "^6.5.2",
50 "@codemirror/state": "^6.5.4",
51 "@codemirror/theme-one-dark": "^6.1.3",
52 "@codemirror/view": "^6.39.15",
47 "better-sqlite3": "12.2.0", 53 "better-sqlite3": "12.2.0",
48 "react": "^19.1.1", 54 "react": "^19.1.1",
49 "react-dom": "^19.1.1", 55 "react-dom": "^19.1.1",