-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.6 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"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",
"lint": "eslint .",
"build-schema": "node src/graphql/SchemaQuery.js"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.1",
"@eva-design/eva": "^1.3.1",
"@expo/react-native-action-sheet": "^3.4.0",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/pro-light-svg-icons": "^5.11.2",
"@fortawesome/pro-regular-svg-icons": "^5.11.2",
"@fortawesome/pro-solid-svg-icons": "^5.11.2",
"@fortawesome/react-native-fontawesome": "^0.2.0",
"@react-native-community/masked-view": "0.1.5",
"@react-native-community/netinfo": "4.6.0",
"@ui-kitten/components": "^4.3.2",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.13",
"apollo-link-context": "^1.0.19",
"apollo-link-error": "^1.1.12",
"apollo-upload-client": "^12.1.0",
"buffer": "^5.4.3",
"currency-codes": "^1.5.1",
"eslint-plugin-react-hooks": "^0.0.0-b53ea6ca0",
"expo": "^36.0.0",
"expo-app-auth": "~8.0.0",
"expo-barcode-scanner": "~8.0.0",
"expo-constants": "~8.0.0",
"expo-crypto": "~8.0.0",
"expo-document-picker": "~8.0.0",
"expo-image-picker": "~8.0.1",
"expo-intent-launcher": "~8.0.0",
"expo-localization": "~8.0.0",
"expo-location": "~8.0.0",
"expo-permissions": "~8.0.0",
"expo-random": "~8.0.0",
"expo-secure-store": "~8.0.0",
"graphql": "^14.5.7",
"graphql-tag": "^2.10.1",
"i18next": "^19.0.0",
"intl": "^1.2.5",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"pusher-js": "^5.0.3",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-i18next": "^11.0.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.1.tar.gz",
"react-native-dotenv": "^0.2.0",
"react-native-gesture-handler": "~1.5.0",
"react-native-maps": "0.26.1",
"react-native-reanimated": "~1.4.0",
"react-native-safe-area-context": "0.6.0",
"react-native-svg": "9.13.3",
"react-native-swipe-list-view": "^2.0.1",
"react-native-web": "^0.12.0-rc.1",
"react-native-webview": "7.4.3",
"react-navigation": "^4.0.5",
"react-navigation-header-buttons": "^3.0.3",
"react-navigation-hooks": "^1.1.0",
"react-navigation-stack": "^1.10.3",
"react-navigation-tabs": "^2.5.3",
"redux": "^4.0.4",
"sentry-expo": "~2.0.0",
"use-debounce": "^3.1.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-expo": "^8.0.0",
"eslint": "^6.6.0",
"eslint-plugin-react": "^7.16.0"
},
"private": true
}