-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 4.28 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "agrohi",
"version": "1.0.50",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/google-signin": "^4.0.3",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/push-notification-ios": "^1.8.0",
"@react-native-firebase/analytics": "^7.3.1",
"@react-native-firebase/app": "^8.2.0",
"@react-native-firebase/auth": "^8.2.0",
"@react-native-firebase/crashlytics": "^8.1.2",
"@react-native-firebase/database": "^7.3.2",
"@react-native-firebase/dynamic-links": "^7.3.2",
"@react-native-firebase/firestore": "^7.4.3",
"@react-native-firebase/in-app-messaging": "^7.2.2",
"@react-native-firebase/messaging": "^7.4.2",
"@react-native-firebase/remote-config": "^8.0.0",
"@react-native-firebase/storage": "^7.2.2",
"@react-native-voice/voice": "^3.0.0",
"@react-navigation/bottom-tabs": "^5.6.1",
"@react-navigation/material-top-tabs": "^5.3.14",
"@react-navigation/native": "^5.9.2",
"@react-navigation/stack": "^5.14.2",
"@sentry/react-native": "^2.2.2",
"algoliasearch": "^4.8.6",
"expo-av": "^9.0.0",
"expo-constants": "^9.3.5",
"expo-google-sign-in": "^9.0.0",
"expo-splash-screen": "^0.9.0",
"lottie-react-native": "^3.5.0",
"moment": "^2.27.0",
"react": "17.0.1",
"react-instantsearch-native": "^6.10.3",
"react-native": "0.64.0",
"react-native-camera": "^3.33.0",
"react-native-dropdown-picker": "^4.0.2",
"react-native-gesture-handler": "^1.6.1",
"react-native-gifted-chat": "^0.16.3",
"react-native-image-crop-picker": "^0.35.0",
"react-native-image-picker": "^3.3.2",
"react-native-linear-gradient": "^2.5.6",
"react-native-localization": "^2.1.6",
"react-native-localize": "^1.4.0",
"react-native-onboarding-swiper": "^1.1.4",
"react-native-pager-view": "^5.0.12",
"react-native-progress": "^4.1.2",
"react-native-push-notification": "^7.3.1",
"react-native-reanimated": "^2.0.0-rc.3",
"react-native-receive-sharing-intent": "^1.1.0",
"react-native-safe-area-context": "^3.0.7",
"react-native-screens": "^2.9.0",
"react-native-share": "^5.1.1",
"react-native-shared-element": "^0.7.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^12.1.0",
"react-native-tab-view": "^3.0.0",
"react-native-touchable-scale": "^2.1.2",
"react-native-track-player": "^1.2.3",
"react-native-unimodules": "^0.12.0",
"react-native-vector-icons": "^7.0.0",
"react-native-video": "git+https://git@github.com/paddy57/react-native-video-android-cache.git",
"react-native-webview": "^10.3.2",
"react-native-youtube-iframe": "^1.4.1",
"react-navigation-shared-element": "^5.0.0-alpha1",
"react-redux": "^7.2.2",
"redux": "^4.0.5",
"rn-fetch-blob": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/runtime": "^7.12.5",
"@react-native-community/eslint-config": "^2.0.0",
"@types/jest": "^26.0.20",
"@types/react": "^17.0.1",
"@types/react-native": "^0.63.48",
"@types/react-redux": "^7.1.16",
"@types/react-test-renderer": "^17.0.0",
"babel-jest": "^26.6.3",
"eslint": "^7.14.0",
"jest": "^26.6.3",
"jest-transform-stub": "^2.0.0",
"metro-react-native-babel-preset": "^0.64.0",
"react-native-bundle-visualizer": "^2.2.1",
"react-native-testing-library": "^6.0.0",
"react-test-renderer": "17.0.1",
"typescript": "^4.1.3"
},
"jest": {
"preset": "react-native",
"collectCoverage": true,
"transform": {
".+\\.(css|styl|less|sass|scss|png|jpg|ttf|woff|woff2)$": "jest-transform-stub"
},
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|react-navigation|react-navigation-redux-helpers|@react-navigation|@react-native-community|@react-native-firebase|react-native-localization/.*)"
],
"setupFiles": [
"./node_modules/react-native-gesture-handler/jestSetup.js",
"./jestSetup.js"
],
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}