-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.11 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@types/lodash.debounce": "^4.0.6",
"apollo-cache-inmemory": "^1.6.2",
"apollo-client": "^2.6.3",
"apollo-link-http": "^1.5.15",
"expo": "^33.0.0",
"graphql": "^14.4.1",
"graphql-tag": "^2.10.1",
"lodash.debounce": "^4.0.8",
"react": "16.8.3",
"react-apollo": "^2.5.8",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-paper": "^2.16.0",
"react-native-web": "^0.11.4",
"react-navigation": "^3.11.0"
},
"devDependencies": {
"@bam.tech/react-native-graphql-transformer": "https://github.com/titozzz/react-native-graphql-transformer.git#cbd88cc5524b83f98e4f2cf8d5ed6430aac190a1",
"@types/react": "^16.8.19",
"@types/react-native": "^0.57.60",
"apollo": "^2.15.0",
"babel-preset-expo": "^5.1.1",
"typescript": "^3.4.5"
},
"private": true
}