{
  "name": "cra-template-red-quick",
  "version": "1.2.7",
  "dependencies": {
    "@auth0/auth0-spa-js": "^1.14.0",
    "@emotion/cache": "^11.4.0",
    "@emotion/react": "^11.4.0",
    "@emotion/styled": "^11.3.0",
    "@fullcalendar/daygrid": "^5.6.0",
    "@fullcalendar/interaction": "^5.6.0",
    "@fullcalendar/list": "^5.6.0",
    "@fullcalendar/react": "^5.6.0",
    "@fullcalendar/timegrid": "^5.6.0",
    "@fullcalendar/timeline": "^5.6.0",
    "@hookform/resolvers": "1.3.5",
    "@mui/icons-material": "^5.0.3",
    "@mui/lab": "^5.0.0-alpha.50",
    "@mui/material": "^5.0.3",
    "@mui/styles": "^5.0.1",
    "@mui/system": "^5.0.3",
    "@mui/utils": "^5.0.1",
    "@mui/x-data-grid": "^5.0.0-beta.3",
    "@tabler/icons": "^1.39.1",
    "apexcharts": "^3.26.1",
    "axios": "^0.21.1",
    "axios-mock-adapter": "^1.19.0",
    "chance": "^1.1.7",
    "clsx": "^1.1.1",
    "csstype": "^3.0.8",
    "date-fns": "^2.21.1",
    "draft-js": "^0.11.7",
    "emoji-picker-react": "^3.4.4",
    "firebase": "^8.3.1",
    "formik": "^2.2.6",
    "framer-motion": "^4.1.13",
    "history": "^5.0.0",
    "jsonwebtoken": "^8.5.1",
    "jss": "^10.7.1",
    "jss-rtl": "^0.3.0",
    "jwt-decode": "^3.1.2",
    "lodash": "^4.17.21",
    "material-ui-popup-state": "^1.8.0",
    "react": "^17.0.2",
    "react-apexcharts": "^1.3.7",
    "react-beautiful-dnd": "^13.1.0",
    "react-compound-timer": "^1.2.0",
    "react-copy-to-clipboard": "^5.0.3",
    "react-currency-format": "^1.0.0",
    "react-device-detect": "^1.17.0",
    "react-dom": "^17.0.2",
    "react-draft-wysiwyg": "^1.14.6",
    "react-draggable": "^4.4.3",
    "react-google-recaptcha": "^2.1.0",
    "react-hook-form": "^6.15.5",
    "react-images": "^1.2.0-beta.6",
    "react-intersection-observer": "^8.32.0",
    "react-intl": "^5.14.0",
    "react-markdown": "^6.0.0",
    "react-perfect-scrollbar": "^1.5.8",
    "react-quill": "^1.3.5",
    "react-datepicker": "^4.6.0",
    "react-redux": "^7.1.0-rc.1",
    "react-router-dom": "^6.0.0-beta.5",
    "react-scripts": "^4.0.3",
    "react-slick": "^0.28.1",
    "react-spring": "^8.0.27",
    "react-syntax-highlighter": "^15.4.3",
    "react-text-mask": "^5.4.3",
    "react-to-print": "^2.12.4",
    "react-window": "^1.8.6",
    "redux": "^4.0.5",
    "redux-persist": "^6.0.0",
    "remark-gfm": "^1.0.0",
    "slick-carousel": "^1.8.1",
    "stylis-plugin-rtl": "^2.0.2",
    "typescript": "^4.3.0",
    "uuid": "^8.3.2",
    "yup": "^0.32.9"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "pub": "npm version patch && npm publish"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "babel": {
    "presets": [
      "@babel/preset-react"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@babel/core": "^7.14.3",
    "@types/chance": "^1.1.3",
    "@types/draft-js": "^0.11.3",
    "@types/jsonwebtoken": "^8.5.5",
    "@types/react": "^17.0.24",
    "@types/react-beautiful-dnd": "^13.1.1",
    "@types/react-copy-to-clipboard": "^5.0.0",
    "@types/react-currency-format": "^1.0.0",
    "@types/react-dom": "^17.0.9",
    "@types/react-draft-wysiwyg": "^1.13.2",
    "@types/react-google-recaptcha": "^2.1.0",
    "@types/react-redux": "^7.1.16",
    "@types/react-datepicker": "^4.3.4",
    "@types/react-router-dom": "^5.3.0",
    "@types/react-slick": "^0.23.5",
    "@types/react-syntax-highlighter": "^13.5.2",
    "@types/react-text-mask": "^5.4.7",
    "@types/react-window": "^1.8.3",
    "@types/uuid": "^8.3.1",
    "@types/webpack-env": "^1.16.2",
    "@typescript-eslint/eslint-plugin": "4.4.1",
    "@typescript-eslint/parser": "^4.24.0",
    "eslint": "^7.27.0",
    "eslint-config-airbnb-typescript": "^12.3.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-config-react-app": "6.0.0",
    "eslint-import-resolver-typescript": "2.4.0",
    "eslint-plugin-flowtype": "^5.7.2",
    "eslint-plugin-import": "^2.23.3",
    "eslint-plugin-jsx-a11y": "6.3.1",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react": "7.20.3",
    "eslint-plugin-react-hooks": "4.0.8",
    "prettier": "2.2.1",
    "sass": "^1.42.1"
  }
}
