-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·81 lines (81 loc) · 2.75 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
{
"name": "firebase-authentication-kit",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "react-native start",
"run-android": "react-native run-android",
"run-ios": "react-native run-ios",
"rename-project": "node scripts/rename.js",
"test": "jest",
"lint": "eslint .",
"postinstall": "jetifier"
},
"dependencies": {
"@babel/core": "^7.12.3",
"@babel/runtime": "^7.12.5",
"@react-native-community/async-storage": "^1.8.1",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-community/masked-view": "^0.1.1",
"@react-native-community/picker": "^1.3.0",
"@react-native-community/toolbar-android": "0.1.0-rc.2",
"@react-native-firebase/app": "6.0.4",
"@react-native-firebase/auth": "6.0.4",
"@react-native-firebase/firestore": "6.0.4",
"@react-native-firebase/storage": "6.0.4",
"@react-navigation/core": "^5.3.2",
"@react-navigation/drawer": "^5.3.4",
"@react-navigation/native": "^5.1.4",
"@react-navigation/stack": "^5.2.9",
"dayjs": "^1.8.16",
"i18n-js": "^3.5.1",
"libphonenumber-js": "^1.7.25",
"lodash.memoize": "^4.1.2",
"moment": "^2.24.0",
"react": "16.9.0",
"react-native": "0.61.2",
"react-native-country-picker-modal": "^0.8.0",
"react-native-dialog": "^5.6.0",
"react-native-fbsdk": "^1.0.4",
"react-native-gesture-handler": "~1.6.0",
"react-native-google-signin": "^2.0.0",
"react-native-image-picker": "^2.3.1",
"react-native-keyboard-aware-scroll-view": "^0.9.1",
"react-native-linear-gradient": "^2.5.6",
"react-native-loading-spinner-overlay": "^1.1.0",
"react-native-localize": "^1.3.4",
"react-native-maps": "^0.27.1",
"react-native-modal": "^11.5.6",
"react-native-paper": "^2.16.0",
"react-native-picker-select": "^6.6.0",
"react-native-reanimated": "~1.9.0",
"react-native-restart": "0.0.14",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.0.0-alpha.1",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^4.3.5"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/cli": "2.9.0",
"@react-native-community/eslint-config": "^0.0.5",
"@types/react": "^16.9.5",
"@types/react-native": "^0.60.18",
"@types/react-native-fbsdk": "^1.0.0",
"@types/react-native-vector-icons": "^6.4.4",
"@types/react-navigation": "^3.0.8",
"babel-jest": "^24.9.0",
"eslint": "^6.3.0",
"fs-extra": "^8.1.0",
"jest": "^24.9.0",
"jetifier": "^1.6.4",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.9.0",
"replace-in-file": "^4.1.3",
"typescript": "^3.6.2"
},
"jest": {
"preset": "react-native"
}
}