| { |
| "name": "enterprise-ai-copilot-frontend", |
| "version": "1.0.0", |
| "private": true, |
| "type": "module", |
| "scripts": { |
| "dev": "vite --host 0.0.0.0 --port 3000", |
| "build": "tsc && vite build", |
| "preview": "vite preview", |
| "lint": "eslint src --ext ts,tsx" |
| }, |
| "dependencies": { |
| "react": "^18.3.0", |
| "react-dom": "^18.3.0", |
| "react-router-dom": "^6.28.0", |
| "axios": "^1.7.9", |
| "recharts": "^2.13.3", |
| "react-markdown": "^9.0.1", |
| "react-syntax-highlighter": "^15.6.1", |
| "lucide-react": "^0.460.0", |
| "zustand": "^5.0.2", |
| "react-hot-toast": "^2.4.1", |
| "clsx": "^2.1.1" |
| }, |
| "devDependencies": { |
| "@types/react": "^18.3.12", |
| "@types/react-dom": "^18.3.1", |
| "@types/react-syntax-highlighter": "^15.5.13", |
| "@vitejs/plugin-react": "^4.3.4", |
| "autoprefixer": "^10.4.20", |
| "eslint": "^9.15.0", |
| "postcss": "^8.4.49", |
| "tailwindcss": "^3.4.15", |
| "typescript": "^5.6.3", |
| "vite": "^6.0.3" |
| } |
| } |
|
|