-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.49 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.49 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
{
"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": {
"@freakycoder/react-native-helpers": "^1.0.1",
"@jesster2k10/react-native-range-slider": "^0.3.1",
"@react-native-community/datetimepicker": "^3.0.9",
"@react-native-community/hooks": "^2.6.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/slider": "^3.0.3",
"@react-native-community/viewpager": "^4.2.2",
"@react-native-firebase/app": "^10.4.0",
"@react-navigation/native": "^5.8.10",
"@react-navigation/stack": "^5.12.8",
"color-convert": "^2.0.1",
"expo": "^40.0.0",
"expo-camera": "~9.1.0",
"expo-status-bar": "~1.0.3",
"firebase": "7.9.0",
"firebase-admin": "^9.4.2",
"galio-framework": "^0.7.1",
"lodash": "^4.17.20",
"native-forms": "^1.4.6",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-google-maps": "^9.4.5",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-datepicker": "^1.7.2",
"react-native-dropdown-picker": "^3.7.8",
"react-native-dynamic-vector-icons": "^1.1.4",
"react-native-fast-image": "^8.3.4",
"react-native-gesture-handler": "^1.8.0",
"react-native-get-location": "^2.0.0",
"react-native-gifted-chat": "^0.16.3",
"react-native-global-props": "^1.1.5",
"react-native-image-picker": "^3.1.4",
"react-native-maps": "0.27.1",
"react-native-modal-filter-picker": "^2.0.0",
"react-native-paper": "^4.5.0",
"react-native-paper-tabs": "^0.2.4",
"react-native-popup-menu": "^0.15.10",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.0",
"react-native-side-menu-over": "0.0.2",
"react-native-snap-carousel": "^3.9.1",
"react-native-splash-screen": "^3.2.0",
"react-native-table-component": "^1.2.1",
"react-native-vector-icons": "^7.1.0",
"react-native-web": "~0.13.12",
"react-native-web-maps": "^0.3.0",
"react-navigation": "^4.4.3",
"react-navigation-header-buttons": "^6.0.2",
"react-navigation-material-bottom-tabs": "^2.3.3",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"rn-range-slider": "^2.0.4",
"tslib": "^2.0.3"
},
"devDependencies": {
"@babel/core": "~7.9.0"
},
"private": true
}