-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
192 lines (192 loc) · 7.42 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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
{
"name": "Sticknet",
"version": "6.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"test-ci": "jest --maxWorkers 2",
"lint": "eslint .",
"lint-fix": "eslint . --fix --quiet",
"lint-quiet": "eslint . --quiet",
"detox-build-ios": "detox build --configuration ios.sim.debug",
"detox-test-ios": "detox test --configuration ios.sim.debug",
"start-test-ios": "ENVFILE=.env.testing react-native run-android && detox test --configuration ios.sim.debug",
"detox-build-ios-release": "detox build --configuration ios.sim.debug",
"detox-test-ios-release": "detox test --configuration ios.sim.debug",
"emu": "/Users/omar/Library/Android/sdk/emulator/emulator -avd myavd-7",
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.13",
"@react-native-camera-roll/camera-roll": "^5.7.2",
"@react-native-community/art": "^1.2.0",
"@react-native-community/audio-toolkit": "^2.0.3",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/datetimepicker": "^6.7.3",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/netinfo": "^9.3.7",
"@react-native-community/push-notification-ios": "^1.10.1",
"@react-native-community/slider": "^4.4.2",
"@react-native-community/toolbar-android": "^0.2.1",
"@react-native-firebase/analytics": "^17.0.0",
"@react-native-firebase/app": "^17.0.0",
"@react-native-firebase/auth": "^17.0.0",
"@react-native-firebase/crashlytics": "^17.0.0",
"@react-native-firebase/database": "^17.0.0",
"@react-native-firebase/dynamic-links": "^17.0.0",
"@react-native-firebase/installations": "^17.0.0",
"@react-native-firebase/messaging": "^17.0.0",
"@react-navigation/bottom-tabs": "sticknet/react-navigation.git#react-navigation-bottom-tabs-v6.5.7-gitpkg",
"@react-navigation/compat": "^5.3.20",
"@react-navigation/elements": "^1.3.18",
"@react-navigation/material-top-tabs": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@react-navigation/stack": "^6.3.17",
"@sentry/react-native": "^5.10.0",
"@shopify/flash-list": "^1.6.3",
"@sticknet/react-native-exception-handler": "^1.0.0",
"@sticknet/react-native-keychain": "^1.0.0",
"@sticknet/react-native-scrollable-tab-view": "^1.0.0",
"@sticknet/react-native-sketch-canvas": "1.0.2",
"@sticknet/react-native-vector-icons": "10.0.3",
"axios": "^0.24.0",
"deprecated-react-native-prop-types": "^4.0.0",
"emoji-regex": "^10.1.0",
"google-libphonenumber": "^3.2.32",
"hoist-non-react-statics": "^3.3.2",
"i": "^0.3.7",
"linkify-it": "^4.0.1",
"lodash": "^4.17.21",
"lottie-react-native": "5.1.6",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-native": "0.72.6",
"react-native-animatable": "^1.3.3",
"react-native-blob-util": "^0.19.1",
"react-native-bootsplash": "^4.4.2",
"react-native-camera": "^4.2.1",
"react-native-collapsible": "1.6.1",
"react-native-config": "1.5.0",
"react-native-confirmation-code-input": "^1.0.4",
"react-native-contacts": "^5.2.8",
"react-native-device-info": "10.12.0",
"react-native-document-picker": "^9.0.1",
"react-native-elements": "^3.4.3",
"react-native-fast-image": "^8.5.11",
"react-native-ffmpeg": "^0.5.2",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "^2.5.0",
"react-native-hyperlink": "^0.0.22",
"react-native-iap": "12.15.1",
"react-native-image-resizer": "^1.4.5",
"react-native-input-spinner": "^1.7.12",
"react-native-iphone-x-helper": "^1.3.1",
"react-native-keep-awake": "^4.0.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "2.6.2",
"react-native-modal": "^13.0.0",
"react-native-navigation-bar-color": "^2.0.1",
"react-native-orientation-locker": "^1.4.0",
"react-native-pager-view": "^6.2.0",
"react-native-parsed-text": "0.0.22",
"react-native-pdf": "^6.7.1",
"react-native-permissions": "^3.1.0",
"react-native-progress": "^5.0.0",
"react-native-push-notification": "^8.1.1",
"react-native-rate": "^1.2.12",
"react-native-reanimated": "^3.5.4",
"react-native-responsive-screen": "^1.4.2",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "3.29.0",
"react-native-share": "^8.1.0",
"react-native-smooth-pincode-input": "^1.0.9v",
"react-native-snap-carousel": "^3.9.1",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "12.1.1",
"react-native-swift": "^1.2.3",
"react-native-system-setting": "^1.7.6",
"react-native-tab-view": "^3.5.2",
"react-native-text-gradient": "^0.1.7",
"react-native-ui-lib": "^7.8.0",
"react-native-video": "6.0.0-beta.5",
"react-native-youtube": "^2.0.2",
"react-navigation-collapsible": "5.6.4",
"react-navigation-transitions": "^1.0.12",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-persist": "^6.0.0",
"redux-persist-transform-encrypt": "^3.0.1",
"redux-thunk": "^2.4.0",
"stick-protocol-handlers": "1.2.2"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/eslint-plugin": "^7.17.7",
"@babel/preset-env": "^7.14.0",
"@babel/preset-react": "^7.16.0",
"@babel/runtime": "^7.16.0",
"@react-native-community/cli-plugin-metro": "10.1.0",
"@react-native/eslint-config": "0.72.2",
"@react-native/metro-config": "0.72.9",
"@sinonjs/fake-timers": "10.0.2",
"@testing-library/jest-native": "5.4.1",
"@testing-library/react-native": "^11.5.1",
"@tsconfig/react-native": "3.0.0",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.17.4",
"@types/react": "18.0.27",
"@types/react-native": "^0.71.2",
"@types/react-native-push-notification": "^8.1.1",
"@types/react-native-vector-icons": "^6.4.18",
"@types/react-redux": "^7.1.24",
"@types/react-test-renderer": "^18.0.0",
"@types/sinonjs__fake-timers": "^8.1.2",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"axios-mock-adapter": "^1.21.2",
"babel-jest": "^29.4.1",
"detox": "^20.25.1",
"eslint": "^8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.0.0",
"eslint-plugin-react-redux": "^4.1.0",
"eslint-plugin-unused-imports": "^2.0.0",
"graceful-fs": "^4.2.4",
"jest": "^29.4.1",
"jest-circus": "^29.4.1",
"jetifier": "^2.0.0",
"metro": "^0.80.1",
"metro-react-native-babel-preset": "0.76.8",
"mock-async-storage": "^2.2.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.8.3",
"react-test-renderer": "18.2.0",
"reactotron-react-native": "^5.0.2",
"reactotron-redux": "^3.1.3",
"redux-mock-store": "^1.5.4",
"ts-jest": "29.0.5",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=16"
},
"rnpm": {
"assets": [
"./assets/fonts"
]
}
}