{ "name": "mawen", "version": "0.1.0", "private": true, "dependencies": { "@material-ui/core": "^4.11.4", "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.5", "@testing-library/user-event": "^12.8.3", "bootstrap": "^4.6.0", "jquery": "^3.6.0", "popper": "^1.0.1", "react": "^17.0.2", "react-bootstrap": "^1.6.0", "react-confirm-alert": "^2.7.0", "react-dom": "^17.0.2", "react-icons": "^4.2.0", "react-pro-sidebar": "^0.6.0", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", "reactjs-popup": "^2.0.4", "reactstrap": "^8.9.0", "web-vitals": "^1.1.1" }, "scripts": { "start": "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" ] } }