This repository was archived by the owner on Jul 27, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.44 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.44 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
73
74
75
76
77
78
79
{
"name": "webuddhist-app",
"main": "expo-router/entry",
"version": "1.0.0",
"dependencies": {
"@expo-google-fonts/inter": "^0.4.2",
"@expo/ui": "~56.0.19",
"@expo/vector-icons": "^15.1.1",
"@gorhom/bottom-sheet": "^5.2.14",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/datetimepicker": "9.1.0",
"@rn-primitives/slot": "^1.4.0",
"@tanstack/react-query": "^5.100.14",
"@tolgee/react": "^7.1.0",
"axios": "^1.17.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"expo": "~56.0.13",
"expo-asset": "~56.0.17",
"expo-audio": "~56.0.12",
"expo-constants": "~56.0.18",
"expo-dev-client": "~56.0.21",
"expo-device": "~56.0.4",
"expo-font": "~56.0.5",
"expo-glass-effect": "~56.0.4",
"expo-haptics": "~56.0.3",
"expo-image": "~56.0.11",
"expo-image-picker": "~56.0.19",
"expo-keep-awake": "~56.0.3",
"expo-linear-gradient": "~56.0.4",
"expo-linking": "~56.0.14",
"expo-localization": "^56.0.6",
"expo-notifications": "~56.0.19",
"expo-router": "~56.2.12",
"expo-secure-store": "~56.0.4",
"expo-sharing": "~56.0.19",
"expo-splash-screen": "~56.0.11",
"expo-status-bar": "~56.0.4",
"expo-symbols": "~56.0.6",
"expo-system-ui": "~56.0.5",
"expo-web-browser": "~56.0.5",
"i18next": "^26.3.1",
"phosphor-react-native": "^3.0.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-i18next": "^17.0.8",
"react-native": "0.85.3",
"react-native-auth0": "^5.7.0",
"react-native-draggable-flatlist": "^4.0.3",
"react-native-gesture-handler": "~2.31.1",
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"react-native-svg": "15.15.4",
"react-native-view-shot": "5.1.0",
"react-native-web": "~0.21.0",
"react-native-worklets": "0.8.3",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0",
"uniwind": "^1.7.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@types/react": "~19.2.2",
"eslint": "^9.0.0",
"eslint-config-expo": "~56.0.4",
"typescript": "~6.0.3"
},
"scripts": {
"start": "expo start --dev-client",
"start:tunnel": "expo start --dev-client --tunnel",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "expo lint"
},
"private": true
}