-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2.19 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 2.19 KB
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
{
"name": "karpool",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"build:android:dev": "eas build -p android --profile development",
"build:android:preview": "eas build -p android --profile preview"
},
"dependencies": {
"@react-native-community/datetimepicker": "9.1.0",
"@react-native-community/netinfo": "12.0.1",
"@react-native-vector-icons/ant-design": "^13.1.1",
"@react-native-vector-icons/entypo": "^13.1.1",
"@react-native-vector-icons/evil-icons": "^13.1.1",
"@react-native-vector-icons/feather": "^13.1.1",
"@react-native-vector-icons/fontawesome5": "^13.1.1",
"@react-native-vector-icons/ionicons": "^13.1.1",
"@react-native-vector-icons/material-design-icons": "^13.1.1",
"@react-native-vector-icons/octicons": "^21.1.1",
"@shopify/flash-list": "2.0.2",
"@supabase/supabase-js": "2.105.4",
"@tanstack/react-query": "^5.100.10",
"expo": "^56.0.3",
"expo-build-properties": "~56.0.15",
"expo-constants": "~56.0.14",
"expo-dev-client": "~56.0.14",
"expo-device": "~56.0.4",
"expo-font": "~56.0.5",
"expo-image": "~56.0.9",
"expo-linking": "~56.0.11",
"expo-localization": "^56.0.6",
"expo-notifications": "~56.0.12",
"expo-router": "~56.2.5",
"expo-splash-screen": "~56.0.9",
"expo-sqlite": "~56.0.4",
"expo-status-bar": "~56.0.4",
"expo-updates": "~56.0.17",
"expo-web-browser": "~56.0.5",
"posthog-react-native": "^4.46.1",
"posthog-react-native-session-replay": "^1.6.0",
"react": "19.2.3",
"react-native": "0.85.3",
"react-native-gesture-handler": "~2.31.1",
"react-native-gifted-chat": "^3.3.2",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.1",
"react-native-svg": "15.15.4",
"react-native-url-polyfill": "^3.0.0",
"react-native-worklets": "0.8.3"
},
"devDependencies": {
"@types/react": "~19.2.14",
"expo-atlas": "^0.4.0",
"typescript": "~6.0.3"
},
"private": true
}