-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 3.12 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-native-fontawesome": "^0.2.6",
"@react-native-async-storage/async-storage": "^1.15.5",
"@react-native-clipboard/clipboard": "^1.8.2",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/progress-bar-android": "^1.0.4",
"@react-native-community/slider": "^3.0.3",
"@react-native-firebase/app": "^12.0.0",
"@react-native-firebase/auth": "^12.0.0",
"@react-native-mapbox-gl/maps": "^8.2.0-beta2",
"@react-navigation/drawer": "^5.12.5",
"@react-navigation/material-bottom-tabs": "^5.3.15",
"@react-navigation/native": "^5.9.4",
"@react-navigation/stack": "^5.14.5",
"bootstrap": "^4.6.0",
"date-fns": "^2.22.1",
"dotenv": "^10.0.0",
"elements": "^0.6.0",
"expo": "~41.0.1",
"expo-application": "~3.1.2",
"expo-blur": "~9.0.3",
"expo-clipboard": "~1.0.2",
"expo-firebase-app": "^2.0.0",
"expo-intent-launcher": "~9.0.0",
"expo-linking": "~2.2.3",
"expo-location": "~12.0.4",
"expo-splash-screen": "~0.10.2",
"expo-status-bar": "~1.0.4",
"expo-task-manager": "~9.1.0",
"expo-updates": "~0.5.4",
"firebase": "8.2.3",
"geolib": "^3.3.1",
"moment": "^2.29.1",
"native": "^0.3.3",
"pod-install": "^0.1.23",
"popup-ui": "^1.2.2",
"random-location": "^1.1.3",
"react": "16.13.1",
"react-bootstrap": "^1.6.0",
"react-dom": "16.13.1",
"react-native": "~0.63.4",
"react-native-animatable": "^1.3.3",
"react-native-circular-progress": "^1.3.7",
"react-native-config": "^1.4.2",
"react-native-dropdown-picker": "^5.1.21",
"react-native-elements": "^3.4.1",
"react-native-geolocation-service": "^5.3.0-beta.1",
"react-native-gesture-handler": "^1.10.3",
"react-native-leaderboard": "^1.0.6",
"react-native-loading-spinner-overlay": "^2.0.0",
"react-native-localize": "^2.1.1",
"react-native-maps": "0.27.1",
"react-native-maps-directions": "^1.8.0",
"react-native-modal-overlay": "^1.3.1",
"react-native-numeric-input": "^1.9.0",
"react-native-paper": "^4.8.1",
"react-native-progress": "^4.1.2",
"react-native-progress-circle": "^2.1.0",
"react-native-reanimated": "^2.1.0",
"react-native-safe-area-context": "^3.2.0",
"react-native-screens": "^3.0.0",
"react-native-simple-dialogs": "^1.4.0",
"react-native-svg": "^12.1.1",
"react-native-vector-icons": "^8.1.0",
"react-native-web": "^0.16.3",
"react-navigation": "^4.4.4",
"react-navigation-stack": "^2.10.4",
"react-navigator-geolocation": "^1.0.8",
"react-progressbar-semicircle": "^1.2.1",
"react-providers": "^2.0.2",
"shortid": "^2.2.16"
},
"devDependencies": {
"@babel/core": "^7.9.0"
},
"private": true,
"name": "runmania-app",
"version": "1.0.0"
}