-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.23 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.23 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
64
65
66
67
68
69
70
71
72
{
"name": "olign",
"version": "0.0.1",
"main": "expo-router/entry",
"scripts": {
"start": "expo start -c",
"a1": "expo run:android --device \"Pixel_9_Pro_1\"",
"a2": "expo run:android --device \"Pixel_9_Pro_2\"",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@hookform/resolvers": "5.0.1",
"@op-engineering/op-sqlite": "11.4.8",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.2.0",
"@react-native-community/netinfo": "11.4.1",
"@react-navigation/native": "7.0.15",
"@supabase/supabase-js": "2.49.1",
"@tamagui/babel-plugin": "1.125.26",
"@tamagui/config": "1.125.26",
"@tamagui/lucide-icons": "1.125.26",
"@tamagui/metro-plugin": "1.125.26",
"@tamagui/toast": "1.125.26",
"base64-arraybuffer": "1.0.2",
"burnt": "0.13.0",
"expo": "52.0.39",
"expo-av": "15.0.2",
"expo-clipboard": "7.0.1",
"expo-constants": "17.0.8",
"expo-document-picker": "13.0.3",
"expo-file-system": "18.0.11",
"expo-haptics": "14.0.1",
"expo-image-manipulator": "13.0.6",
"expo-image-picker": "16.0.6",
"expo-linear-gradient": "~14.0.2",
"expo-linking": "7.0.5",
"expo-media-library": "17.0.6",
"expo-router": "4.0.19",
"expo-sharing": "13.0.1",
"expo-status-bar": "2.0.1",
"moti": "^0.30.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.54.2",
"react-native": "0.76.7",
"react-native-gesture-handler": "2.20.2",
"react-native-pager-view": "6.5.1",
"react-native-reanimated": "3.16.7",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "4.4.0",
"react-native-svg": "15.8.0",
"react-native-swipe-list-view": "^3.2.9",
"react-native-tab-view": "4.0.6",
"react-native-url-polyfill": "2.0.0",
"react-native-uuid": "^2.0.3",
"react-native-web": "0.19.13",
"stream-chat-expo": "6.7.0",
"tamagui": "1.125.26",
"uuid": "11.1.0",
"zod": "3.24.4",
"zustand": "5.0.3",
"expo-blur": "~14.0.3"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@types/react": "18.3.12",
"typescript": "5.3.3"
},
"private": true
}