{ "name": "arcane-status-frontend", "version": "0.4.0", "private": true, "proxy": "http://localhost:5000", "dependencies": { "axios": "^1.15.0", "lucide-react": "^1.8.0", "date-fns": "^4.1.0", "markdown-to-jsx": "^9.7.15", "react": "^19.2.5", "react-dom": "^19.2.5", "react-router-dom": "^7.14.1", "react-scripts": "5.0.1", "recharts": "^3.8.1", "socket.io-client": "^4.8.3" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }