-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.74 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.74 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
83
84
{
"name": "mrmealbd",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@expo/metro-runtime": "~3.2.1",
"@expo/next-adapter": "^6.0.0",
"@expo/vector-icons": "^14.0.0",
"@formatjs/intl": "^2.10.2",
"@formatjs/intl-getcanonicallocales": "^2.3.0",
"@formatjs/intl-locale": "^3.4.5",
"@formatjs/intl-pluralrules": "^5.2.12",
"@gorhom/bottom-sheet": "^4.6.1",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/native": "^6.1.17",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.8",
"@types/react": "~18.2.45",
"deprecated-react-native-prop-types": "^2.3.0",
"expo": "~51.0.7",
"expo-auth-session": "~5.5.2",
"expo-build-properties": "^0.12.1",
"expo-constants": "~16.0.1",
"expo-crypto": "~13.0.2",
"expo-font": "~12.0.5",
"expo-haptics": "~13.0.1",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-localization": "^15.0.3",
"expo-router": "~3.5.14",
"expo-secure-store": "~13.0.1",
"expo-splash-screen": "^0.27.4",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.4",
"expo-web-browser": "~13.0.3",
"firebase": "^10.11.1",
"i18next": "^23.11.4",
"lottie-react-native": "^6.7.0",
"nativewind": "^2.0.11",
"next": "^14.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-facebook": "^9.0.12",
"react-i18next": "^14.1.1",
"react-native": "^0.74.1",
"react-native-animatable": "^1.4.0",
"react-native-bouncy-checkbox": "^4.0.0",
"react-native-confetti-cannon": "^1.5.2",
"react-native-gesture-handler": "~2.16.1",
"react-native-get-random-values": "^1.11.0",
"react-native-google-places-autocomplete": "^2.5.6",
"react-native-loading-spinner-overlay": "^3.0.1",
"react-native-localize": "^3.1.0",
"react-native-maps": "^1.14.0",
"react-native-pager-view": "^6.3.0",
"react-native-reanimated": "~3.10.1",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "^4.10.1",
"react-native-screens": "^3.31.1",
"react-native-tab-view": "^3.5.2",
"react-native-vector-icons": "^10.0.3",
"react-native-web": "~0.19.6",
"typescript": "~5.3.3",
"zustand": "^4.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"tailwindcss": "^3.3.2"
},
"jest": {
"preset": "react-native"
},
"private": true
}