-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.24 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 2.24 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
{
"name": "thefoodie.app",
"version": "1.0.3",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"bump:version": "bash bump-version.sh",
"build:ios:prod": "eas build --profile production --platform ios",
"build:ios:submit": "eas submit --platform ios",
"build:ios:dev": "eas build --profile development --platform ios --local",
"build:ios:pod-update": "pod repo update"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.5.1",
"@hookform/resolvers": "^3.3.2",
"@react-native-google-signin/google-signin": "12.1.0",
"@react-navigation/bottom-tabs": "^6.5.10",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.14",
"@reduxjs/toolkit": "^1.9.7",
"@tanstack/react-query": "^5.0.0-rc.7",
"axios": "^1.5.1",
"date-fns": "^2.30.0",
"expo": "^54.0.0",
"expo-apple-authentication": "~8.0.8",
"expo-auth-session": "~7.0.10",
"expo-constants": "~18.0.13",
"expo-crypto": "~15.0.8",
"expo-dev-client": "~6.0.20",
"expo-device": "~8.0.10",
"expo-font": "~14.0.11",
"expo-image": "~3.0.11",
"expo-location": "~19.0.8",
"expo-notifications": "~0.32.16",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.9",
"expo-testflight": "^0.3.0",
"expo-web-browser": "~15.0.10",
"lottie-react-native": "~7.3.1",
"react": "19.1.0",
"react-hook-form": "^7.47.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-get-random-values": "~1.11.0",
"react-native-maps": "1.20.1",
"react-native-mmkv": "^3.0.0",
"react-native-otp-entry": "^1.2.0",
"react-native-reanimated": "^3.0.0",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-ui-lib": "^7.9.1",
"react-redux": "^9.2.0",
"twrnc": "4.16.0",
"uuid": "^9.0.1",
"yup": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~19.1.10",
"@types/uuid": "^9.0.6",
"babel-plugin-module-resolver": "^5.0.0",
"typescript": "~5.9.2"
},
"private": true
}