-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
107 lines (107 loc) · 3.78 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"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/vector-icons": "^10.2.0",
"@jesster2k10/react-native-range-slider": "^0.3.1",
"@ptomasroos/react-native-multi-slider": "^2.2.2",
"@react-native-community/art": "^1.2.0",
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/bottom-tabs": "^5.6.1",
"@react-navigation/drawer": "^5.8.4",
"@react-navigation/material-bottom-tabs": "^5.2.14",
"@react-navigation/native": "^5.6.1",
"@react-navigation/stack": "^5.6.2",
"axios": "^0.19.2",
"d3-shape": "^1.3.7",
"expo": "~38.0.8",
"expo-facebook": "^8.2.1",
"expo-font": "^8.2.1",
"expo-google-app-auth": "^8.1.2",
"expo-google-sign-in": "^8.2.1",
"expo-image-picker": "^10.0.0",
"expo-linear-gradient": "^8.3.1",
"expo-linking": "^1.0.7",
"expo-localization": "^8.2.1",
"expo-location": "^9.0.1",
"expo-permissions": "^9.3.0",
"expo-sharing": "^8.3.0",
"expo-status-bar": "^1.0.2",
"firebase": "^7.19.1",
"firebase-tools": "^8.10.0",
"i18n-js": "^3.7.1",
"intl": "^1.2.5",
"lodash": "^4.17.20",
"lottie-react-native": "^3.5.0",
"mobx": "^5.15.6",
"mobx-react": "^6.3.0",
"moment": "^2.27.0",
"prop-types": "^15.7.2",
"react": "~16.11.0",
"react-dom": "~16.11.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz",
"react-native-animated-loader": "0.0.8",
"react-native-background-timer": "^2.3.1",
"react-native-circular-progress": "^1.3.6",
"react-native-cluster-map": "^1.0.9",
"react-native-d3multiline-chart": "^1.0.19",
"react-native-dialog": "^6.1.2",
"react-native-elements": "^2.0.4",
"react-native-expo-geofence": "^0.2.0",
"react-native-geo-fencing": "^0.1.0",
"react-native-gesture-handler": "~1.6.0",
"react-native-google-static-map": "^0.1.13",
"react-native-image-resizer": "^1.4.2",
"react-native-image-viewing": "^0.2.0",
"react-native-image-zoom-viewer": "^3.0.1",
"react-native-infinite-scroll-grid": "^0.1.0",
"react-native-keyboard-aware-scroll-view": "^0.9.3",
"react-native-linear-gradient": "^2.5.6",
"react-native-maps": "0.27.1",
"react-native-modal": "^11.5.6",
"react-native-modalbox": "^2.0.0",
"react-native-paper": "^4.0.1",
"react-native-permissions": "^2.2.0",
"react-native-picker-select": "^7.0.0",
"react-native-progress": "^4.1.2",
"react-native-pure-chart": "0.0.24",
"react-native-range-slider-expo": "^1.1.8",
"react-native-reanimated": "~1.9.0",
"react-native-responsive-screen": "^1.4.1",
"react-native-safe-area-context": "3.0.7",
"react-native-screens": "~2.9.0",
"react-native-share": "^3.7.0",
"react-native-simple-toast": "^1.1.3",
"react-native-skeleton-placeholder": "^2.0.11",
"react-native-spinkit": "^1.5.0",
"react-native-svg": "^12.1.0",
"react-native-svg-charts": "^5.4.0",
"react-native-swiper": "^1.6.0",
"react-native-switch-selector": "^2.0.6",
"react-native-web": "~0.11.7",
"react-navigation": "^4.4.0",
"react-redux": "^7.2.0",
"reactnative-range-selector": "^1.0.3",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-persist-transform-immutable": "^5.0.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"svg-path-properties": "^1.0.5"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"babel-preset-expo": "~8.1.0",
"redux-devtools": "^3.6.1"
},
"private": true
}