-
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.68 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.68 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": "transat_2.0",
"main": "expo-router/entry",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "expo start --dev-client",
"reset-project": "node ./scripts/reset-project.js",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest --watchAll",
"check-types": "tsc -noEmit",
"lint": "biome lint",
"format": "biome check --write",
"build:android": "eas build --profile production --platform android --local",
"build:ios": "EAS_SKIP_AUTO_FINGERPRINT=1 eas build --profile production --platform ios --local"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"@expo/metro-runtime": "~55.0.7",
"@gorhom/bottom-sheet": "^5.2.8",
"@hookform/resolvers": "^5.2.2",
"@quidone/react-native-wheel-picker": "^1.6.1",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/datetimepicker": "9.1.0",
"@react-navigation/bottom-tabs": "^7.15.9",
"@react-navigation/native": "^7.2.2",
"@react-navigation/native-stack": "^7.14.10",
"@sentry/react-native": "~7.11.0",
"@tanstack/react-query": "^5.96.0",
"axios": "1.14.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"expo": "^55.0.9",
"expo-application": "~55.0.10",
"expo-constants": "~55.0.9",
"expo-dev-client": "~55.0.19",
"expo-device": "~55.0.10",
"expo-haptics": "~55.0.9",
"expo-image-picker": "~55.0.14",
"expo-linear-gradient": "~55.0.9",
"expo-linking": "~55.0.9",
"expo-localization": "~55.0.9",
"expo-notifications": "~55.0.14",
"expo-router": "~55.0.8",
"expo-splash-screen": "~55.0.13",
"expo-system-ui": "~55.0.11",
"i18next": "^26.0.3",
"jotai": "^2.19.0",
"lucide-react-native": "^1.7.0",
"moti": "^0.30.0",
"nativewind": "^4.2.3",
"react": "19.2.4",
"react-hook-form": "^7.72.0",
"react-i18next": "^17.0.2",
"react-native": "0.83.4",
"react-native-animated-rolling-numbers": "^2.0.0",
"react-native-confirmation-code-field": "^9.0.0",
"react-native-draggable-flatlist": "^4.0.3",
"react-native-gesture-handler": "~2.30.1",
"react-native-react-query-devtools": "^1.5.1",
"react-native-reanimated": "4.3.0",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.24.0",
"react-native-swiper": "^1.6.0",
"react-native-ui-datepicker": "^3.1.2",
"react-native-worklets": "0.8.1",
"tailwind-merge": "^3.5.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@biomejs/biome": "^2.4.10",
"@expo/cli": "^55.0.19",
"@types/react": "~19.2.14",
"tailwindcss": "^3.4.18",
"typescript": "^5.9.3"
}
}