{ "name": "frontend", "type": "module", "version": "0.1.0", "private": true, "scripts": { "start": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "lint:fix": "eslint . --fix", "preview": "vite preview" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@fontsource/roboto": "^5.2.9", "@heroicons/react": "^2.2.0", "@mui/material": "^7.3.5", "@mui/x-date-pickers": "^8.19.0", "axios": "^1.13.2", "dayjs": "^1.11.19", "framer-motion": "^12.23.25", "react": "^19.2.0", "react-dom": "^19.2.0", "react-imask": "^7.6.1", "react-router": "^7.9.6", "react-use-measure": "^2.1.7", "sass": "^1.94.2", "socket.io-client": "^4.8.1" }, "devDependencies": { "@antfu/eslint-config": "^6.2.0", "@eslint-react/eslint-plugin": "^2.3.11", "@types/node": "^24.10.1", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.1", "eslint": "^9.39.1", "eslint-config-prettier": "^10.1.8", "eslint-plugin-format": "^1.0.2", "eslint-plugin-react-hooks": "^7.0.1", "globals": "^16.5.0", "prettier": "^3.7.3", "typescript": "~5.9.3", "vite": "^7.2.6" } }