{ "name": "etb-frontend", "version": "1.0.0", "description": "Enterprise IT Services - Incident Management System", "private": true, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/icons-material": "^5.10.0", "@mui/lab": "^5.0.0-alpha.170", "@mui/material": "^5.10.0", "@mui/x-charts": "^8.11.2", "@mui/x-data-grid": "^5.17.0", "@mui/x-date-pickers": "^5.0.20", "@react-spring/web": "^10.0.2", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", "axios": "^0.27.0", "dayjs": "^1.11.0", "framer-motion": "^12.23.12", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.3.0", "react-scripts": "5.0.1", "react-spring": "^10.0.1", "recharts": "^2.5.0", "web-vitals": "^2.1.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "type-check": "tsc --noEmit", "lint": "eslint src --ext .ts,.tsx" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@types/node": "^24.3.3", "@types/react": "^18.3.24", "@types/react-dom": "^18.3.7", "typescript": "^5.9.2" } }