{ "name": "web", "version": "0.1.0", "private": true, "dependencies": { "@reduxjs/toolkit": "^1.5.1", "@testing-library/jest-dom": "^5.13.0", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "admin-lte": "^3.1.0", "axios": "^0.21.1", "date-fns": "^2.22.1", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-security": "^1.4.0", "formik": "^2.2.9", "i18next": "^20.3.1", "jsonwebtoken": "^8.5.1", "lodash": "^4.17.21", "lodash.isempty": "^4.4.0", "owasp-password-strength-test": "^1.3.0", "react": "^17.0.2", "react-autocomplete": "^1.8.1", "react-dom": "^17.0.2", "react-helmet-async": "^1.0.9", "react-i18next": "^11.10.0", "react-modal": "^3.14.3", "react-redux": "^7.2.4", "react-responsive-carousel": "^3.2.19", "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", "react-select": "^4.3.1", "redux": "^4.1.0", "redux-saga": "^1.1.3", "sass": "^1.34.1", "web-vitals": "^1.1.2", "yup": "^0.32.9" }, "scripts": { "start": "set PORT=5500 && 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" ] }, "devDependencies": { "eslint": "^7.28.0", "eslint-config-airbnb": "^18.2.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-import": "^2.23.4", "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.24.0", "eslint-plugin-react-hooks": "^4.2.0", "prettier": "2.3.1" } }