forked from GeekyAnts/NativeBase
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.25 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
{
"name": "native-base",
"description": "Essential cross-platform UI components for React Native",
"keywords": [
"android",
"ios",
"react",
"native",
"react-native",
"native-modules",
"react-component",
"navbar",
"packager",
"rnpm"
],
"version": "0.5.15",
"private": false,
"dependencies": {
"clamp": "^1.0.1",
"color": "~0.11.1",
"lodash": "~4.11.1",
"react-native-checkbox": "~1.0.8",
"react-native-easy-grid": "0.1.5",
"react-native-keyboard-aware-scroll-view": "0.2.0",
"react-native-vector-icons": "2.x.x"
},
"peerDependencies": {
"react-native": ">=0.26.0",
"react": ">=15.0.2"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^3.5.0",
"eslint-config-airbnb": "^11.1.0",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"eslint-plugin-react-native": "^2.0.0"
},
"rnpm": {
"assets": [
"Fonts"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/GeekyAnts/NativeBase.git"
},
"main": "index.js",
"bugs": {
"url": "https://github.com/GeekyAnts/NativeBase/issues"
},
"homepage": "https://github.com/GeekyAnts/NativeBase#readme"
}