{ "name": "clienteapp-frontend", "version": "0.1.0", "private": true, "dependencies": { "@emotion/react": "^11.13.5", "@emotion/styled": "^11.13.5", "@mui/icons-material": "^5.16.7", "@mui/lab": "^5.0.0-alpha.173", "@mui/material": "^5.16.7", "@mui/x-charts": "^7.14.0", "@testing-library/jest-dom": "^5.17.0", "@testing-library/react": "^13.4.0", "@testing-library/user-event": "^13.5.0", "axios": "^1.7.2", "bootstrap": "^5.3.3", "jquery": "^3.7.1", "popper.js": "^1.16.1", "react": "^18.3.1", "react-bootstrap": "^2.10.2", "react-dom": "^18.3.1", "react-hook-form": "^7.52.1", "react-icons": "^5.2.1", "react-router-dom": "^6.24.1", "react-scripts": "^5.0.1", "react-toastify": "^10.0.5", "recharts": "^2.12.7", "web-vitals": "^2.1.4" }, "scripts": { "start": "PORT=3001 react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "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" ] } }