-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
85 lines (85 loc) · 2.77 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
{
"name": "frontend",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.2",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/datetimepicker": "6.1.2",
"@react-native-community/geolocation": "^2.1.0",
"@react-navigation/drawer": "^6.4.3",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@rneui/base": "^4.0.0-rc.6",
"@rneui/themed": "^4.0.0-rc.6",
"@twotalltotems/react-native-otp-input": "^1.3.7",
"@types/react-native-maps": "^0.24.2",
"accordion-collapse-react-native": "^1.1.1",
"axios": "^0.27.2",
"expo": "~45.0.0",
"expo-app-loading": "~2.0.0",
"expo-auth-session": "~3.6.1",
"expo-av": "^12.0.4",
"expo-file-system": "~14.0.0",
"expo-font": "~10.1.0",
"expo-linear-gradient": "^11.4.0",
"expo-localization": "^13.1.0",
"expo-location": "~14.2.2",
"expo-radio-button": "^1.0.8",
"expo-random": "~12.2.0",
"expo-secure-store": "~11.2.0",
"expo-sharing": "~10.2.0",
"expo-status-bar": "~1.3.0",
"expo-task-manager": "~10.2.1",
"expo-updates": "~0.13.4",
"expo-web-browser": "~10.2.1",
"i18n-js": "^4.1.0",
"lottie-react-native": "^5.1.4",
"moment": "^2.29.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-native": "^0.68.2",
"react-native-calendars": "^1.1288.2",
"react-native-dotenv": "^3.3.1",
"react-native-flash-message": "^0.3.1",
"react-native-gesture-handler": "~2.2.1",
"react-native-heroicons": "^2.2.0",
"react-native-maps": "0.30.2",
"react-native-maps-directions": "^1.9.0",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^13.1.2",
"react-native-pager-view": "5.4.15",
"react-native-phone-number-input": "^2.1.0",
"react-native-picker-select": "^8.0.4",
"react-native-ratings": "^8.1.0",
"react-native-reanimated": "^2.10.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-share": "^7.8.0",
"react-native-svg": "^12.4.3",
"react-native-tab-view": "^3.1.1",
"react-native-translator": "^1.1.3",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "0.17.7",
"react-native-webview": "^11.23.0",
"tailwindcss-react-native": "^1.7.10"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"tailwindcss": "^3.1.7"
},
"private": true,
"resolutions": {
"overrides": {
"react-devtools-core": "~4.25.0"
}
}
}