-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
39
40
41
42
43
44
45
46
{
"name": "exbo",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "^0.16.1",
"react": "16.0.0-alpha.6",
"react-native": "0.44.2",
"react-native-camera": "^0.6.0",
"react-native-google-signin": "^0.10.0",
"react-native-image-crop-picker": "^0.13.1",
"react-native-image-picker": "^0.26.3",
"react-native-share": "^1.0.20",
"react-native-simple-auth": "^2.1.0",
"react-native-snap-carousel": "^2.1.4",
"react-native-timer": "^1.3.1",
"react-native-vector-icons": "^4.2.0",
"react-native-video": "^1.0.0",
"react-navigation": "git+https://github.com/react-community/react-navigation.git",
"react-redux": "^5.0.5",
"react-router-native": "^4.1.1",
"react-timer-mixin": "^0.13.3",
"redux": "^3.6.0",
"redux-persist": "^4.8.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "1.9.2",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.6",
"redux-logger": "^3.0.6"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}