-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 2.08 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
{
"name": "wandermap",
"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/webpack-config": "^0.17.0",
"@gorhom/bottom-sheet": "^4.4.5",
"@react-native-community/datetimepicker": "6.2.0",
"@react-native-community/geolocation": "^3.0.1",
"@react-native-community/slider": "^4.3.2",
"@react-native-masked-view/masked-view": "0.2.7",
"@react-native-picker/picker": "^1.8.3",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/material-bottom-tabs": "^6.2.4",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"@react-navigation/stack": "^6.3.1",
"dotenv": "^16.0.3",
"expo": "~46.0.13",
"expo-camera": "~12.3.0",
"expo-image-picker": "~13.3.1",
"expo-location": "~14.3.0",
"expo-permissions": "^13.2.0",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.14.6",
"firebase": "^8.2.3",
"pod-install": "^0.1.38",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-gesture-handler": "~2.5.0",
"react-native-google-maps-directions": "^2.1.1",
"react-native-google-places-autocomplete": "^2.4.1",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-map-clustering": "^3.4.2",
"react-native-maps": "0.31.1",
"react-native-maps-directions": "^1.9.0",
"react-native-modal-datetime-picker": "^14.0.0",
"react-native-paper": "^5.0.0-rc.6",
"react-native-picker-select": "^8.0.4",
"react-native-reanimated": "~2.9.1",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-super-grid": "^4.6.1",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.7",
"react-navigation": "^4.4.4",
"react-redux": "^8.0.4",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}