-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 2.36 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
{
"name": "resqme",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"start-tunnel": "expo start --tunnel",
"clear-cache-start": "expo start -c",
"clear-cache-tunnel": "expo start -c --tunnel",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"postinstall": "patch-package"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.4.5",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/datetimepicker": "6.7.3",
"@react-native-community/hooks": "^3.0.0",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@types/lodash": "^4.14.191",
"deprecated-react-native-prop-types": "^4.0.0",
"easy-peasy": "^5.2.0",
"expo": "~48.0.6",
"expo-application": "~5.1.1",
"expo-auth-session": "~4.0.3",
"expo-av": "~13.2.1",
"expo-constants": "~14.2.1",
"expo-dev-client": "~2.2.1",
"expo-file-system": "~15.2.2",
"expo-image-picker": "~14.1.1",
"expo-linear-gradient": "~12.1.2",
"expo-location": "~15.1.1",
"expo-random": "~13.1.1",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.4",
"expo-system-ui": "~2.2.1",
"expo-task-manager": "~11.1.1",
"expo-web-browser": "~12.1.1",
"firebase": "^9.17.2",
"lodash": "^4.17.21",
"lottie-react-native": "5.1.4",
"luxon": "^3.3.0",
"patch-package": "^6.5.1",
"react": "18.2.0",
"react-native": "0.71.8",
"react-native-dropdown-select-list": "^2.0.4",
"react-native-expo-swipe-button": "^1.0.2",
"react-native-gesture-handler": "~2.9.0",
"react-native-map-clustering": "^3.4.2",
"react-native-maps": "1.3.2",
"react-native-paper": "^5.4.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "13.4.0",
"react-native-webview": "11.26.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@ngneat/falso": "^6.4.0",
"@types/firebase": "^3.2.1",
"@types/luxon": "^3.2.0",
"@types/react-native-snap-carousel": "^3.8.5",
"@types/supercluster": "^7.1.0",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.4"
},
"private": true
}