This repository was archived by the owner on Sep 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.43 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.43 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
{
"name": "mapify",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@miblanchard/react-native-slider": "^2.2.0",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/blur": "^4.3.0",
"@react-navigation/bottom-tabs": "^6.5.2",
"@react-navigation/material-top-tabs": "^6.5.1",
"@react-navigation/native": "^6.1.5",
"@react-navigation/native-stack": "^6.9.11",
"@react-navigation/stack": "^6.3.10",
"@shopify/react-native-skia": "0.1.157",
"@supabase/gotrue-js": "^2.0.0-rc.11",
"@supabase/supabase-js": "^2.2.3",
"@types/react-native-snap-carousel": "^3.8.5",
"@types/three": "^0.148.0",
"axios": "^1.2.3",
"d3-geo": "^3.1.0",
"expo": "~47.0.12",
"expo-2d-context": "^0.0.3",
"expo-auth-session": "~3.8.0",
"expo-font": "~11.0.1",
"expo-gl": "~12.0.1",
"expo-linear-gradient": "~12.0.1",
"expo-linking": "~3.3.0",
"expo-location": "~15.0.1",
"expo-random": "~13.0.0",
"expo-splash-screen": "~0.17.5",
"expo-status-bar": "~1.4.2",
"expo-system-ui": "~2.0.1",
"expo-three": "^7.0.0",
"lottie-react-native": "5.1.4",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-animatable": "^1.3.3",
"react-native-gesture-handler": "~2.8.0",
"react-native-gradle-plugin": "^0.71.13",
"react-native-image-colors": "^1.5.1",
"react-native-modalize": "^2.1.1",
"react-native-maps": "^1.4.0",
"react-native-pager-view": "6.0.1",
"react-native-reanimated": "~2.12.0",
"react-native-reanimated-carousel": "^3.3.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-simple-tween": "^0.3.1",
"react-native-slide-modal": "^0.0.32",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "13.4.0",
"react-native-tab-view": "^3.3.4",
"react-native-text-ticker": "^1.14.0",
"react-native-url-polyfill": "^1.3.0",
"react-native-web": "~0.18.9",
"react-native-webrtc": "^106.0.5",
"swr": "^2.0.0",
"three-geojson-geometry": "^1.1.8"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/d3-geo": "^3.0.3",
"@types/react": "~18.0.14",
"@types/react-native": "~0.70.6",
"typescript": "^4.6.3"
},
"private": true
}