forked from febobo/react-native-redux-FeInn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1018 Bytes
/
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
{
"name": "FeInn",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"flux-standard-action": "^0.6.1",
"lodash": "^4.13.1",
"markdown": "^0.5.0",
"moment": "^2.13.0",
"mrn": "^0.1.7",
"react": "^15.1.0",
"react-native": "^0.28.0",
"react-native-barcodescanner": "^3.0.0",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-html-render": "^1.0.3",
"react-native-lightbox": "^0.6.0",
"react-native-looped-carousel": "0.0.12",
"react-native-refreshable-listview": "^2.0.0-beta4",
"react-native-tab-navigator": "^0.3.2",
"react-native-vector-icons": "^2.0.2",
"react-native-video": "^0.8.0",
"react-native-wechat": "^1.4.6",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-actions": "^0.10.0",
"redux-logger": "^2.6.1",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.1.0"
}
}