-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.91 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.91 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"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/nunito": "^0.1.0",
"@expo-google-fonts/nunito-sans": "^0.1.0",
"@mapbox/polyline": "^1.1.1",
"@material-ui/core": "^1.0.0",
"@material-ui/icons": "^1.0.0",
"@react-native-community/datetimepicker": "^3.1.1",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "0.1.10",
"@react-native-segmented-control/segmented-control": "^2.3.0",
"@react-navigation/bottom-tabs": "^5.11.8",
"@react-navigation/native": "^5.9.3",
"@react-navigation/stack": "^5.14.3",
"classnames": "^2.2.5",
"expo": "^40.0.1",
"expo-blur": "^8.2.2",
"expo-font": "~8.4.0",
"expo-status-bar": "~1.0.3",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
"react-native-calendar-strip": "^2.2.0",
"react-native-date-picker": "^3.2.10",
"react-native-dialog": "^6.2.0",
"react-native-elements": "^3.2.0",
"react-native-gesture-handler": "~1.8.0",
"react-native-google-maps-directions": "^2.1.1",
"react-native-maps": "0.27.1",
"react-native-maps-directions": "^1.8.0",
"react-native-onboarding-swiper": "^1.1.4",
"react-native-paper": "^4.7.2",
"react-native-permissions": "^3.0.1",
"react-native-reanimated": "~1.13.0",
"react-native-safe-area-context": "3.1.9",
"react-native-screens": "~2.15.2",
"react-native-scroll-menu": "0.0.8",
"react-native-scrolling-menu": "^0.1.1",
"react-native-segmented-control-tab": "^3.4.1",
"react-native-sms": "^1.11.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-swipe-list-view": "^3.2.6",
"react-native-swipeout": "^2.3.6",
"react-native-swiper": "^1.6.0",
"react-native-switch": "^2.0.0",
"react-native-vector-icons": "^8.1.0",
"react-native-video": "^5.1.1",
"react-native-web": "^0.15.0",
"react-native-webview": "^11.2.3",
"react-native-youtube": "^2.0.1",
"react-native-youtube-iframe": "^1.4.1",
"react-navigation": "^4.4.4",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"recompose": "^0.27.1",
"toggle-switch-react-native": "^3.2.0",
"typeface-roboto": "^0.0.54"
},
"devDependencies": {
"@babel/core": "~7.9.0",
"@storybook/addon-actions": "^3.4.5",
"@storybook/addon-knobs": "^3.4.5",
"@storybook/addon-links": "^3.4.5",
"@storybook/addon-notes": "^3.4.5",
"@storybook/addons": "^3.4.5",
"@storybook/react": "^3.4.5",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"cypress": "^2.1.0",
"react-test-renderer": "^16.4.0"
},
"rnpm": {
"assets": [
"assets/fonts"
]
},
"private": true
}