-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.18 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
{
"name": "dr.go5",
"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"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-firebase/app": "^17.4.0",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/native": "^6.1.3",
"@react-navigation/stack": "^6.3.12",
"@types/react": "^18.0.28",
"@types/react-native": "^0.71.2",
"axios": "^1.3.2",
"expo": "~48.0.6",
"expo-app-loading": "^2.1.1",
"expo-auth-session": "^4.0.3",
"expo-av": "^13.2.1",
"expo-dev-client": "^2.1.6",
"expo-device": "~5.2.1",
"expo-font": "^11.0.1",
"expo-image-picker": "^14.1.1",
"expo-linking": "^4.0.1",
"expo-location": "^15.0.1",
"expo-notifications": "~0.18.1",
"expo-permissions": "^14.1.1",
"expo-random": "^13.1.1",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.15.6",
"expo-web-browser": "^12.1.1",
"firebase": "^9.17.2",
"moment": "^2.29.4",
"moti": "^0.24.2",
"native-base": "^3.4.28",
"react": "18.2.0",
"react-native": "0.71.3",
"react-native-alert-notification": "^0.3.4",
"react-native-elements": "^3.4.3",
"react-native-fbsdk-next": "^11.2.0",
"react-native-flash-message": "^0.4.0",
"react-native-gesture-handler": "~2.8.0",
"react-native-gifted-chat": "^2.0.0",
"react-native-linear-gradient": "^2.6.2",
"react-native-maps": "1.3.2",
"react-native-maps-directions": "^1.9.0",
"react-native-modal": "^13.0.1",
"react-native-paper": "^5.2.0",
"react-native-ratings": "^8.1.0",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.4.1",
"react-native-svg": "13.4.0",
"react-native-tailwindcss": "^1.1.11",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^9.2.0",
"react-redux": "^8.0.5",
"redux": "^4.2.1",
"shortid": "^2.2.16"
},
"devDependencies": {
"@babel/core": "^7.20.0"
},
"private": true
}