allprogrammers-react-native-dropdown-picker
Version:
A single / multiple, categorizable, customizable, localizable and searchable item picker (drop-down) component for react native which supports both Android & iOS.
74 lines (73 loc) • 1.99 kB
JSON
{
"name": "allprogrammers-react-native-dropdown-picker",
"version": "5.4.14",
"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://github.com/allprogrammers/react-native-dropdown-picker",
"bugs": {
"url": "https://github.com/allprogrammers/react-native-dropdown-picker/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/allprogrammers/react-native-dropdown-picker.git"
},
"license": "MIT",
"author": "Muhammad Hamza Ali",
"main": "index.js",
"types": "index.d.ts",
"dependencies": {},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^17.0.5",
"@types/react-native": "^0.64.4",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"eslint": "^7.25.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-react-native": "^3.10.0",
"prettier": "^2.2.1",
"typescript": "^4.2.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}