-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.5 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
{
"name": "demo-apollo-client",
"version": "1.0.0",
"repository": "https://github.com/adrienharnay/demo-apollo-client.git",
"author": "Adrien HARNAY <adrien@harnay.me>",
"license": "MIT",
"private": false,
"main": "node_modules/expo/AppEntry.js",
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@react-native-community/masked-view": "0.1.5",
"@react-navigation/native": "5.0.6",
"@react-navigation/stack": "5.0.6",
"apollo-cache-inmemory": "1.6.5",
"apollo-cache-persist": "0.1.1",
"apollo-client": "2.6.8",
"apollo-link": "1.2.13",
"apollo-link-context": "1.0.19",
"apollo-link-error": "1.1.12",
"apollo-link-http": "1.5.16",
"apollo-link-logger": "1.2.3",
"expo": "36.0.2",
"expo-blur": "^8.0.0",
"expo-constants": "^8.0.0",
"graphql": "14.6.0",
"graphql-tag": "2.10.3",
"lodash.debounce": "4.0.8",
"react": "16.12.0",
"react-apollo": "3.1.3",
"react-native": "0.61.4",
"react-native-expo-image-cache": "4.1.0",
"react-native-gesture-handler": "1.5.0",
"react-native-reanimated": "1.4.0",
"react-native-safe-area-context": "0.6.0",
"react-native-screens": "2.0.0-alpha.12",
"react-native-unimodules": "0.7.0",
"react-native-web": "0.11.7"
},
"devDependencies": {
"babel-plugin-import-graphql": "2.7.0",
"babel-preset-expo": "8.0.0"
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject"
}
}