-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "react-native-modal-filter-picker",
"version": "2.1.0",
"description": "Cross-platform modal picker for React Native which supports keyword filtering, custom rendering, etc",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"prop-types": ">=15.6.0",
"react": ">=15.0.0",
"react-native": ">=0.40.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hiddentao/react-native-modal-filter-picker.git"
},
"keywords": [
"react",
"native",
"react-native",
"react-component",
"ios",
"android",
"dropdown",
"popover",
"select",
"modal",
"picker",
"filter",
"render"
],
"author": "Ramesh Nair <ram@hiddentao.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hiddentao/react-native-modal-filter-picker/issues"
},
"homepage": "https://github.com/hiddentao/react-native-modal-filter-picker#readme",
"dependencies": {},
"devDependencies": {
"eslint": "^4.16.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^3.6.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.6.1",
"eslint-plugin-react-native": "^3.2.1",
"prettier": "^1.16.1"
}
}