-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 2.05 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 2.05 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
{
"name": "financialai",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "set REACT_NATIVE_PACKAGER_HOSTNAME=192.168.1.173 && expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/datetimepicker": "8.6.0",
"@react-navigation/bottom-tabs": "^7.8.11",
"@react-navigation/native": "^7.1.24",
"@react-navigation/stack": "^7.6.11",
"@shopify/flash-list": "2.0.2",
"@supabase/supabase-js": "^2.87.1",
"expo": "^55.0.0",
"expo-auth-session": "~55.0.8",
"expo-blur": "~55.0.9",
"expo-crypto": "~55.0.9",
"expo-dev-client": "~55.0.16",
"expo-document-picker": "~55.0.8",
"expo-file-system": "~55.0.10",
"expo-image-picker": "~55.0.12",
"expo-linear-gradient": "~55.0.8",
"expo-local-authentication": "~55.0.8",
"expo-localization": "~55.0.8",
"expo-navigation-bar": "~55.0.8",
"expo-notifications": "~55.0.12",
"expo-print": "~55.0.8",
"expo-sharing": "~55.0.11",
"expo-status-bar": "~55.0.4",
"expo-system-ui": "~55.0.9",
"expo-web-browser": "~55.0.9",
"i18next": "^25.8.17",
"lucide-react-native": "^0.556.0",
"nativewind": "^4.2.1",
"punycode": "^2.3.1",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-i18next": "^16.5.6",
"react-native": "0.83.2",
"react-native-gesture-handler": "~2.30.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-keyboard-controller": "1.20.7",
"react-native-linear-gradient": "^2.8.3",
"react-native-markdown-display": "^7.0.2",
"react-native-mmkv": "^4.1.0",
"react-native-purchases": "^9.6.10",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.23.0",
"react-native-svg": "15.15.3",
"react-native-web": "^0.21.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@types/react": "~19.2.10",
"sharp": "^0.34.5",
"typescript": "~5.9.2"
},
"private": true
}