-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
79 lines (79 loc) · 2.56 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
{
"name": "rakning-c19-app",
"license": "MIT",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"postinstall": "patch-package",
"prepare": "if [ -f ./scripts/postinstall.sh ]; then sh ./scripts/postinstall.sh; fi"
},
"dependencies": {
"@mauron85/react-native-background-geolocation": "^0.6.3",
"@react-native-community/async-storage": "^1.8.1",
"@react-native-community/push-notification-ios": "^1.1.0",
"@react-native-firebase/app": "6.4.0-rc2",
"@react-native-firebase/messaging": "6.4.0-rc2",
"appcenter": "3.0.0",
"appcenter-analytics": "3.0.0",
"appcenter-crashes": "3.0.0",
"bugsnag-react-native": "^2.23.9",
"color": "^3.1.2",
"date-fns": "^2.14.0",
"eslint": "^6.7.1",
"eslint-config-prettier": "4.0.0",
"eslint-import-resolver-babel-module": "5.0.1",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-react-native": "^3.8.1",
"expo-constants": "~8.0.0",
"expo-font": "~8.0.0",
"expo-linear-gradient": "~8.0.0",
"expo-localization": "~8.0.0",
"expo-location": "^8.1.0",
"expo-permissions": "~8.0.0",
"expo-secure-store": "~8.0.0",
"expo-web-browser": "~8.0.0",
"google-libphonenumber": "^3.2.8",
"i18next": "^17.0.6",
"lodash": "^4.17.15",
"patch-package": "^6.2.1",
"postinstall-postinstall": "^2.0.0",
"prop-types": "^15.7.2",
"react": "~16.9.0",
"react-dom": "~16.9.0",
"react-i18next": "^10.11.4",
"react-native": "~0.61.4",
"react-native-country-picker-modal": "^1.10.0",
"react-native-gesture-handler": "~1.5.0",
"react-native-modal": "^11.5.6",
"react-native-modalize": "^2.0.4",
"react-native-reanimated": "^1.7.1",
"react-native-render-html": "^4.2.0",
"react-native-screens": "2.0.0-alpha.12",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "9.13.3",
"react-native-swiper": "^1.6.0",
"react-native-unimodules": "~0.7.0",
"react-native-web": "~0.11.7",
"react-native-webview": "10.1.1",
"react-navigation": "^3.11.1",
"styled-components": "^4.3.1"
},
"devDependencies": {
"@babel/core": "~7.6.0",
"@types/react": "~16.9.0",
"@types/react-native": "~0.60.23",
"babel-preset-expo": "~8.0.0",
"jest-expo": "~36.0.1",
"prettier": "^2.0.2",
"typescript": "^3.9.5"
},
"jest": {
"preset": "react-native"
},
"private": true
}