-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.81 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
{
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@invertase/react-native-apple-authentication": "^2.1.2",
"@mapbox/mapbox-sdk": "^0.13.2",
"@react-native-async-storage/async-storage": "^1.15.8",
"@react-native-community/checkbox": "^0.5.8",
"@react-native-community/cli-platform-ios": "^4.13.0",
"@react-native-community/cli-tools": "^4.13.0",
"@react-native-google-signin/google-signin": "^6.0.1",
"@react-native-mapbox-gl/maps": "^8.4.0",
"@react-navigation/bottom-tabs": "^6.0.2",
"@react-navigation/drawer": "^6.1.6",
"@react-navigation/native": "^6.0.1",
"@react-navigation/stack": "^6.0.1",
"@stripe/stripe-react-native": "^0.2.1",
"@turf/turf": "^6.5.0",
"async-require": "^1.2.2",
"axios": "^0.21.1",
"dotenv": "^10.0.0",
"expo": "~42.0.1",
"expo-notifications": "^0.12.3",
"expo-splash-screen": "~0.11.2",
"expo-status-bar": "~1.0.4",
"expo-updates": "~0.8.2",
"localized-strings": "^0.2.4",
"lodash": "^4.17.21",
"metro-runtime": "^0.66.2",
"metro-transform-worker": "^0.66.2",
"react": "17.0.2",
"react-dom": "16.13.1",
"react-native": "^0.64.2",
"react-native-android-keyboard-adjust": "^1.2.0",
"react-native-codegen": "0.0.7",
"react-native-dotenv": "^3.2.0",
"react-native-elements": "^3.4.2",
"react-native-fast-image": "^8.5.11",
"react-native-flash-message": "^0.1.23",
"react-native-gesture-handler": "~1.10.2",
"react-native-global-props": "^1.1.5",
"react-native-google-pay": "^2.1.0",
"react-native-indicators": "^0.17.0",
"react-native-keyboard-aware-scroll-view": "^0.9.4",
"react-native-localization": "^2.1.7",
"react-native-localize": "^2.1.1",
"react-native-normalize": "^1.0.1",
"react-native-reanimated": "~2.2.0",
"react-native-safe-area-context": "3.2.0",
"react-native-screens": "~3.4.0",
"react-native-svg": "^12.1.1",
"react-native-toast-message": "^1.4.9",
"react-native-unimodules": "~0.14.5",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^8.1.0",
"react-native-view-pdf": "^0.11.1",
"react-native-web": "~0.13.12",
"react-redux": "^7.2.4",
"rn-circular-slider": "^1.1.0",
"rn-sliding-up-panel": "^2.4.5",
"sync-storage": "^0.4.2"
},
"devDependencies": {
"@babel/core": "~7.9.0"
},
"private": true,
"name": "mobile-app",
"version": "1.0.0"
}