{ "name": "web", "version": "0.1.0", "private": true, "dependencies": { "@emotion/react": "^11.5.0", "@emotion/styled": "^11.3.0", "@mui/icons-material": "^5.0.5", "@mui/material": "^5.0.6", "@mui/x-data-grid": "^5.0.1", "@reduxjs/toolkit": "^1.5.1", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "axios": "^0.21.1", "date-fns": "^2.22.1", "eslint-plugin-prettier": "^3.4.1", "eslint-plugin-security": "^1.7.1", "faker": "^5.5.3", "formik": "^2.2.9", "i18next": "^20.3.1", "json-server": "^0.17.0", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.21", "lodash.isempty": "^4.4.0", "owasp-password-strength-test": "^1.3.0", "qs": "^6.11.0", "react": "^17.0.2", "react-dom": "^17.0.2", "react-helmet-async": "^1.0.9", "react-i18next": "^11.10.0", "react-idle-timer": "^5.4.2", "react-redux": "^7.2.4", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", "react-select": "^4.3.1", "react-toastify": "9.0.3", "redux": "^4.1.0", "redux-saga": "^1.1.3", "sass": "^1.34.1", "web-vitals": "^1.1.2", "yup": "^0.32.9" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "json-serve": "json-server ./db/db.js --port=4000" }, "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": { "eslint": "^7.28.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.6.0", "eslint-plugin-import": "^2.23.4", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.6.0", "prettier": "2.3.1" } }