| { | |
| "name": "rag-document-analysis-frontend", | |
| "version": "1.0.0", | |
| "description": "Frontend for RAG-based document analysis system", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "react": "^18.2.0", | |
| "react-dom": "^18.2.0", | |
| "react-router-dom": "^6.20.1", | |
| "axios": "^1.6.2", | |
| "react-dropzone": "^14.2.3", | |
| "recharts": "^2.10.3", | |
| "lucide-react": "^0.294.0" | |
| }, | |
| "devDependencies": { | |
| "@types/react": "^18.2.43", | |
| "@types/react-dom": "^18.2.17", | |
| "@vitejs/plugin-react": "^4.2.1", | |
| "vite": "^5.0.8" | |
| } | |
| } |