-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.21 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
{
"name": "lostandfound",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo/react-native-action-sheet": "^3.12.0",
"@expo/vector-icons": "^12.0.5",
"@react-native-async-storage/async-storage": "^1.15.14",
"@react-navigation/compat": "^5.3.20",
"@react-navigation/core": "react-navigation/core",
"@react-navigation/drawer": "^6.1.8",
"@react-navigation/material-top-tabs": "^6.0.6",
"@react-navigation/native": "^6.0.6",
"@react-navigation/stack": "^6.0.11",
"@sentry/react-native": "^3.2.12",
"@sentry/wizard": "^1.2.17",
"env": "^0.0.2",
"expo": "~44.0.0",
"expo-constants": "^13.0.0",
"expo-device": "^4.1.0",
"expo-facebook": "~12.1.0",
"expo-image-picker": "~12.0.1",
"expo-location": "^14.0.1",
"expo-permissions": "~13.1.0",
"expo-status-bar": "~1.2.0",
"expo-updates": "~0.11.3",
"firebase": "^7.9.0",
"geofirestore": "^4.4.2",
"lottie-react-native": "~2.6.1",
"moment": "^2.29.1",
"path": "^0.12.7",
"popup-ui": "^1.2.2",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-animatable": "^1.3.3",
"react-native-animated-loader": "^0.0.9",
"react-native-collapsible": "^1.6.0",
"react-native-confetti-cannon": "^1.5.2",
"react-native-faq": "^0.0.7",
"react-native-feather1s": "^0.2.3",
"react-native-gesture-handler": "^2.1.0",
"react-native-maps": "0.29.4",
"react-native-modal": "^13.0.0",
"react-native-pager-view": "^5.4.9",
"react-native-reanimated": "^2.3.1",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.10.2",
"react-native-spinkit": "^1.5.1",
"react-native-tab-view": "^3.1.1",
"react-native-vector-icons": "^9.0.0",
"react-native-web": "0.17.1",
"react-navigation": "^4.4.4",
"react-navigation-header-buttons": "^9.0.1",
"react-redux": "^7.2.6",
"redux-thunk": "^2.4.1",
"sentry-expo": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.9"
},
"private": true
}