forked from hossein-zare/react-native-dropdown-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.94 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "react-native-dropdown-picker",
"version": "5.4.7",
"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": {
"react-native-gesture-handler": "~2.13.1"
},
"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"
}
}