{ "name": "hipstagram", "version": "0.1.0", "private": true, "proxy": "http://hipstagram.node.ed.asmer.org.ua", "dependencies": { "@emotion/react": "^11.8.1", "@emotion/styled": "^11.8.1", "@mui/icons-material": "^5.8.4", "@mui/material": "^5.9.0", "@mui/styled-engine-sc": "^5.4.2", "@mui/styles": "^5.9.0", "@testing-library/jest-dom": "^5.16.2", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^13.5.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-material-ui-carousel": "^3.4.2", "react-redux": "^7.2.6", "react-router": "^6.2.1", "react-scripts": "5.0.0", "redux": "^4.1.2", "redux-devtools-extension": "^2.13.9", "redux-thunk": "^2.4.1", "styled-components": "^5.3.3", "web-vitals": "^2.1.4" }, "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" ] }, "devDependencies": { "react-router-dom": "^6.2.1" } }