-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.51 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.51 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
{
"name": "doit",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint .",
"test": "jest"
},
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@gorhom/bottom-sheet": "^5.1.0",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/datetimepicker": "8.4.1",
"@react-native-community/netinfo": "^12.0.1",
"@react-native-google-signin/google-signin": "^13.0.0",
"@react-navigation/drawer": "^7.9.4",
"@shopify/flash-list": "1.7.5",
"@supabase/supabase-js": "^2.49.0",
"buffer": "^6.0.3",
"expo": "~55.0.6",
"expo-apple-authentication": "~55.0.8",
"expo-calendar": "~55.0.9",
"expo-constants": "~55.0.7",
"expo-crypto": "~55.0.9",
"expo-linking": "~55.0.7",
"expo-notifications": "~55.0.12",
"expo-router": "~5.0.0",
"expo-status-bar": "~55.0.4",
"expo-updates": "~55.0.13",
"react": "19.2.0",
"react-native": "0.83.2",
"react-native-gesture-handler": "^2.30.0",
"react-native-get-random-values": "~1.11.0",
"react-native-reanimated": "~3.18.0",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.0",
"react-native-svg": "^15.13.0",
"uuid": "^11.1.0",
"zustand": "^5.0.0"
},
"devDependencies": {
"@types/react": "~19.2.2",
"@types/uuid": "^10.0.0",
"typescript": "~5.9.2"
},
"private": true
}