-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.36 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
{
"name": "app",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@invertase/react-native-apple-authentication": "^2.5.1",
"@noble/hashes": "^2.0.1",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-google-signin/google-signin": "^16.1.1",
"@react-navigation/bottom-tabs": "^7.15.7",
"@react-navigation/native": "^7.1.28",
"@react-navigation/native-stack": "^7.13.0",
"@supabase/supabase-js": "^2.96.0",
"aes-js": "^3.1.2",
"expo": "^54.0.33",
"expo-apple-authentication": "^8.0.8",
"expo-dev-client": "~6.0.20",
"expo-font": "~14.0.11",
"expo-linear-gradient": "^15.0.8",
"expo-notifications": "^0.32.16",
"expo-secure-store": "~15.0.8",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-native": "0.81.5",
"react-native-get-random-values": "^2.0.0",
"react-native-purchases": "^9.10.0",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-url-polyfill": "^3.0.0",
"zustand": "^5.0.11"
},
"devDependencies": {
"@types/aes-js": "^3.1.4",
"@types/react": "~19.1.0",
"typescript": "~5.9.2"
},
"private": true
}