-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
26 lines (26 loc) · 887 Bytes
/
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
{
"main": "node_modules/expo/AppEntry.js",
"private": true,
"dependencies": {
"@expo/react-native-image-gallery": "^2.2.0",
"babel-plugin-relay": "^1.4.1",
"expo": "^23.0.0",
"graphql-request": "^1.4.0",
"moment": "^2.19.1",
"react": "16.0.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-23.0.0.tar.gz",
"react-native-animatable": "^1.2.4",
"react-native-aws3": "^0.0.8",
"react-native-communications": "^2.2.1",
"react-native-google-places-autocomplete": "^1.3.6",
"react-native-maps": "^0.17.1",
"react-native-modal-picker": "^0.0.16",
"react-native-popup-dialog": "^0.9.39",
"react-native-tag-input": "^0.0.18",
"react-native-vector-icons": "^4.4.2",
"react-navigation": "^1.0.0-beta.19",
"react-relay": "^1.4.1",
"subscriptions-transport-ws": "0.8.3",
"uuid": "^3.1.0"
}
}