{ "name": "frontend", "version": "0.1.0", "private": true, "dependencies": { "@devexpress/dx-react-core": "^3.0.2", "@devexpress/dx-react-grid": "^3.0.2", "@devexpress/dx-react-grid-material-ui": "^3.0.2", "@emotion/react": "^11.9.0", "@emotion/styled": "^11.8.1", "@mui/icons-material": "^5.6.1", "@mui/lab": "^5.0.0-alpha.86", "@mui/material": "^5.6.1", "@mui/x-data-grid": "^5.9.0", "@mui/x-date-pickers": "^6.11.1", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.0.1", "@testing-library/user-event": "^13.5.0", "axios": "^0.26.1", "date-fns": "^2.28.0", "graphql": "^16.3.0", "react": "^18.0.0", "react-dom": "^18.0.0", "react-dropzone": "^12.0.5", "react-router-dom": "^6.3.0", "react-scripts": "5.0.1", "uuid": "^9.0.0", "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" ] } }