diff options
| author | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-06-14 02:41:34 -0700 |
|---|---|---|
| committer | Tyler Hoang <tyler@tylerhoang.xyz> | 2026-06-14 02:41:34 -0700 |
| commit | ad4109791cc3fdf8c0bf15969610741281caaa8f (patch) | |
| tree | 12608a332f072bba5efd6f8c2aa6ac9b9fb7a106 /frontend/package.json | |
| parent | 13ce7b912227ea20671465d83bd6ab5eeb4fbe2b (diff) | |
feat: add FilingsPage component
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json index f754927..fdd6d96 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -14,7 +14,8 @@ "plotly.js": "^2.35.2", "react": "19.0.0", "react-dom": "19.0.0", - "react-plotly.js": "^2.6.0" + "react-plotly.js": "^2.6.0", + "recharts": "^3.8.1" }, "devDependencies": { "@types/node": "^22.10.5", |
