{ "name": "diligent-react-ts", "version": "0.1.0", "private": true, "dependencies": { "@emotion/react": "^11.10.5", "@emotion/styled": "^11.10.5", "@faker-js/faker": "^7.6.0", "@mui/icons-material": "^5.10.9", "@mui/material": "^5.10.12", "@mui/x-data-grid": "^5.17.10", "@reduxjs/toolkit": "^1.9.0", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^13.0.0", "@testing-library/user-event": "^13.2.1", "@types/jest": "^27.0.1", "@types/jsonwebtoken": "^8.5.9", "@types/node": "^16.7.13", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@types/react-redux": "^7.1.24", "@types/react-router-dom": "^5.3.3", "@types/redux-saga": "^0.10.5", "axios": "^1.1.3", "date-fns": "^2.29.3", "formik": "^2.2.9", "i18next": "^22.0.4", "json-server": "^0.17.1", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.21", "lodash.isempty": "^4.4.0", "numeral": "^2.0.6", "owasp-password-strength-test": "^1.3.0", "qs": "^6.11.0", "react": "^18.2.0", "react-currency-input-field": "^3.6.9", "react-dom": "^18.2.0", "react-helmet-async": "^1.3.0", "react-i18next": "^12.0.0", "react-jwt": "^1.1.7", "react-number-format": "^5.1.1", "react-redux": "^8.0.5", "react-router": "^6.4.3", "react-router-dom": "^6.4.3", "react-scripts": "^5.0.1", "react-select": "^5.6.0", "redux": "^4.2.0", "redux-saga": "^1.2.1", "typescript": "*", "web-vitals": "^2.1.0", "yup": "^0.32.11" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "json-serve": "json-server --watch src/db/db.json --port=4000" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@types/lodash.isempty": "^4.4.7", "@types/numeral": "^2.0.2", "@types/owasp-password-strength-test": "^1.3.0", "@types/sass": "^1.43.1", "@types/sass-loader": "^8.0.3", "@types/webpack": "^5.28.0", "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.43.0", "eslint": "^8.0.1", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^8.5.0", "eslint-config-standard-with-typescript": "^23.0.0", "eslint-plugin-import": "^2.25.2", "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-n": "^15.0.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-react": "^7.31.10", "eslint-plugin-react-hooks": "^4.6.0", "prettier": "^2.7.1", "sass": "^1.56.0" } }