-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.71 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
{
"name": "client",
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"@hookform/resolvers": "^5.4.0",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/datetimepicker": "9.1.0",
"@react-navigation/bottom-tabs": "^7.16.2",
"@react-navigation/native": "^7.2.5",
"@react-navigation/stack": "^7.9.3",
"@tanstack/react-query": "^5.100.14",
"axios": "^1.16.1",
"expo": "~56.0.16",
"expo-auth-session": "~56.0.15",
"expo-dev-client": "~56.0.23",
"expo-font": "~56.0.5",
"expo-image-picker": "~56.0.21",
"expo-linking": "~56.0.15",
"expo-location": "~56.0.21",
"expo-splash-screen": "~56.0.13",
"expo-status-bar": "~56.0.4",
"expo-web-browser": "^56.0.5",
"lucide-react-native": "^1.17.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hook-form": "^7.77.0",
"react-native": "0.85.3",
"react-native-gesture-handler": "~2.31.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-maps": "1.27.2",
"react-native-phone-number-input": "^2.1.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",
"socket.io-client": "^4.8.3",
"zod": "^4.4.3",
"zustand": "^5.0.14"
},
"devDependencies": {
"@types/react": "~19.2.2",
"babel-preset-expo": "^56.0.14",
"typescript": "~6.0.3"
},
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"private": true
}