-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 3.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
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
84
85
86
87
88
89
90
91
92
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"lint": "eslint *.js ./src/*.js",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@react-native-community/async-storage": "~1.11.0",
"@react-native-community/datetimepicker": "2.4.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "5.9.2",
"@react-navigation/bottom-tabs": "^5.8.0",
"@react-navigation/core": "^5.12.3",
"@react-navigation/material-top-tabs": "^5.2.16",
"@react-navigation/native": "^5.7.3",
"@react-navigation/routers": "^5.4.11",
"@react-navigation/stack": "^5.9.0",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.13",
"apollo-link-http": "^1.5.16",
"apollo-link-ws": "^1.0.20",
"apollo-upload-client": "^12.1.0",
"currency.js": "^1.2.2",
"expo": "^38.0.0",
"expo-barcode-scanner": "~8.2.1",
"expo-blur": "~8.1.2",
"expo-constants": "~9.1.1",
"expo-device": "~2.2.1",
"expo-facebook": "~8.2.1",
"expo-google-app-auth": "^8.1.0",
"expo-image-picker": "~8.3.0",
"expo-linear-gradient": "~8.2.1",
"expo-linking": "^1.0.5",
"expo-location": "~8.2.1",
"expo-notifications": "~0.3.3",
"expo-permissions": "~9.0.1",
"expo-status-bar": "^1.0.0",
"expo-updates": "~0.2.8",
"formik": "^2.1.4",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"lodash": "^4.17.15",
"moment": "^2.27.0",
"react": "16.11.0",
"react-dom": "16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-expo-viewport-units": "^0.0.8",
"react-native-gesture-handler": "~1.6.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-maps": "0.27.1",
"react-native-masked-text": "^1.13.0",
"react-native-modal": "^11.5.6",
"react-native-reanimated": "~1.9.0",
"react-native-safe-area-context": "~3.0.7",
"react-native-screens": "~2.9.0",
"react-native-snap-carousel": "^4.0.0-beta.5",
"react-native-tab-view": "^2.13.0",
"react-native-tiny-toast": "^1.0.4",
"react-native-web": "~0.11.7",
"rn-placeholder": "^3.0.0",
"styled-components": "^5.0.1",
"subscriptions-transport-ws": "^0.9.16",
"yup": "^0.27.0"
},
"devDependencies": {
"@babel/core": "^7.11.4",
"@types/jest": "^26.0.10",
"@types/react": "^16.9.46",
"@types/react-native": "^0.63.8",
"@types/react-test-renderer": "^16.9.3",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"babel-eslint": "^10.0.3",
"babel-preset-expo": "^8.2.3",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-import-helpers": "^1.0.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"react-devtools": "^4.8.2",
"react-native-debugger-open": "^0.3.22",
"typescript": "^4.0.2"
},
"private": true
}