-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.5 KB
/
package.json
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
{
"name": "le-chat-mobile",
"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": "tsc --noEmit && eslint 'src/**/*.{js,ts,tsx}' --quiet --fix"
},
"dependencies": {
"@ai-sdk/react": "^1.1.8",
"@expo-google-fonts/inter": "^0.2.3",
"@expo/react-native-action-sheet": "^4.1.0",
"@react-native-firebase/app": "^21.7.1",
"@react-native-firebase/auth": "^21.7.1",
"@react-native-firebase/crashlytics": "^21.7.0",
"@react-native-firebase/firestore": "^21.7.1",
"@react-native-firebase/storage": "^21.7.1",
"@react-native-google-signin/google-signin": "^13.1.0",
"@react-navigation/drawer": "^7.1.1",
"@react-navigation/native": "^7.0.14",
"@shopify/flash-list": "1.7.1",
"@tanstack/query-sync-storage-persister": "^5.66.0",
"@tanstack/react-query": "^5.66.0",
"@tanstack/react-query-persist-client": "^5.66.0",
"@ungap/structured-clone": "^1.3.0",
"dayjs": "^1.11.13",
"expo": "~52.0.27",
"expo-auth-session": "^6.0.2",
"expo-build-properties": "~0.13.2",
"expo-constants": "~17.0.4",
"expo-dev-client": "~5.0.9",
"expo-document-picker": "~13.0.2",
"expo-file-system": "~18.0.9",
"expo-font": "~13.0.3",
"expo-haptics": "~14.0.1",
"expo-image": "~2.0.4",
"expo-image-picker": "~16.0.4",
"expo-linking": "~7.0.4",
"expo-localization": "~16.0.1",
"expo-router": "~4.0.17",
"expo-status-bar": "~2.0.1",
"expo-system-ui": "~4.0.7",
"expo-web-browser": "^14.0.2",
"i18n-js": "^4.5.1",
"lucide-react-native": "^0.474.0",
"react": "18.3.1",
"react-dom": "^19.0.0",
"react-native": "0.76.6",
"react-native-context-menu-view": "^1.16.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-get-random-values": "^1.11.0",
"react-native-mmkv": "^3.2.0",
"react-native-paper": "^5.13.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.4.0",
"react-native-svg": "15.8.0",
"uuid": "^11.0.5",
"web-streams-polyfill": "^4.1.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~18.3.12",
"@types/ungap__structured-clone": "^1.2.0",
"babel-plugin-module-resolver": "^5.0.2",
"typescript": "^5.3.3"
},
"private": true,
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}