-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 823 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 823 Bytes
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
{
"name": "RNPlayNative",
"version": "1.11.0",
"private": true,
"scripts": {
"start": "node_modules/react-native/packager/packager.sh"
},
"dependencies": {
"art": "0.10.1",
"fb-watchman": "1.9.0",
"lodash": "4.5.1",
"qs": "6.1.0",
"react-native": "0.21.0",
"react-native-barcodescanner": "1.0.1",
"react-native-camera": "0.3.8",
"react-native-code-push": "Microsoft/react-native-code-push",
"react-native-drawer-layout": "0.4.0",
"react-native-userdefaults-ios": "0.1.3",
"react-native-vector-icons": "1.2.1",
"react-redux": "4.4.0",
"react-timer-mixin": "0.13.3",
"redux": "3.3.1",
"redux-thunk": "1.0.3",
"superagent": "1.7.2"
},
"devDependencies": {
"redux-logger": "2.6.0",
"json-loader": "^0.5.4",
"mkdirp": "0.5.1"
}
}