-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.21 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.21 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
{
"name": "travelagent",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@animatereactnative/marquee": "^0.2.0",
"@expo-google-fonts/inter": "^0.2.3",
"@expo/metro-runtime": "~3.2.1",
"@gluestack-style/react": "^1.0.56",
"@gluestack-ui/config": "^1.1.18",
"@gluestack-ui/themed": "^1.1.30",
"@gorhom/bottom-sheet": "^4.6.3",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-navigation/bottom-tabs": "^6.6.0",
"@react-navigation/elements": "^1.3.31",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@reduxjs/toolkit": "^2.2.5",
"@tanstack/react-query": "^5.54.1",
"@types/react": "~18.2.79",
"axios": "^1.7.2",
"date-fns": "^3.6.0",
"expo": "^51.0.10",
"expo-font": "~12.0.10",
"expo-image": "~1.12.15",
"expo-linear-gradient": "~13.0.2",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.24",
"lottie-react-native": "6.7.0",
"lucide-react-native": "^0.407.0",
"moti": "^0.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-animated-nav-tab-bar": "^3.1.10",
"react-native-calendar-picker": "^8.0.4",
"react-native-drawer-layout": "^3.3.0",
"react-native-gesture-handler": "^2.17.1",
"react-native-gifted-chat": "^2.4.0",
"react-native-maps": "1.14.0",
"react-native-popover-view": "^5.1.8",
"react-native-progress-steps": "^1.3.4",
"react-native-reanimated": "~3.10.1",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "^13.14.1",
"react-native-timeline-flatlist": "^0.8.0",
"react-native-toast-message": "^2.2.0",
"react-native-web": "~0.19.10",
"react-navigation": "^5.0.0",
"react-navigation-shared-element": "^3.1.3",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}