-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
118 lines (118 loc) · 4.34 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
{
"name": "BitcoinAddition",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "patch-package",
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"debugger": "open 'rndebugger://set-debugger-loc?host=localhost&port=8081'",
"create-env:dev": "bash configureEnv.sh dev",
"create-env:prod": "bash configureEnv.sh prod"
},
"dependencies": {
"@invertase/react-native-apple-authentication": "^2.1.1",
"@react-native-async-storage/async-storage": "^1.13.4",
"@react-native-community/blur": "4.3.2",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^9.3.10",
"@react-native-community/push-notification-ios": "^1.8.0",
"@react-native-firebase/analytics": "17.5.0",
"@react-native-firebase/app": "17.5.0",
"@react-native-firebase/crashlytics": "17.5.0",
"@react-native-firebase/messaging": "17.5.0",
"@react-native-google-signin/google-signin": "9.0.2",
"@react-navigation/bottom-tabs": "^5.11.7",
"@react-navigation/native": "^5.9.2",
"@react-navigation/stack": "^5.14.2",
"appcenter": "^4.4.5",
"appcenter-analytics": "^4.4.5",
"appcenter-crashes": "^4.4.5",
"axios": "^0.21.4",
"date-fns": "^2.17.0",
"i18next": "^19.8.7",
"i18next-async-storage-backend": "^1.0.2",
"i18next-chained-backend": "^4.2.0",
"i18next-http-backend": "^2.2.0",
"jail-monkey": "^2.6.0",
"laravel-echo": "^1.11.3",
"patch-package": "^7.0.0",
"pusher-js": "7.0.4",
"react": "18.2.0",
"react-i18next": "^11.8.6",
"react-native": "0.71.8",
"react-native-appsflyer": "6.10.3",
"react-native-biometrics": "^2.1.4",
"react-native-calendars": "^1.1292.0",
"react-native-camera": "^3.43.0",
"react-native-circular-progress": "^1.3.7",
"react-native-code-push": "^8.0.2",
"react-native-config": "^1.4.2",
"react-native-confirmation-code-field": "^6.5.1",
"react-native-contacts": "^6.0.4",
"react-native-countdown-component": "^2.7.1",
"react-native-device-info": "^8.0.1",
"react-native-error-boundary": "^1.1.6",
"react-native-extended-stylesheet": "^0.12.0",
"react-native-fast-image": "^8.3.4",
"react-native-fbsdk-next": "^11.1.0",
"react-native-fs": "^2.17.0",
"react-native-geolocation-service": "^5.2.0",
"react-native-gesture-handler": "^1.9.0",
"react-native-image-crop-picker": "^0.36.0",
"react-native-linear-gradient": "^2.5.6",
"react-native-linear-gradient-degree": "^0.0.1",
"react-native-localize": "^2.0.2",
"react-native-masked-text": "^1.13.0",
"react-native-modal": "^13.0.1",
"react-native-otp-verify": "^1.1.4",
"react-native-push-notification": "^8.1.1",
"react-native-qrcode-svg": "^6.1.1",
"react-native-safe-area-context": "^3.1.9",
"react-native-screens": "^2.17.1",
"react-native-shake": "git+https://github.com/NeRo8/react-native-shake.git",
"react-native-share": "^5.1.4",
"react-native-sms-retriever": "^1.1.1",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.1.0",
"react-native-svg-transformer": "^0.14.3",
"react-redux": "^7.2.2",
"reactotron-react-native": "^5.0.3",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^2.0.2",
"@types/jest": "^29.2.1",
"@types/react": "^18.0.24",
"@types/react-native": "^0.63.48",
"@types/react-native-calendars": "^1.505.0",
"@types/react-native-fbsdk": "^3.0.0",
"@types/react-redux": "^7.1.16",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"babel-jest": "^29.2.1",
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.73.9",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"redux-devtools-extension": "^2.13.8",
"typescript": "4.8.4"
},
"jest": {
"preset": "react-native"
}
}