-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.95 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@olegnjadocode/react-native-country-picker-modal": "^2.0.2",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-firebase/app": "^17.5.0",
"@react-native-firebase/auth": "^17.5.0",
"@react-native-google-signin/google-signin": "^9.0.2",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@reduxjs/toolkit": "^1.9.5",
"@sanity/client": "^5.4.2",
"@sanity/image-url": "^1.0.2",
"@stripe/stripe-react-native": "0.23.3",
"axios": "^1.4.0",
"dotenv": "^16.0.3",
"expo": "~48.0.15",
"expo-auth-session": "~4.0.3",
"expo-constants": "~14.2.1",
"expo-crypto": "~12.2.1",
"expo-device": "~5.2.1",
"expo-firebase-auth": "^2.0.0",
"expo-firebase-core": "^6.0.0",
"expo-firebase-recaptcha": "^2.3.1",
"expo-font": "~11.1.1",
"expo-image-picker": "~14.1.1",
"expo-linear-gradient": "~12.1.2",
"expo-linking": "~4.0.1",
"expo-location": "~15.1.1",
"expo-notifications": "~0.18.1",
"expo-random": "~13.1.1",
"expo-router": "^1.0.0",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.4",
"firebase": "^9.22.2",
"geolib": "^3.3.4",
"jetifier": "^2.0.0",
"react": "18.2.0",
"react-async-hook": "^4.0.0",
"react-dom": "18.2.0",
"react-native": "0.71.3",
"react-native-animatable": "^1.3.3",
"react-native-chart-kit-bar": "^6.11.6",
"react-native-country-picker-modal": "^2.0.0",
"react-native-gesture-handler": "~2.9.0",
"react-native-image-colors": "^2.0.0",
"react-native-image-crop-picker": "^0.40.0",
"react-native-linear-gradient": "^2.6.2",
"react-native-palette": "^1.2.1",
"react-native-phone-number-input": "^2.1.0",
"react-native-progress": "^5.0.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-splash-screen": "^3.3.0",
"react-native-svg": "13.4.0",
"react-native-web": "~0.18.11",
"react-native-webview": "11.26.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.11.0",
"redux": "^4.2.1",
"expo-permissions": "~14.1.1",
"expo-camera": "~13.2.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"react-native-dotenv": "^3.4.8",
"react-native-url-polyfill": "^1.3.0"
},
"resolutions": {
"metro": "^0.73.7",
"metro-resolver": "^0.73.7"
},
"overrides": {
"metro": "^0.73.7",
"metro-resolver": "^0.73.7"
},
"name": "construck",
"version": "1.0.0",
"private": true,
"main": "index.js"
}