-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
232 lines (232 loc) · 9.06 KB
/
Copy pathpackage.json
File metadata and controls
232 lines (232 loc) · 9.06 KB
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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
{
"name": "ConnectMe",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start --config metro.config.js",
"start-dev": "react-native start --config metro.dev.config.js",
"lint": "eslint app",
"ios": "react-native run-ios",
"android": "react-native run-android",
"coverage": "npm test -- --coverage",
"pod:update": "pod repo update",
"pod:dev:install": "cd ios && CONNECTME_DEBUG=true pod install",
"pod:install": "cd ios && pod install",
"build:ios": "mkdir -p -v ./ios/ConnectMe/RNbundle && pwd && which react-native && react-native bundle --entry-file='index.js' --bundle-output='./ios/ConnectMe/RNbundle/main.jsbundle' --dev=false --platform='ios' --assets-dest='./ios/ConnectMe/RNbundle'",
"reset:androidstudio": "rm -f android/.idea/modules.xml && cd android/ && ./gradlew clean && cd -",
"e2e": "e2e/e2e-cli.js",
"circular": "madge --circular --extensions js app/",
"postinstall": "jetify && patch-package && patch-package --patch-dir ./node_modules/@evernym/react-native-white-label-app/files/patches",
"evernym-sdk:configure": "yarn --cwd node_modules/@evernym/react-native-white-label-app run configure"
},
"lint-staged": {
"*.js": "prettier --single-quote --no-semi --trailing-comma es5 --write",
"Podfile.lock": [
"git add"
]
},
"dependencies": {
"@evernym/react-native-white-label-app": "1.1.1-724428539",
"@evernym/react-native-sdk": "https://gitlab.com/evernym/mobile/mobile-sdk/-/package_files/26633365/download",
"@react-native-community/async-storage": "^1.11.0",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/masked-view": "^0.1.10",
"@react-native-community/netinfo": "^5.9.2",
"@react-native-community/push-notification-ios": "^1.4.0",
"@react-native-firebase/app": "10.5.0",
"@react-native-firebase/messaging": "10.5.1",
"@react-navigation/compat": "^5.1.26",
"@react-navigation/drawer": "^5.12.0",
"@react-navigation/native": "^5.8.0",
"@react-navigation/stack": "5.12.0",
"@redux-saga/delay-p": "1.1.2",
"ajv": "^6.12.2",
"apptentive-react-native": "^5.7.2",
"bignumber.js": "^9.0.0",
"color": "^3.1.2",
"dayjs": "^1.9.1",
"hoist-non-react-statics": "3.3.2",
"jwt-decode": "3.1.2",
"lodash.debounce": "^4.0.8",
"lodash.findkey": "^4.6.0",
"lodash.flatten": "^4.4.0",
"lodash.get": "^4.4.2",
"lodash.memoize": "^4.1.2",
"lodash.merge": "^4.6.2",
"lodash.throttle": "^4.1.1",
"lodash.uniqby": "^4.7.0",
"lottie-ios": "3.2.3",
"lottie-react-native": "4.1.3",
"moment": "^2.26.0",
"patch-package": "6.4.7",
"postinstall-postinstall": "2.1.0",
"query-string": "^6.13.0",
"radio-buttons-react-native": "^1.0.4",
"react": "17.0.2",
"react-native": "0.65.3",
"react-native-action-sheet": "^2.2.0",
"react-native-alert-async": "^1.0.5",
"react-native-branch": "5.0.1",
"react-native-camera": "4.2.1",
"react-native-country-picker-modal": "^2.0.0",
"react-native-device-info": "^8.4.2",
"react-native-document-picker": "^3.4.0",
"react-native-elements": "^2.0.2",
"react-native-eva-icons": "^1.3.1",
"react-native-file-viewer": "^2.1.1",
"react-native-fingerprint-scanner": "^6.0.0",
"react-native-flip-toggle-button": "^1.0.8",
"react-native-gesture-handler": "1.10.3",
"react-native-image-colors": "1.4.0",
"react-native-image-crop-picker": "^0.32.0",
"react-native-image-resizer": "1.2.3",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-mail": "6.1.0",
"react-native-modal": "11.5.6",
"react-native-pbkdf2": "https://github.com/evernym/react-native-pbkdf2.git#v0.1.5",
"react-native-permissions": "^3.0.5",
"react-native-qrcode-svg": "^6.1.1",
"react-native-randombytes": "3.5.3",
"react-native-reanimated": "2.2.3",
"react-native-redash": "^16.2.2",
"react-native-safe-area-context": "3.0.5",
"react-native-screens": "3.9.0",
"react-native-sensitive-info": "5.5.5",
"react-native-shake": "3.4.0",
"react-native-share": "3.4.0",
"react-native-simple-radio-button": "2.7.4",
"react-native-size-matters": "0.3.0",
"react-native-snackbar": "2.2.3",
"react-native-splash-screen": "3.2.0",
"react-native-svg": "12.1.0",
"react-native-svg-icon": "^0.8.1",
"react-native-swipe-list-view": "^3.2.3",
"react-native-unique-id": "2.0.0",
"react-native-vector-icons": "6.6",
"react-native-version-number": "^0.3.6",
"react-native-webview": "10.1.1",
"react-native-zip-archive": "5.0.2",
"react-redux": "7.2.0",
"redux": "4.0.5",
"redux-logger": "3.0.6",
"redux-persist": "^6.0.0",
"redux-saga": "1.1.3",
"rn-fetch-blob": "0.12.0",
"url-parse": "^1.4.7",
"use-debounce": "^6.0.1",
"use-saga-reducer": "3.0.0",
"validator": "^13.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.7.0",
"@babel/plugin-proposal-decorators": "7.7.0",
"@babel/runtime": "^7.12.5",
"axios": "^0.18.0",
"babel-eslint": "10.0.3",
"babel-jest": "^26.6.3",
"babel-plugin-jest-hoist": "24.9.0",
"babel-plugin-module-resolver": "^4.1.0",
"chalk": "4.0.0",
"child-process-async": "^1.0.1",
"cli-error-notifier": "^2.1.0",
"copyfiles": "^2.3.0",
"cross-env": "7.0.2",
"detox": "16.8.2",
"detox-getprops": "0.1.2",
"eslint": "7.14.0",
"eslint-plugin-flowtype": "5.1.3",
"eslint-plugin-import": "2.21.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.20.0",
"flow-annotation-check": "^1.11.4",
"flow-bin": "^0.149.0",
"flow-typed": "3.1.0",
"fs-extra": "^9.0.1",
"gm": "^1.23.1",
"husky": "^6.0.0",
"imap-simple": "^5.0.0",
"jest": "^26.6.3",
"jetifier": "^1.6.5",
"jpeg-js": "0.4.1",
"lint-staged": ">=10",
"madge": "^3.9.1",
"metro-react-native-babel-preset": "^0.66.0",
"ngrok": "3.3.0",
"node-fetch": "2.6.0",
"node-ssh": "^10.0.2",
"pixelmatch": "5.2.0",
"pngjs": "4.0.0",
"prettier": "2.0.5",
"ramda": "^0.27.0",
"react-devtools": "4.7.0",
"react-native-bundle-visualizer": "^2.1.1",
"react-native-codegen": "^0.0.9",
"react-native-dotenv": "^0.2.0",
"react-test-renderer": "17.0.2",
"reactotron-react-native": "5.0.0",
"reactotron-redux": "3.1.3",
"redux-saga-test-plan": "4.0.0-rc.3",
"remote-redux-devtools": "^0.5.16",
"remotedev-rn-debugger": "0.8.4",
"shelljs": "^0.8.4",
"yargs": "^15.3.1",
"yarnhook": "^0.4.3"
},
"rnpm": {
"assets": [
"./app/fonts/"
]
},
"jest": {
"testEnvironment": "node",
"preset": "react-native",
"transformIgnorePatterns": [
"node_modules/(?!(jest-)?react-native|@react-navigation/.*|jest-fetch-mock|apptentive-react-native|@react-native-community|react-native-version-number)"
],
"coverageDirectory": "<rootDir>/coverage",
"testPathIgnorePatterns": [
"/e2e/",
"/node_modules/"
],
"watchPathIgnorePatterns": [
"<rootDir>/node_modules/"
]
},
"detox": {
"configurations": {
"ios.sim.release": {
"binaryPath": "ios/build/Build/Products/Release-iphonesimulator/ConnectMe.app",
"build": "xcodebuild -workspace ios/ConnectMe.xcworkspace -scheme ConnectMe -configuration release -sdk iphonesimulator -derivedDataPath ios/build",
"type": "ios.simulator",
"name": "<pass name from command line flag>"
},
"ios.sim.debug": {
"binaryPath": "ios/build/Build/Products/Debug-iphonesimulator/ConnectMe.app",
"build": "xcodebuild -workspace ios/ConnectMe.xcworkspace -scheme ConnectMe -sdk iphonesimulator -derivedDataPath ios/build",
"type": "ios.simulator",
"name": "<pass name from command line flag>"
},
"android.emu.debug": {
"binaryPath": "android/app/build/outputs/apk/debug/app-x86_64-debug.apk",
"build": "pushd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug && popd && mkdir -p android/app/build/outputs/androidTest/x86_64/debug/ && mv android/app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk android/app/build/outputs/androidTest/x86_64/debug/app-x86_64-debug-androidTest.apk",
"type": "android.emulator",
"name": "<pass name from command line flag>"
},
"android.emu.release": {
"binaryPath": "android/app/build/outputs/apk/release/app-x86_64-release.apk",
"build": "pushd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release && popd && mkdir -p android/app/build/outputs/androidTest/x86_64/release/ && mv android/app/build/outputs/apk/androidTest/release/app-release-androidTest.apk android/app/build/outputs/androidTest/x86_64/release/app-x86_64-release-androidTest.apk",
"type": "android.emulator",
"name": "<pass name from command line flag>"
}
},
"test-runner": "jest",
"runner-config": "e2e/config.json"
},
"husky": {
"hooks": {
"post-checkout": "yarnhook",
"post-merge": "yarnhook"
}
}
}