{ "name": "image-resizer-frontend", "version": "0.1.0", "private": true, "dependencies": { "@emotion/react": "11.7.0", "@emotion/styled": "11.6.0", "@mui/icons-material": "^5.15.16", "@mui/material": "^5.2.2", "@mui/styles": "^5.2.3", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@testing-library/user-event": "^12.1.10", "react": "^17.0.2", "react-dom": "^17.0.2", "react-dropzone": "^11.4.2", "react-scripts": "4.0.3", "react-use": "^17.3.2", "react-use-localstorage": "^3.5.3", "web-vitals": "^1.0.1" }, "scripts": { "start": "react-scripts start", "build": "BUILD_PATH='../static' 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" ] } }