-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 2.15 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
{
"name": "ready-travel-app",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"dev": "npx expo start --dev-client",
"build:dev": "eas build --profile development --platform android",
"build:prod": "eas build --profile production --platform android",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@emotion/native": "^11.11.0",
"@emotion/react": "^11.11.4",
"@expo/vector-icons": "^14.0.0",
"@gorhom/bottom-sheet": "^4.6.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "^8.0.1",
"@react-native-picker/picker": "2.7.5",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"axios": "^1.7.2",
"date-fns": "^3.6.0",
"expo": "^51.0.8",
"expo-app-loading": "^2.1.1",
"expo-dev-client": "~4.0.23",
"expo-font": "~12.0.5",
"expo-haptics": "~13.0.1",
"expo-image": "~1.12.9",
"expo-image-picker": "~15.0.5",
"expo-linear-gradient": "~13.0.2",
"expo-localization": "~15.0.3",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"react": "18.3.1",
"react-native": "0.74.1",
"react-native-calendars": "^1.1305.0",
"react-native-gesture-handler": "^2.16.2",
"react-native-google-mobile-ads": "^14.2.2",
"react-native-iap": "^12.15.2",
"react-native-markdown-display": "^7.0.2",
"react-native-pager-view": "^6.3.1",
"react-native-paper": "^5.12.3",
"react-native-reanimated": "~3.11.0",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "~3.31.1",
"react-native-sectioned-multi-select": "^0.10.0",
"react-native-svg": "15.3.0",
"react-native-swipeable-card-stack": "*",
"react-native-tab-view": "^3.5.2",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@types/react": "~18.3.2",
"typescript": "^5.4.5"
},
"private": true
}