-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
209 lines (209 loc) · 8.36 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
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
{
"name": "ksbc",
"version": "1.0.0",
"private": true,
"scripts": {
"postinstall": "patch-package; npm run prepare:ios; rn-nodeify --hack --install fs,path,buffer,stream,assert,events,crypto,vm,process,http,https,os",
"images": "./scripts/resources/generate.sh",
"android": "react-native run-android",
"android:prod": "react-native run-android --variant Release",
"sign:android": "rm -f android/app/build/outputs/bundle/release/app-release.aab; cd android; ./gradlew bundleRelease",
"open:android": "open -a open -a /Applications/Android\\ Studio.app android",
"ios": "react-native run-ios --scheme 'KSBC Life debug' --simulator 'iPhone 14'",
"ios:prod": "react-native run-ios --scheme 'KSBC Life' --simulator 'iPhone 14' --configuration Release",
"ios:small": "react-native run-ios --scheme 'KSBC Life debug' --simulator 'iPhone 8'",
"ios:url": "xcrun simctl openurl booted",
"prepare:ios": "cd ios; (pod && pod install) || echo 'skipping pod install, command not found'",
"open:ios": "open ios/*.xcworkspace",
"metro:clean": "rm -fr $TMPDIR/metro-cache",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"firebase:start": "firebase emulators:start",
"firebase:process": "lsof -i tcp:4000"
},
"dependencies": {
"@expo/react-native-action-sheet": "^4.0.1",
"@flyerhq/react-native-chat-ui": "github:ajp8164/react-native-chat-ui",
"@flyerhq/react-native-keyboard-accessory-view": "github:ajp8164/react-native-keyboard-accessory-view",
"@gorhom/bottom-sheet": "^4.4.5",
"@invertase/react-native-apple-authentication": "^2.2.2",
"@notifee/react-native": "^7.8.0",
"@react-native-ajp-elements/common": "^0.0.3",
"@react-native-ajp-elements/core": "^0.0.3",
"@react-native-ajp-elements/ui": "^0.0.38",
"@react-native-async-storage/async-storage": "^1.17.8",
"@react-native-camera-roll/camera-roll": "^5.3.1",
"@react-native-community/blur": "^4.3.0",
"@react-native-community/clipboard": "^1.5.1",
"@react-native-community/datetimepicker": "^6.7.3",
"@react-native-community/hooks": "^3.0.0",
"@react-native-community/netinfo": "^9.3.0",
"@react-native-firebase/app": "^18.1.0",
"@react-native-firebase/auth": "^18.1.0",
"@react-native-firebase/firestore": "^18.1.0",
"@react-native-firebase/messaging": "^18.1.0",
"@react-native-firebase/storage": "^18.1.0",
"@react-native-google-signin/google-signin": "^9.0.2",
"@react-native-masked-view/masked-view": "^0.2.8",
"@react-native-menu/menu": "^0.7.3",
"@react-native-picker/picker": "^2.4.8",
"@react-native-twitter-signin/twitter-signin": "^1.2.0",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/native-stack": "^6.9.1",
"@react-navigation/stack": "^6.2.3",
"@reduxjs/toolkit": "^1.9.2",
"@rneui/base": "^4.0.0-rc.7",
"@rneui/themed": "^4.0.0-rc.7",
"@sentry/react-native": "^4.14.0",
"@tradle/react-native-http": "^2.0.1",
"@types/gapi.youtube": "^3.0.35",
"assert": "^2.0.0",
"base-64": "^1.0.0",
"buffer": "^6.0.3",
"deprecated-react-native-prop-types": "^4.0.0",
"domain-browser": "^4.22.0",
"events": "^3.3.0",
"ffmpeg-kit-react-native": "^5.1.0",
"formik": "^2.2.9",
"google-auth-library": "^8.7.0",
"googleapis": "^111.0.0",
"https-browserify": "^1.0.0",
"lodash": "^4.17.21",
"luxon": "^3.1.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"react": "^18.2.0",
"react-native": "^0.71.6",
"react-native-animatable": "^1.3.3",
"react-native-animated-dots-carousel": "^1.0.2",
"react-native-avoid-softinput": "^3.1.2",
"react-native-biometrics": "^3.0.1",
"react-native-bootsplash": "^4.4.1",
"react-native-calendars": "^1.1294.0",
"react-native-config": "^1.5.0",
"react-native-crypto": "^2.2.0",
"react-native-device-info": "^10.3.0",
"react-native-document-picker": "^8.2.0",
"react-native-dotenv": "^3.3.1",
"react-native-draggable-flatlist": "^4.0.1",
"react-native-email-link": "^1.14.1",
"react-native-error-boundary": "^1.1.15",
"react-native-fbsdk-next": "^11.1.0",
"react-native-file-cache": "github:ajp8164/react-native-file-cache",
"react-native-file-viewer": "^2.1.5",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.9.0",
"react-native-image-cache-wrapper": "github:ajp8164/react-native-image-cache-wrapper#parallel-fetch",
"react-native-image-picker": "^5.4.0",
"react-native-ios-context-menu": "^1.15.3",
"react-native-level-fs": "^3.0.1",
"react-native-linear-gradient": "^2.6.2",
"react-native-logs": "^5.0.1",
"react-native-media-console": "^2.0.6",
"react-native-os": "^1.2.6",
"react-native-pager-view": "^6.2.0",
"react-native-progress-wheel": "^1.0.5",
"react-native-qrcode-svg": "^6.2.0",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "^3.3.0",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.19.0",
"react-native-sensors": "^7.3.6",
"react-native-share": "^8.0.0",
"react-native-svg": "^13.7.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-system-navigation-bar": "^2.2.0",
"react-native-tab-view": "^3.5.1",
"react-native-tcp-socket": "^6.0.5",
"react-native-typing-animation": "^0.1.7",
"react-native-udp": "^4.1.7",
"react-native-ui-lib": "^6.29.0",
"react-native-vector-icons": "^9.2.0",
"react-native-version-number": "^0.3.6",
"react-native-video": "^5.2.1",
"react-native-view-shot": "^3.4.0",
"react-native-vision-camera": "github:ajp8164/react-native-vision-camera",
"react-native-webview": "^11.26.1",
"react-native-youtube-iframe": "^2.2.2",
"react-redux": "^8.0.2",
"readable-stream": "^4.2.0",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1",
"rn-fetch-blob": "^0.12.0",
"socket.io-client": "2.5.0",
"stream-browserify": "^3.0.0",
"util": "^0.12.4",
"victory-native": "^36.6.8",
"vm-browserify": "^1.1.2",
"web3": "^1.7.5",
"yup": "^0.32.11",
"zeego": "^1.4.2"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/runtime": "^7.20.13",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^2.0.2",
"@types/luxon": "^3.1.0",
"@types/promise-retry": "^1.1.3",
"@types/react-native": "^0.71.1",
"@types/react-native-calendar-picker": "^7.0.3",
"@types/react-native-scrollable-tab-view": "^0.10.3",
"@types/react-native-typing-animation": "^0.1.0",
"@types/react-native-video": "^5.0.14",
"@welldone-software/why-did-you-render": "^7.0.1",
"babel-jest": "^29.4.1",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.33.0",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-plugin-module-resolver": "^1.5.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.4.1",
"metro-react-native-babel-preset": "^0.74.1",
"patch-package": "^6.5.1",
"redux-logger": "^3.0.6",
"rn-nodeify": "^10.3.0",
"typescript": "^4.9.5"
},
"resolutions": {
"@types/react": "^18",
"react-devtools": "4.14.0",
"react-devtools-core": "4.14.0"
},
"jest": {
"preset": "react-native"
},
"react-native": {
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"path": "path-browserify",
"fs": "react-native-level-fs",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify",
"vm": "vm-browserify",
"crypto": "react-native-crypto"
},
"browser": {
"http": "@tradle/react-native-http",
"https": "https-browserify",
"os": "react-native-os",
"path": "path-browserify",
"fs": "react-native-level-fs",
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"stream": "stream-browserify",
"vm": "vm-browserify",
"crypto": "react-native-crypto"
}
}