Spaces:
Sleeping
Sleeping
Improve UI: Add table support (GFM), professional CSS styling, and refine AI output formatting
253e3ae
| { | |
| "name": "uba-ai-support-frontend", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "lucide-react": "^0.395.0", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "react-markdown": "^9.0.1", | |
| "remark-gfm": "^4.0.0", | |
| "rehype-raw": "^7.0.0" | |
| }, | |
| "devDependencies": { | |
| "@vitejs/plugin-react": "^4.3.1", | |
| "vite": "^5.4.2" | |
| } | |
| } |