diff options
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index 94cef9c..a3cbc67 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -10,12 +10,15 @@ "preview": "vite preview" }, "dependencies": { + "katex": "^0.16.28", "lucide-react": "^0.556.0", "react": "^19.2.0", "react-dom": "^19.2.0", "react-markdown": "^10.1.0", "reactflow": "^11.11.4", + "rehype-katex": "^7.0.1", "remark-gfm": "^4.0.1", + "remark-math": "^6.0.0", "zustand": "^5.0.9" }, "devDependencies": { |
