forked from gxsshallot/react-native-picklist
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 KB
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
{
"name": "react-native-picklist",
"version": "1.5.0",
"private": false,
"description": "General page for single/multiple select/show with single/multiple data level.",
"main": "src/index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/hecom-rn/react-native-picklist.git"
},
"keywords": [
"React-Native",
"PickList",
"MultiSelect"
],
"scripts": {
"patch": "npm version patch -m 'Bump version %s';git push origin master --tags",
"minor": "npm version minor -m 'Bump version %s';git push origin master --tags"
},
"author": "Xiaosong Gao",
"license": "MIT",
"bugs": {
"url": "https://github.com/hecom-rn/react-native-picklist/issues",
"email": "gaoxiaosong06@gmail.com"
},
"homepage": "https://github.com/hecom-rn/react-native-picklist#readme",
"dependencies": {
"@hecom/image-arrow": "^1.0.0",
"react-native-general-searchbar": "^1.0.6"
},
"peerDependencies": {
"@hecom/general-tree": "*",
"lodash": "*",
"react-native-safe-area-context": "*"
}
}