-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
128 lines (128 loc) · 4.41 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"prebuild": "yarn codegen",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"codegen": "graphql-codegen",
"lint": "eslint --ext .ts . --max-warnings 0",
"format": "prettier --config ./.prettierrc.yml \"**/**/*.{ts,tsx}\" --write",
"postinstall": "patch-package && rm -rf node_module/expo/react-native-safe-area-context",
"precommit": "pretty-quick --staged"
},
"dependencies": {
"@apollo/react-components": "^3.1.3",
"@apollo/react-hooks": "^3.1.3",
"@expo/vector-icons": "^10.0.0",
"@graphql-codegen/add": "^1.15.4",
"@graphql-codegen/typescript": "^1.15.4",
"@graphql-codegen/typescript-operations": "^1.15.4",
"@graphql-codegen/typescript-react-apollo": "^1.15.4",
"@react-native-community/async-storage": "~1.11.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/netinfo": "5.9.2",
"@react-navigation/bottom-tabs": "^5.0.5",
"@react-navigation/material-bottom-tabs": "^5.0.5",
"@react-navigation/material-top-tabs": "^5.3.2",
"@react-navigation/native": "^5.0.5",
"@react-navigation/stack": "^5.0.5",
"@types/apollo-upload-client": "^8.1.3",
"apollo-cache": "^1.3.4",
"apollo-cache-inmemory": "^1.6.5",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "^2.6.8",
"apollo-fetch": "^0.7.0",
"apollo-link": "^1.2.13",
"apollo-link-context": "^1.0.19",
"apollo-link-error": "^1.1.13",
"apollo-link-http": "^1.5.16",
"apollo-link-ws": "^1.0.19",
"apollo-upload-client": "^13.0.0",
"apollo-utilities": "^1.3.3",
"aws-amplify": "^3.3.13",
"aws-amplify-react-native": "^4.2.10",
"easy-peasy": "^3.3.0",
"expo": "^38.0.0",
"expo-font": "~8.2.1",
"expo-image-picker": "~8.3.0",
"expo-keep-awake": "~8.2.1",
"expo-linking": "^1.0.5",
"expo-notifications": "~0.3.3",
"expo-permissions": "~9.0.1",
"expo-secure-store": "~9.0.1",
"expo-status-bar": "^1.0.0",
"graphql": "^14.6.0",
"graphql-tag": "^2.10.3",
"react": "16.11.0",
"react-apollo": "^3.1.3",
"react-dom": "16.11.0",
"react-hook-form": "^5.7.2",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-awesome-alerts": "^1.3.0",
"react-native-calendars": "^1.300.0",
"react-native-easy-toast": "^1.2.0",
"react-native-form-validator": "^0.3.2",
"react-native-gesture-handler": "~1.6.0",
"react-native-gifted-chat": "^0.16.3",
"react-native-maps": "0.27.1",
"react-native-modal": "^11.5.6",
"react-native-modal-selector": "^2.0.3",
"react-native-nav": "^2.0.2",
"react-native-paper": "^3.6.0",
"react-native-picker-select": "^7.0.0",
"react-native-popup-menu": "^0.15.9",
"react-native-reanimated": "~1.9.0",
"react-native-remote-svg": "^2.0.6",
"react-native-responsive-screen": "^1.4.1",
"react-native-safe-area-context": "~3.0.7",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "~2.9.0",
"react-native-simple-radio-button": "^2.7.4",
"react-native-simple-toast": "^1.0.0",
"react-native-stars": "^1.2.1",
"react-native-svg": "12.1.0",
"react-native-tab-view": "^2.15.2",
"react-native-vector-icons": "^6.6.0",
"react-native-web": "~0.11.7",
"react-native-web-maps": "^0.2.0",
"react-native-webview": "9.4.0",
"rn-placeholder": "^3.0.3",
"sentry-expo": "^3.0.4",
"subscriptions-transport-ws": "^0.9.16"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@graphql-codegen/cli": "^1.15.4",
"@graphql-codegen/fragment-matcher": "^1.15.4",
"@types/react": "~16.9.41",
"@types/react-dom": "^16.9.5",
"@types/react-native": "~0.62.13",
"@types/react-native-calendars": "^1.20.8",
"@types/react-native-vector-icons": "^6.4.5",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"babel-eslint": "^10.1.0",
"babel-preset-expo": "^8.2.3",
"cors": "^2.8.5",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.1.2",
"husky": "^4.2.5",
"lint-staged": "^10.1.6",
"patch-package": "^6.2.1",
"postinstall-postinstall": "^2.0.0",
"prettier": "^2.0.4",
"pretty-quick": "^2.0.1",
"typescript": "~3.9.5"
},
"private": true
}