forked from KoalaBear/react-native-dropdown-select-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.15 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
{
"name": "react-native-dropdown-select-list",
"version": "2.0.3",
"description": "⭐ React Native Select List Equivalent to Html's Select with options\"",
"main": "index.ts",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danish1658/react-native-dropdown-select-list.git"
},
"keywords": [
"picker",
"select",
"dropdown",
"android",
"ios",
"selectlist",
"searchable",
"list",
"dropdown-picker",
"react",
"react native",
"react-native",
"reactnative",
"selectlist",
"expo",
"easy",
"menu",
"tag",
"chooser",
"multiple",
"multi"
],
"devDependencies": {
"react": "17.0.2",
"react-native": "0.68.2",
"@types/react": "^18.0.25",
"@types/react-native": "^0.70.6",
"typescript": "^4.8.4"
},
"author": "Danish Amin Dar",
"license": "MIT",
"bugs": {
"url": "https://github.com/danish1658/react-native-dropdown-select-list/issues"
},
"homepage": "https://github.com/danish1658/react-native-dropdown-select-list#readme"
}