diff options
| author | soryu <soryu@soryu.co> | 2025-12-23 14:43:23 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2025-12-23 14:47:18 +0000 |
| commit | 555061b179b8ec034cb70f9a2dd6c823ced0f637 (patch) | |
| tree | 0545b4395dab6d957884d8d36bf15b8da529dc1f /makima/frontend/package.json | |
| parent | a32dc56d2e5447ef8988cb98b8686476cc94e70c (diff) | |
| download | soryu-555061b179b8ec034cb70f9a2dd6c823ced0f637.tar.gz soryu-555061b179b8ec034cb70f9a2dd6c823ced0f637.zip | |
Add file body and initial tool call system
Diffstat (limited to 'makima/frontend/package.json')
| -rw-r--r-- | makima/frontend/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/makima/frontend/package.json b/makima/frontend/package.json index 22c4c54..ef99c3d 100644 --- a/makima/frontend/package.json +++ b/makima/frontend/package.json @@ -13,7 +13,8 @@ "dependencies": { "react": "^19.0.0", "react-dom": "^19.0.0", - "react-router": "^7.1.0" + "react-router": "^7.1.0", + "recharts": "^3.6.0" }, "devDependencies": { "@react-router/dev": "^7.1.0", |
