forked from 879479119/Bilibili-React-Native
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 742 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 742 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
{
"name": "reactNative",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start"
},
"dependencies": {
"es6-symbol": "^3.1.0",
"humps": "^1.1.0",
"lodash": "^4.14.1",
"normalizr": "^2.2.1",
"react": "15.3.1",
"react-native": "0.33.0",
"react-native-scrollable-tab-view": "^0.5.3",
"react-native-swiper": "^1.4.7",
"react-native-shadow": "^1.1.0",
"react-native-webview-bridge": "^0.33.0",
"react-redux": "^4.4.5",
"redux": "^3.5.2",
"redux-api-simple-middleware": "^1.0.2",
"redux-logger": "^2.6.1",
"redux-thunk": "^2.1.0"
},
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1"
}
}