{
  "name": "react-native-dropdown-picker-plus",
  "version": "5.10.23",
  "description": "A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.",
  "keywords": [
    "picker",
    "dropdown",
    "drop-down",
    "menu",
    "item",
    "multiple",
    "single",
    "theme",
    "localization",
    "customizable",
    "placeholder",
    "categorizable",
    "category",
    "search",
    "searchable",
    "sub-item",
    "context",
    "component",
    "rtl",
    "rtl-support",
    "react",
    "reactnative",
    "react-native",
    "react native",
    "android",
    "ios",
    "javascript"
  ],
  "homepage": "https://hossein-zare.github.io/react-native-dropdown-picker-website/",
  "bugs": {
    "url": "https://github.com/hossein-zare/react-native-dropdown-picker/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hossein-zare/react-native-dropdown-picker.git"
  },
  "license": "MIT",
  "author": "Hossein Zare",
  "main": "index.js",
  "types": "index.d.ts",
  "dependencies": {
    "fastest-levenshtein": "^1.0.16",
    "react-native-gesture-handler": "~2.13.1",
    "react-native-size-matters": "^0.4.2"
  },
  "devDependencies": {
    "@types/react": "^18.2.25",
    "@types/react-native": "^0.72.3",
    "@typescript-eslint/eslint-plugin": "^6.7.4",
    "@typescript-eslint/parser": "^6.7.4",
    "eslint": "^8.51.0",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-config-prettier": "^9.0.0",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-import": "^2.28.1",
    "eslint-plugin-jsdoc": "^46.8.2",
    "eslint-plugin-json": "^3.1.0",
    "eslint-plugin-jsx-a11y": "^6.7.1",
    "eslint-plugin-react": "7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-native": "^4.1.0",
    "prettier": "3.0.3",
    "typescript": "^5.2.2"
  },
  "peerDependencies": {
    "react": ">=18.2.0",
    "react-native": ">=0.72.5"
  }
}
