-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.97 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
{
"main": "./index.js",
"scripts": {
"start": "expo start --dev-client",
"android": "expo start --android",
"ios": "expo start --ios",
"fmt": "prettier --print-width 120 --write ."
},
"dependencies": {
"@expo/config-plugins": "~6.0.0",
"@expo/prebuild-config": "~6.0.0",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-firebase/analytics": "^17.4.2",
"@react-native-firebase/app": "^17.4.2",
"@react-navigation/bottom-tabs": "^5.11.11",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"axios": "^0.21.1",
"dayjs": "^1.10.5",
"expo": "~48.0.11",
"expo-application": "~5.1.1",
"expo-av": "~13.2.1",
"expo-build-properties": "~0.6.0",
"expo-constants": "~14.2.1",
"expo-dev-client": "~2.2.1",
"expo-device": "~5.2.1",
"expo-font": "~11.1.1",
"expo-notifications": "~0.18.1",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.4",
"expo-system-ui": "~2.2.1",
"expo-updates": "~0.16.4",
"expo-web-browser": "~12.1.1",
"react": "18.2.0",
"react-native": "^0.71.3",
"react-native-calendar-strip": "^2.2.4",
"react-native-elements": "^3.4.2",
"react-native-flash-message": "^0.1.23",
"react-native-gesture-handler": "~2.9.0",
"react-native-keyboard-aware-scrollview": "^2.1.0",
"react-native-map-link": "^2.7.28",
"react-native-maps": "^1.5.0",
"react-native-render-html": "^5.1.1",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-status-bar-height": "^2.6.0",
"react-native-vector-icons": "^8.1.0",
"react-navigation-stack": "^2.10.4"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@types/react": "~18.0.35",
"@types/react-native-vector-icons": "^6.4.13",
"expo-doctor": "^1.0.5",
"prettier": "^2.3.1",
"typescript": "~4.9.5"
},
"overrides": {
"@expo/config-plugins": "~6.0.0"
},
"private": true
}