-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.7 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.7 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
{
"name": "mapple",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@expo/metro-config": "^0.5.1",
"@expo/vector-icons": "^13.0.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/blur": "^4.3.0",
"@react-native-community/geolocation": "^3.0.3",
"@react-native-masked-view/masked-view": "^0.2.8",
"@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.1",
"@react-spring/native": "9.5.5",
"expo": "~47.0.3",
"expo-blur": "~12.0.1",
"expo-constants": "~14.0.0",
"expo-linear-gradient": "~12.0.1",
"expo-location": "~15.0.1",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.0",
"expo-updates": "~0.15.5",
"lodash": "^4.17.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.70.5",
"react-native-elements": "^3.4.2",
"react-native-geocoding": "^0.5.0",
"react-native-gesture-handler": "2.8.0",
"react-native-google-places-autocomplete": "^2.4.1",
"react-native-linear-gradient": "^2.6.2",
"react-native-maps": "1.2.0",
"react-native-paper": "^4.12.5",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "~3.18.2",
"react-native-simple-survey": "^3.1.2",
"react-native-vector-icons": "9.2.0",
"react-native-web": "~0.18.7",
"react-tinder-card": "^1.6.2",
"rn-placeholder": "^3.0.3",
"twrnc": "^3.4.1"
},
"devDependencies": {
"@babel/core": "^7.18.6"
}
}