-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.59 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.59 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
80
81
82
{
"name": "nomadsafe",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo run:android -d",
"ios": "expo run:ios -d",
"web": "expo start --web",
"lint": "expo lint",
"test:expense-import": "node --test tests/expense-import.test.mjs",
"localize": "node scripts/generate-locales.mjs",
"build": "expo prebuild --clean",
"eas-build-pre-install": "node scripts/generate-locales.mjs"
},
"dependencies": {
"@better-auth/expo": "1.6.19",
"@convex-dev/better-auth": "^0.12.3",
"@expo-google-fonts/fraunces": "^0.4.1",
"@expo-google-fonts/geist": "^0.4.2",
"@expo-google-fonts/geist-mono": "^0.4.2",
"@expo/dom-webview": "^56.0.5",
"@expo/ui": "~56.0.18",
"@expo/vector-icons": "^15.1.1",
"better-auth": "1.6.19",
"convex": "^1.41.0",
"expo": "~56.0.12",
"expo-auth-session": "^56.0.14",
"expo-background-task": "~56.0.19",
"expo-battery": "~56.0.4",
"expo-blur": "^56.0.3",
"expo-build-properties": "^56.0.19",
"expo-constants": "~56.0.18",
"expo-contacts": "^56.0.9",
"expo-crypto": "~56.0.4",
"expo-dev-client": "^56.0.20",
"expo-device": "^56.0.4",
"expo-file-system": "^56.0.8",
"expo-font": "~56.0.7",
"expo-haptics": "~56.0.3",
"expo-image": "~56.0.11",
"expo-linear-gradient": "^56.0.4",
"expo-linking": "~56.0.14",
"expo-local-authentication": "~56.0.4",
"expo-localization": "~56.0.6",
"expo-location": "^56.0.18",
"expo-network": "~56.0.5",
"expo-notifications": "~56.0.18",
"expo-router": "~56.2.11",
"expo-secure-store": "~56.0.4",
"expo-sms": "^56.0.3",
"expo-splash-screen": "~56.0.10",
"expo-status-bar": "~56.0.4",
"expo-symbols": "~56.0.6",
"expo-system-ui": "~56.0.5",
"expo-task-manager": "~56.0.19",
"expo-web-browser": "~56.0.5",
"llama.rn": "^0.12.4",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.85.3",
"react-native-gesture-handler": "~2.31.2",
"react-native-keychain": "^10.0.0",
"react-native-maps": "^1.27.2",
"react-native-mmkv": "^4.3.1",
"react-native-nitro-modules": "0.35.0",
"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-web": "~0.21.2",
"react-native-worklets": "0.8.3",
"zustand": "^5.0.14"
},
"devDependencies": {
"@types/react": "~19.2.17",
"eslint": "^9.39.4",
"eslint-config-expo": "~56.0.4",
"typescript": "~6.0.3"
},
"private": true
}