| 
									
										
										
										
											2025-07-01 13:26:46 -03:00
										 |  |  | { | 
					
						
							|  |  |  |   "name": "frontend", | 
					
						
							|  |  |  |   "private": true, | 
					
						
							|  |  |  |   "version": "0.0.0", | 
					
						
							|  |  |  |   "type": "module", | 
					
						
							|  |  |  |   "scripts": { | 
					
						
							| 
									
										
										
										
											2025-07-01 16:05:26 -03:00
										 |  |  |     "dev": "vite --host", | 
					
						
							| 
									
										
										
										
											2025-07-01 13:26:46 -03:00
										 |  |  |     "build": "tsc -b && vite build", | 
					
						
							|  |  |  |     "lint": "eslint .", | 
					
						
							|  |  |  |     "preview": "vite preview" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "dependencies": { | 
					
						
							|  |  |  |     "@emotion/react": "^11.14.0", | 
					
						
							|  |  |  |     "@emotion/styled": "^11.14.1", | 
					
						
							|  |  |  |     "@mui/icons-material": "^7.2.0", | 
					
						
							|  |  |  |     "@mui/material": "^7.2.0", | 
					
						
							| 
									
										
										
										
											2025-07-01 16:05:26 -03:00
										 |  |  |     "@types/recharts": "^1.8.29", | 
					
						
							| 
									
										
										
										
											2025-07-01 13:26:46 -03:00
										 |  |  |     "axios": "^1.10.0", | 
					
						
							|  |  |  |     "react": "^19.1.0", | 
					
						
							| 
									
										
										
										
											2025-07-01 16:05:26 -03:00
										 |  |  |     "react-dom": "^19.1.0", | 
					
						
							|  |  |  |     "react-icons": "^5.5.0", | 
					
						
							|  |  |  |     "recharts": "^3.0.2" | 
					
						
							| 
									
										
										
										
											2025-07-01 13:26:46 -03:00
										 |  |  |   }, | 
					
						
							|  |  |  |   "devDependencies": { | 
					
						
							|  |  |  |     "@eslint/js": "^9.29.0", | 
					
						
							|  |  |  |     "@types/react": "^19.1.8", | 
					
						
							|  |  |  |     "@types/react-dom": "^19.1.6", | 
					
						
							|  |  |  |     "@vitejs/plugin-react": "^4.5.2", | 
					
						
							|  |  |  |     "eslint": "^9.29.0", | 
					
						
							|  |  |  |     "eslint-plugin-react-hooks": "^5.2.0", | 
					
						
							|  |  |  |     "eslint-plugin-react-refresh": "^0.4.20", | 
					
						
							|  |  |  |     "globals": "^16.2.0", | 
					
						
							|  |  |  |     "typescript": "~5.8.3", | 
					
						
							|  |  |  |     "typescript-eslint": "^8.34.1", | 
					
						
							|  |  |  |     "vite": "^7.0.0" | 
					
						
							|  |  |  |   } | 
					
						
							|  |  |  | } |