{ "name": "project", "version": "0.1.0", "private": true, "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", "@material-ui/icons": "^4.11.2", "@minoru/react-dnd-treeview": "^1.6.1", "@mui/base": "^5.0.0-alpha.63", "@mui/icons-material": "^5.2.5", "@mui/lab": "^5.0.0-alpha.62", "@mui/material": "^5.2.5", "@mui/styles": "^5.2.3", "@mui/system": "^5.2.6", "@mui/x-data-grid": "^5.2.2", "@syncfusion/ej2-base": "^19.4.42", "@syncfusion/ej2-react-navigations": "^19.4.41", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.2", "@testing-library/user-event": "^13.5.0", "array-move": "^4.0.0", "google-maps-react": "^2.0.6", "mui-draggable-treeview": "^1.1.3", "node-sass": "^7.0.0", "prop-types": "^15.8.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-dropzone": "^11.5.1", "react-material-ui-carousel": "^3.1.1", "react-redux": "^7.2.6", "react-router-dom": "^5.3.0", "react-scripts": "5.0.0", "react-sortable-hoc": "^2.0.0", "react-swipeable-views": "^0.14.0", "redux": "^4.1.2", "redux-form": "^8.3.8", "redux-thunk": "^2.4.1", "web-vitals": "^2.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": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }