-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 1.46 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
{
"private": true,
"name": "react-native-packager-docker",
"version": "0.12.0",
"description": "Docker environment for running the React Native packager",
"author": "Joshua Sierles",
"license": "MIT",
"bugs": {
"url": "https://github.com/rnplay/react-native-packager-docker/issues"
},
"homepage": "https://github.com/rnplay/react-native-packager-docker",
"dependencies": {
"art": "0.10.0",
"fb-watchman": "1.6.0",
"gl-react-native": "1.2.0",
"lodash": "3.10.1",
"qs": "5.2.0",
"react-native": "0.12.0",
"react-native-activity-view": "0.2.6",
"react-native-addressbook": "1.2.0",
"react-native-blur": "0.7.3",
"react-native-camera": "0.3.7",
"react-native-icons": "0.5.1",
"react-native-image-picker": "0.7.1",
"react-native-keyboardevents": "0.4.5",
"react-native-keychain": "0.2.5",
"react-native-linear-gradient": "1.1.0-alpha",
"react-native-mapbox-gl": "0.4.2",
"react-native-material-kit": "0.2.0",
"react-native-modal": "0.3.10",
"react-native-overlay": "0.3.0",
"react-native-side-menu": "0.14.2",
"react-native-tableview": "^1.3.3",
"react-native-userdefaults-ios": "0.1.3",
"react-native-vector-icons": "0.7.2",
"react-native-versions": "^1.0.1",
"react-native-video": "0.6.1",
"react-native-webview-bridge": "0.3.6",
"react-redux": "3.1.0",
"react-timer-mixin": "0.13.3",
"redux": "3.0.2",
"redux-thunk": "1.0.0",
"superagent": "1.4.0"
}
}