-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.66 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
{
"name": "Logation",
"version": "1.1.3",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'"
},
"dependencies": {
"@invertase/react-native-apple-authentication": "^2.1.5",
"@react-native-admob/admob": "^2.0.0",
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/cli-platform-android": "^6.1.0",
"@react-native-community/datetimepicker": "^3.5.2",
"@react-native-community/geolocation": "^2.1.0",
"@react-native-community/google-signin": "^5.0.0",
"@react-native-community/picker": "^1.8.0",
"@react-native-firebase/app": "^14.9.4",
"@react-native-firebase/auth": "^14.9.4",
"@react-native-firebase/firestore": "^14.9.4",
"@react-native-firebase/functions": "^14.9.4",
"@react-native-firebase/messaging": "^14.9.4",
"@react-native-firebase/storage": "^14.9.4",
"@react-navigation/bottom-tabs": "^6.0.7",
"@react-navigation/native": "^6.0.4",
"@react-navigation/stack": "^6.0.9",
"appcenter": "4.4.5",
"appcenter-analytics": "4.4.5",
"appcenter-crashes": "4.4.5",
"googleapis": "^88.2.0",
"i18n-js": "^3.8.0",
"install": "^0.13.0",
"lodash.memoize": "^4.1.2",
"react": "17.0.2",
"react-native": "0.66.0",
"react-native-code-push": "^7.0.5",
"react-native-draggable-flatlist": "^2.6.2",
"react-native-dynamic": "^1.0.0",
"react-native-elements": "^3.4.2",
"react-native-fast-image": "^8.5.11",
"react-native-gesture-handler": "^1.10.3",
"react-native-iap": "^7.5.0",
"react-native-image-crop-picker": "^0.37.3",
"react-native-image-modal": "^2.0.4",
"react-native-localize": "^2.1.5",
"react-native-maps": "0.29.3",
"react-native-reanimated": "^2.2.3",
"react-native-restart": "0.0.22",
"react-native-safe-area-context": "^3.3.2",
"react-native-screens": "^3.8.0",
"react-native-share": "^7.1.2",
"react-native-tracking-transparency": "^0.1.1",
"react-native-vector-icons": "^8.1.0",
"react-native-webview": "^11.18.2",
"request-promise": "^4.2.5"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/runtime": "^7.15.4",
"@react-native-community/eslint-config": "^3.0.1",
"babel-jest": "^27.2.4",
"eslint": "^7.32.0",
"jest": "^27.2.4",
"jetifier": "^2.0.0",
"metro-react-native-babel-preset": "^0.66.2",
"react-test-renderer": "17.0.2"
},
"jest": {
"preset": "react-native"
}
}