-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 3.79 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
{
"name": "c4k60",
"version": "0.9.1",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"postinstall": "patch-package"
},
"dependencies": {
"@expo-google-fonts/dev": "^0.2.0",
"@expo/config-plugins": "~7.2.2",
"@expo/prebuild-config": "~6.2.4",
"@expo/vector-icons": "^13.0.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-native-fontawesome": "^0.2.7",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/art": "^1.2.0",
"@react-native-community/blur": "^3.6.0",
"@react-native-masked-view/masked-view": "0.2.9",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/material-bottom-tabs": "^6.2.16",
"@react-navigation/material-top-tabs": "^6.2.1",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@react-navigation/stack": "^6.0.11",
"axios": "^0.24.0",
"date-fns": "^3.4.0",
"deprecated-react-native-prop-types": "^2.3.0",
"eas": "^0.1.0",
"eas-cli": "^3.15.0",
"expo": "^49.0.0",
"expo-app-loading": "~2.1.0",
"expo-av": "~13.4.1",
"expo-blur": "~12.4.1",
"expo-cached-image": "^45.1.1",
"expo-calendar": "~11.3.2",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.4",
"expo-dev-menu": "^3.1.6",
"expo-device": "~5.4.0",
"expo-image": "~1.3.5",
"expo-image-picker": "~14.3.2",
"expo-linear-gradient": "~12.3.0",
"expo-location": "~16.1.0",
"expo-module-scripts": "^3.0.11",
"expo-notifications": "~0.20.1",
"expo-splash-screen": "~0.20.4",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.8",
"expo-web-browser": "~12.3.2",
"jetifier": "^2.0.0",
"moment": "^2.29.1",
"patch-package": "^6.4.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.10",
"react-native-calendar-picker": "^8.0.1",
"react-native-carousel-view": "^0.5.1",
"react-native-elements": "^3.4.2",
"react-native-events-calendar": "^1.0.8",
"react-native-gesture-handler": "~2.12.0",
"react-native-gifted-chat": "^2.5.1",
"react-native-image-viewing": "^0.2.1",
"react-native-indicator": "^1.2.2",
"react-native-ionicons": "^4.6.5",
"react-native-ios-kit": "^0.0.22",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.5.6",
"react-native-maps": "1.7.1",
"react-native-mmkv": "^2.12.2",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "6.2.0",
"react-native-paper": "^4.12.1",
"react-native-parallax-scroll-view": "^0.21.3",
"react-native-reanimated": "^3.3.0",
"react-native-safe-area-context": "^4.10.9",
"react-native-screens": "~3.22.0",
"react-native-segmented-control-tab": "^4.0.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "13.9.0",
"react-native-tab-view": "3.1.1",
"react-native-text-ticker": "^1.14.0",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.19.6",
"react-native-webview": "13.2.2",
"react-native-youtube-iframe": "^2.2.1",
"rn-placeholder": "^3.0.3",
"scaledrone-react-native": "^1.5.0",
"socket.io-client": "^4.4.0",
"tailwindcss": "3.3.2",
"tailwindcss-react-native": "^1.7.10",
"text-encoding": "^0.7.0",
"yarn": "^1.22.19",
"expo-random": "~13.2.0",
"expo-clipboard": "~4.3.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"metro-react-native-babel-preset": "~0.64.0",
"postinstall-postinstall": "^2.1.0"
},
"private": true
}