-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.66 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.66 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
{
"name": "findmeow",
"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/vector-icons": "^13.0.0",
"@expo/webpack-config": "^0.17.2",
"@googlemaps/google-maps-services-js": "^3.3.16",
"@jesster2k10/react-native-range-slider": "^0.3.1",
"@ptomasroos/react-native-multi-slider": "^2.2.2",
"@react-native-community/datetimepicker": "^6.5.2",
"@react-native-community/geolocation": "^3.0.4",
"@react-native-masked-view/masked-view": "^0.2.8",
"@react-native-material/core": "^1.3.7",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.1",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.7",
"core-js": "^3.26.1",
"expo": "~47.0.5",
"expo-app-loading": "~2.1.1",
"expo-device": "^5.0.0",
"expo-font": "~11.0.1",
"expo-image-picker": "~14.0.2",
"expo-location": "~15.0.1",
"expo-notifications": "~0.17.0",
"expo-react-native-shadow": "^1.0.3",
"expo-splash-screen": "^0.17.5",
"expo-status-bar": "~1.4.2",
"firebase": "^9.14.0",
"haversine-distance": "^1.2.1",
"moment": "^2.29.4",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-bottom-drawer-view": "^1.0.3",
"react-native-button-toggle-group": "^1.1.2",
"react-native-calendar-picker": "^7.1.3",
"react-native-date-picker": "^4.2.6",
"react-native-datepicker": "^1.7.2",
"react-native-dotenv": "^3.4.2",
"react-native-drop-shadow": "^0.0.6",
"react-native-dropdown-select-list": "^2.0.2",
"react-native-elements": "^3.4.2",
"react-native-expo-cached-image": "^1.3.1",
"react-native-google-places-autocomplete": "^2.5.1",
"react-native-linear-gradient": "^2.6.2",
"react-native-maps": "^1.3.2",
"react-native-material-dropdown": "^0.11.1",
"react-native-paper": "^5.0.1",
"react-native-phone-call": "^1.2.0",
"react-native-range-slider": "^0.1.2",
"react-native-raw-bottom-sheet": "^2.2.0",
"react-native-screens": "^3.18.2",
"react-native-shadow-2": "^7.0.6",
"react-native-svg": "^13.6.0",
"react-native-swipe-gestures": "^1.0.5",
"react-native-swiper": "^1.6.0",
"react-native-swiper-flatlist": "^3.0.18",
"react-native-weather-api": "^3.0.3",
"react-native-web": "~0.18.9",
"rn-range-slider": "^2.2.2",
"teaset": "^0.7.5"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"sharp-cli": "^2.1.0"
},
"private": true
}