{
  "name": "react-navigation-drawer",
  "version": "1.4.0",
  "description": "Drawer navigator component for React Navigation",
  "main": "dist/index.js",
  "react-native": "src/index.js",
  "files": [
    "dist/",
    "src/"
  ],
  "scripts": {
    "test": "jest",
    "lint": "eslint .",
    "format": "eslint . --fix",
    "precommit": "yarn lint && yarn test",
    "build": "babel --no-babelrc --plugins=syntax-jsx,syntax-class-properties,syntax-object-rest-spread,transform-flow-strip-types src --out-dir dist --ignore '**/__tests__/**'",
    "dev": "yarn build --watch --out-dir example/node_modules/react-navigation-drawer/dist",
    "prepare": "yarn build"
  },
  "keywords": [
    "react-native-component",
    "react-component",
    "react-native",
    "ios",
    "android",
    "drawer",
    "material"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-navigation/react-navigation-drawer.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/react-navigation/react-navigation-drawer/issues"
  },
  "homepage": "https://github.com/react-navigation/react-navigation-drawer#readme",
  "devDependencies": {
    "@expo/vector-icons": "^10.0.0",
    "@react-navigation/core": "3.5.0-alpha.7",
    "@react-navigation/native": "^3.6.0-alpha.4",
    "babel-cli": "^6.26.0",
    "babel-jest": "^22.4.1",
    "babel-plugin-syntax-class-properties": "^6.13.0",
    "babel-plugin-syntax-jsx": "^6.18.0",
    "babel-plugin-syntax-object-rest-spread": "^6.13.0",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-preset-react-native": "^4.0.0",
    "eslint": "^4.12.1",
    "eslint-config-satya164": "^1.0.1",
    "eslint-plugin-react-native-globals": "^0.1.0",
    "husky": "^0.14.3",
    "jest": "^22.1.3",
    "prettier": "^1.8.2",
    "react": "16.8.3",
    "react-dom": "16.8.6",
    "react-native": "~0.59.8",
    "react-native-gesture-handler": "^1.1.0",
    "react-native-screens": "^1.0.0-alpha.22",
    "react-test-renderer": "~16.8.0"
  },
  "peerDependencies": {
    "@react-navigation/core": "*",
    "@react-navigation/native": "*",
    "react": "*",
    "react-native": "*",
    "react-native-gesture-handler": "^1.0.12",
    "react-native-screens": "^1.0.0 || ^1.0.0-alpha"
  },
  "jest": {
    "preset": "react-native",
    "testRegex": "/__tests__/[^/]+-test\\.js$",
    "setupFiles": [
      "<rootDir>/jest-setup.js"
    ],
    "coveragePathIgnorePatterns": [
      "jest-setup.js"
    ],
    "modulePathIgnorePatterns": [
      "<rootDir>/example/"
    ],
    "transformIgnorePatterns": [
      "node_modules/(?!(jest-)?react-native|react-clone-referenced-element|react-navigation-deprecated-tab-navigator|@react-navigation/core|@react-navigation/native)"
    ]
  },
  "dependencies": {
    "react-native-tab-view": "^1.2.0"
  }
}