forked from vivianli-me/ReactNativeOne
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 695 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 695 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "ReactNativeOne",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"@remobile/react-native-toast": "1.0.5",
"react": "~15.4.0-rc.4",
"react-native": "0.38.0",
"react-native-orientation": "1.17.0",
"react-native-scrollable-tab-view": "0.6.0",
"react-native-simple-store": "~1.1.0",
"react-native-video": "0.9.0",
"react-native-viewpager": "git://github.com/lipeiwei-szu/react-native-viewpager.git",
"react-native-wechat": "1.7.0",
"react-redux": "~4.4.5",
"redux": "~3.6.0",
"redux-logger": "~2.7.0",
"redux-thunk": "~2.1.0"
}
}