-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.72 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "Journey",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"d3-geo": "^1.9.1",
"from": "^0.1.7",
"geofire": "^4.1.2",
"gql": "^1.1.2",
"graphql-tag": "^2.5.0",
"immutability-helper": "^2.5.1",
"import": "^0.0.6",
"lottie-react-native": "2.2.7",
"moment": "^2.22.0",
"react": "16.3.1",
"react-native": "0.55.3",
"react-native-action-button": "^2.8.1",
"react-native-animatable": "^1.2.4",
"react-native-background-geolocation": "^2.11.0",
"react-native-blur": "^3.2.2",
"react-native-dash": "^0.0.8",
"react-native-device-info": "^0.13.0",
"react-native-fbsdk": "^0.6.3",
"react-native-firebase": "^4.0.4",
"react-native-gesture-handler": "^1.0.0-alpha.40",
"react-native-gifted-chat": "^0.3.0",
"react-native-image-resizer": "^1.0.0",
"react-native-interactable": "^0.1.10",
"react-native-linear-gradient": "^2.3.0",
"react-native-maps": "^0.17.1",
"react-native-navigation": "^1.1.444",
"react-native-opentok": "^2.0.1",
"react-native-svg": "^6.0.1-rc.1",
"react-native-swipe-gestures": "^1.0.2",
"react-native-tab-view": "^0.0.74",
"react-native-ui-kitten": "^2.0.1",
"react-native-vector-icons": "^4.4.2",
"react-redux": "^5.0.6",
"realm": "2.2.15",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-jest": "21.0.2",
"babel-preset-react-native": "4.0.0",
"jest": "21.1.0",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./app/Assets/fonts/"
]
}
}