-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 946 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
27
28
29
30
31
32
33
34
35
{
"name": "gotcha",
"main": "./index.js",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
},
"dependencies": {
"@apollo/react-hooks": "^3.0.1",
"@react-navigation/native": "^6.0.2",
"@react-navigation/native-stack": "^6.1.0",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link-context": "^1.0.18",
"apollo-link-http": "^1.5.15",
"apollo-link-schema": "^1.2.3",
"expo": "^43.0.0",
"expo-camera": "~12.0.3",
"expo-image-picker": "~11.0.3",
"expo-location": "~13.0.4",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"react": "17.0.1",
"react-native": "0.64.3",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.8.0"
},
"devDependencies": {
"babel-preset-expo": "8.5.1",
"graphql-tools": "^4.0.5"
}
}