-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.2 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
{
"name": "rn",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"flux-standard-action": "^2.0.3",
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.4",
"react-native-code-push": "^5.5.0",
"react-native-fs": "^2.13.3",
"react-native-linear-gradient": "^2.5.2",
"react-native-progress": "^3.5.0",
"react-native-refreshable-flatlist": "^0.1.1",
"react-native-scrollable-tab-view": "^0.10.0",
"react-native-simple-store": "^1.3.0",
"react-native-smartrefreshlayout": "^0.6.3",
"react-native-splash-screen": "^3.1.1",
"react-native-swiper": "^1.5.14",
"react-navigation": "^2.18.2",
"redux": "^4.0.1"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.49.0",
"react-redux": "^5.1.1",
"react-test-renderer": "16.6.0-alpha.8af6728",
"redux-actions": "^2.6.4"
},
"jest": {
"preset": "react-native"
},
"optionalDependencies": {}
}