-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
52 lines (52 loc) · 1.27 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
{
"name": "react-native-settings-components",
"description": "settings components in style of native components (Category Header, Divider, EditText, Picker, Switch)",
"version": "0.0.2",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/florianstahr/react-native-settings-components.git"
},
"keywords": [
"react",
"native",
"settings",
"components",
"ios",
"android",
"header",
"divider",
"edittext",
"picker",
"switch"
],
"author": {
"name": "Florian Stahr",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/florianstahr/react-native-settings-components/issues"
},
"peerDependencies": {
"prop-types": ">=15.5.0",
"react": ">=16.0.0",
"react-native": ">=0.56.0"
},
"dependencies": {
"lodash": "^4.17.11",
"react-native-dialogs": "^1.0.2"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.3.0",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-native": "^0.57.2"
}
}