{ "name": "frontend", "version": "1.0.5", "main": "index.js", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "description": "", "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/icons-material": "^6.4.6", "@mui/material": "^6.4.6", "@vitejs/plugin-react": "^4.3.4", "axios": "^1.8.1", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^7.2.0", "recharts": "^2.15.1", "socket.io-client": "^4.8.1", "vite": "^6.2.0" }, "devDependencies": { "concurrently": "^9.1.2", "kill-port": "^2.0.1" } }