{
  "package": {
    "dependencies": {
      "@testing-library/react": "^9.3.2",
      "@testing-library/jest-dom": "^4.2.4",
      "@testing-library/user-event": "^7.1.2",
      "@types/node": "^12.0.0",
      "@types/react": "^16.9.0",
      "@types/react-dom": "^16.9.0",
      "@types/jest": "^24.0.0",
      "typescript": "~3.7.2",
      "@reduxjs/toolkit": "^1.2.3",
      "axios": "^0.19.2",
      "moment": "^2.24.0",
      "node-sass": "^4.13.1",
      "query-string": "^6.10.1",
      "react": "^16.12.0",
      "react-app-polyfill": "^1.0.5",
      "react-dom": "^16.12.0",
      "react-redux": "^7.1.3",
      "react-router-dom": "^5.1.2",
      "react-scripts": "3.3.0",
      "redux": "^4.0.5",
      "redux-saga": "^1.1.3",
      "styled-components": "^5.0.0",

      "@typescript-eslint/eslint-plugin": "^2.16.0",
      "@typescript-eslint/parser": "^2.16.0",
      "@types/react-redux": "^7.1.7",
      "@types/react-router-dom": "^5.1.3",
      "@types/styled-components": "^4.4.2",
      "eslint": "^6.8.0",
      "eslint-config-airbnb-typescript": "^6.3.1",
      "eslint-config-prettier": "^6.9.0",
      "eslint-plugin-prettier": "^3.1.2",
      "eslint-plugin-import": "^2.20.0",
      "eslint-plugin-jsx-a11y": "^6.2.3",
      "eslint-plugin-react": "^7.18.0",
      "eslint-plugin-react-hooks": "^2.3.0",
      "prettier": "^1.19.1"
    },
    "devDependencies": {},
    "scripts": {
      "start": "REACT_APP_CUSTOM_NODE_ENV=development react-scripts start",
      "stage-build": "REACT_APP_CUSTOM_NODE_ENV=development react-scripts build",
      "production-build": "REACT_APP_CUSTOM_NODE_ENV=production react-scripts build",
      "test": "react-scripts test",
      "eject": "react-scripts eject"
    }
  }
}
