-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
99 lines (99 loc) · 3.13 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
{
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"postinstall": "patch-package"
},
"dependencies": {
"@expo-google-fonts/montserrat": "^0.2.3",
"@expo-google-fonts/open-sans": "^0.2.3",
"@expo/config-plugins": "6.0.0",
"@expo/match-media": "^0.4.0",
"@formatjs/intl-datetimeformat": "^6.5.1",
"@formatjs/intl-displaynames": "^6.2.6",
"@formatjs/intl-getcanonicallocales": "^2.1.0",
"@formatjs/intl-listformat": "^7.1.9",
"@formatjs/intl-locale": "^3.1.1",
"@formatjs/intl-numberformat": "^8.3.5",
"@formatjs/intl-pluralrules": "^5.1.10",
"@formatjs/intl-relativetimeformat": "^11.1.10",
"@gorhom/bottom-sheet": "^4.4.5",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-picker/picker": "2.4.8",
"@sentry/react-native": "4.13.0",
"@types/react": "~18.0.27",
"apisauce": "^3.0.0",
"d3": "^7.8.4",
"dayjs": "^1.11.7",
"expo": "~48.0.15",
"expo-apple-authentication": "~6.0.1",
"expo-application": "~5.1.1",
"expo-asset": "~8.9.1",
"expo-auth-session": "~4.0.3",
"expo-checkbox": "~2.3.1",
"expo-constants": "~14.2.1",
"expo-crypto": "~12.2.1",
"expo-dev-client": "~2.2.1",
"expo-device": "~5.2.1",
"expo-file-system": "~15.2.2",
"expo-image": "1.2.3",
"expo-linking": "~4.0.1",
"expo-localization": "~14.1.1",
"expo-notifications": "~0.18.1",
"expo-router": "1.5.1",
"expo-screen-orientation": "~5.1.1",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.4",
"expo-web-browser": "~12.1.1",
"google-map-react": "^2.2.0",
"highcharts": "^10.3.3",
"highcharts-react-official": "^3.2.0",
"i18n-js": "^4.2.3",
"mobx": "^6.8.0",
"mobx-react-lite": "^3.4.3",
"mobx-state-tree": "^5.1.8",
"nativewind": "^3.0.0-next.34",
"patch-package": "^6.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.8",
"react-native-gesture-handler": "~2.9.0",
"react-native-maps": "1.3.2",
"react-native-reanimated": "~2.14.4",
"react-native-recaptcha-that-works": "^1.3.2",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-svg": "13.4.0",
"react-native-web": "~0.18.7",
"react-native-webview": "11.26.0",
"react-responsive": "^9.0.2",
"sentry-expo": "~6.1.0",
"typescript": "^4.9.4",
"victory-native": "^36.6.11"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@types/i18n-js": "^3.8.4",
"babel-plugin-react-native-web": "^0.18.12",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"postcss-loader": "^4.2.0",
"prettier": "^2.8.6",
"prettier-plugin-tailwindcss": "^0.2.5",
"tailwindcss": "^3.2.7"
},
"resolutions": {
"metro": "^0.73.7",
"metro-resolver": "^0.73.7"
},
"overrides": {
"metro": "^0.73.7",
"metro-resolver": "^0.73.7"
},
"name": "floodzuki",
"version": "1.0.4",
"private": true
}