{ "name": "right-tree-frontend", "version": "0.1.0", "private": true, "dependencies": { "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "@mui/material": "^5.0.2", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "axios": "^0.22.0", "bootstrap": "^5.1.2", "leaflet": "^1.7.1", "node-sass": "^6.0.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-leaflet": "^3.2.2", "react-scripts": "4.0.3", "reactstrap": "^8.10.0", "web-vitals": "^1.1.2" }, "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": [ ">0.2%", "not dead", "not op_mini all" ] }