-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.12 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.12 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
{
"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": {
"@react-native-community/datetimepicker": "2.1.0",
"@react-native-community/masked-view": "0.1.5",
"@react-navigation/bottom-tabs": "^5.2.1",
"@react-navigation/native": "^5.1.0",
"@react-navigation/stack": "^5.2.1",
"@types/geojson": "^7946.0.7",
"@types/react-native-calendars": "^1.20.7",
"@types/react-native-snap-carousel": "^3.8.1",
"axios": "^0.19.2",
"expo": "~36.0.0",
"expo-constants": "~8.0.0",
"expo-localization": "~8.0.0",
"expo-location": "~8.0.0",
"expo-permissions": "~8.0.0",
"expo-secure-store": "~8.0.0",
"firebase": "^7.12.0",
"formik": "^2.1.4",
"geojson": "^0.5.0",
"guid-typescript": "^1.0.9",
"http-status-codes": "^1.4.0",
"moment": "^2.24.0",
"native-base": "2.13.8",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-hook-form": "^5.2.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz",
"react-native-calendars": "^1.264.0",
"react-native-elements": "^1.2.7",
"react-native-gesture-handler": "~1.5.0",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-maps": "0.26.1",
"react-native-maps-directions": "^1.7.6",
"react-native-reanimated": "~1.4.0",
"react-native-safe-area-context": "0.6.0",
"react-native-screens": "2.0.0-alpha.12",
"react-native-sectioned-multi-select": "^0.7.6",
"react-native-snap-carousel": "^3.8.4",
"react-native-walkthrough-tooltip": "^1.1.7",
"react-native-web": "~0.11.7",
"react-redux": "^7.2.0",
"redux": "^4.0.5",
"wizhooks": "^1.0.1",
"yup": "^0.28.3"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@types/react": "~16.9.0",
"@types/react-native": "~0.60.23",
"@types/react-native-datepicker": "^1.7.0",
"@types/react-redux": "^7.1.7",
"babel-preset-expo": "~8.0.0",
"typescript": "~3.6.3"
},
"private": true
}