forked from brandingbrand/flagship
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
395 lines (395 loc) · 13.5 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
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
{
"name": "brandingbrand",
"version": "11.37.0",
"private": true,
"engines": {
"node": "14",
"npm": ">=7.0.0",
"yarn": "use-npm"
},
"scripts": {
"postinstall": "run-s postinstall:**",
"postinstall:patch-package": "patch-package",
"postinstall:husky": "husky install",
"postinstall:jetify": "npx jetify",
"postinstall:nx": "nx run-many --target install --all --parallel false",
"command-list": "nps-i",
"start": "nx serve",
"database": "nx database",
"database-dump": "nx database-dump",
"build": "nx build",
"android": "nx android",
"ios": "nx ios",
"lint": "nx lint",
"test": "nx test",
"format": "nx format",
"format:check": "nx format:check",
"e2e": "nx e2e",
"workspace-lint": "nx workspace-lint"
},
"dependencies": {
"@adobe/react-native-acpanalytics": "^1.2.6",
"@adobe/react-native-acpcore": "^1.2.5",
"@algolia/client-search": "^4.11.0",
"@apidevtools/json-schema-ref-parser": "^9.0.9",
"@aws-sdk/client-s3": "^3.9.0",
"@aws-sdk/lib-storage": "^3.9.0",
"@brandingbrand/flagship-nx": "file:dist/libs/flagship-nx",
"@brandingbrand/git": "file:dist/libs/git",
"@brandingbrand/github-nx": "file:dist/libs/github-nx",
"@brandingbrand/orchestrate-nx": "file:dist/libs/orchestrate-nx",
"@brandingbrand/react-native-google-analytics": "^2.2.0",
"@brandingbrand/react-native-leanplum": "^5.0.0",
"@brandingbrand/react-native-payments": "^0.12.0",
"@brandingbrand/shell": "file:dist/libs/shell",
"@brandingbrand/shipit-nx": "file:dist/libs/shipit-nx",
"@brandingbrand/tcomb-form-native": "^0.6.20",
"@brandingbrand/webpack-nx": "file:dist/libs/webpack-nx",
"@callstack/repack": "^2.5.1",
"@commercetools/platform-sdk": "^1.20.0",
"@commercetools/sdk-auth": "^3.0.12",
"@commercetools/sdk-client": "^2.1.2",
"@commercetools/sdk-middleware-auth": "^6.2.0",
"@commercetools/sdk-middleware-http": "^6.1.0",
"@conventional-commits/parser": "^0.4.1",
"@imagemarker/use-text-width": "^0.4.4",
"@lifeomic/axios-fetch": "^1.5.2",
"@loadable/component": "^5.14.1",
"@nestjs/axios": "^0.0.5",
"@nestjs/common": "^8.2.6",
"@nestjs/config": "^1.1.6",
"@nestjs/core": "^8.2.6",
"@nestjs/jwt": "^8.0.0",
"@nestjs/mapped-types": "^1.0.1",
"@nestjs/passport": "^8.1.0",
"@nestjs/platform-express": "^8.2.6",
"@nrwl/devkit": "13.4.6",
"@nrwl/react": "13.4.6",
"@nrwl/react-native": "13.4.6",
"@nrwl/tao": "13.4.6",
"@nrwl/web": "13.4.6",
"@prisma/client": "^3.6.0",
"@react-native-async-storage/async-storage": "^1.15.14",
"@react-native-community/datetimepicker": "^3.0.2",
"@react-native-community/geolocation": "^2.0.2",
"@react-native-picker/picker": "^2.2.1",
"@sentry/browser": "^6.16.1",
"@sentry/react-native": "^3.2.11",
"@types/lodash": "^4.14.178",
"@types/passport-http-bearer": "^1.0.37",
"@types/passport-jwt": "^3.0.6",
"@types/prop-types": "^15.0.0",
"@types/react-color": "^3.0.6",
"@types/react-native-snap-carousel": "^3.7.3",
"@types/react-native-video": "^5.0.0",
"@types/tinycolor2": "^1.4.3",
"@types/yup": "^0.28.1",
"algoliasearch": "^4.11.0",
"autobind-decorator": "^2.4.0",
"autoprefixer": "^10.4.2",
"axios": "~0.24.0",
"babel-loader": "~8.2.3",
"babel-plugin-react-native-web": "~0.13.18",
"body-parser": "^1.19.1",
"buffer": "^6.0.3",
"card-validator": "^8.1.1",
"chalk": "^4.1.2",
"cheerio": "^1.0.0-rc.10",
"class-transformer": "^0.3.2",
"class-validator": "^0.13.2",
"cli-progress": "^3.9.1",
"contentful": "^9.1.5",
"contentstack": "^3.12.0",
"cookie-parser": "^1.4.5",
"copy-webpack-plugin": "^5.1.0",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"css-loader": "^6.5.1",
"css-tree": "^1.1.3",
"cssnano": "^5.0.14",
"cuid": "^2.1.8",
"date-fns": "^2.22.1",
"dc-delivery-sdk-js": "^0.11.0",
"decimal.js": "^10.0.1",
"express": "^4.17.1",
"fast-deep-equal": "^3.1.3",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.2.10",
"formik": "^2.1.1",
"fp-ts": "~2.10.5",
"frames-react": "^1.0.2",
"fs-extra": "^10.0.0",
"glob": "^7.1.2",
"global": "^4.3.2",
"google-map-react": "^1.0.4",
"graphql": "^15.8.0",
"graphql-request": "^3.7.0",
"graphql-tag": "^2.12.6",
"history": "^4.10.1",
"http-proxy-middleware": "^2.0.2",
"https-browserify": "^1.0.0",
"hyphenate-style-name": "^1.0.4",
"i18n-js": "^3.3.0",
"inline-style-prefixer": "^6.0.0",
"inquirer": "^8.2.0",
"ix": "^4.4.0",
"jsc-android": "241213.x.x",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"lodash-es": "^4.17.10",
"memfs": "^3.4.1",
"memoize-one": "^5.0.0",
"mini-css-extract-plugin": "~2.4.7",
"modal-react-native-web": "^0.2.0",
"module-replace-webpack-plugin": "^0.0.12",
"multer": "^1.4.4",
"murmurhash-js": "^1.0.0",
"mysql": "^2.18.1",
"node-fetch": "^3.1.0",
"observable-hooks": "^4.2.0",
"parse-git-url": "^1.0.1",
"parser-ts": "^0.6.13",
"passport": "^0.4.1",
"passport-http-bearer": "^1.0.1",
"passport-jwt": "^4.0.0",
"path-to-regexp": "^1.7.0",
"photoswipe": "^4.1.2",
"pluralize": "^8.0.0",
"process": "^0.11.10",
"prop-types": "^15.6.2",
"pure-react-carousel": "^1.27.8",
"qs": "^6.9.7",
"ramda": "^0.27.1",
"react": "^16.14.0",
"react-color": "^2.19.3",
"react-content-loader": "^5.1.2",
"react-dom": "^16.14.0",
"react-dropzone": "^11.4.2",
"react-google-login": "^5.2.2",
"react-helmet": "^6.1.0",
"react-id-swiper": "^2.0.0",
"react-json-tree": "^0.15.1",
"react-native": "^0.63.4",
"react-native-animatable": "^1.3.2",
"react-native-cache": "^2.0.2",
"react-native-cookies": "^3.3.0",
"react-native-device-info": "^5.6.5",
"react-native-dropdown-picker": "^3.8.3",
"react-native-dynamic-fonts": "^0.3.2",
"react-native-elements": "^2.3.2",
"react-native-fs": "^2.18.0",
"react-native-geocoder": "^0.5.0",
"react-native-geolocation-service": "^5.3.0-beta.4",
"react-native-haptic-feedback": "^1.13.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-linear-gradient": "^2.5.6",
"react-native-localize": "^1.4.3",
"react-native-maps": "^0.29.4",
"react-native-navigation": "^6.0.0",
"react-native-open-settings": "^1.0.1",
"react-native-permissions": "^2.2.2",
"react-native-picker-select": "^8.0.0",
"react-native-sensitive-info": "^5.5.0",
"react-native-snap-carousel": "^3.8.0",
"react-native-svg": "^10.1.0",
"react-native-swiper": "1.6.0",
"react-native-vector-icons": "^9.0.0",
"react-native-video": "^5.0.2",
"react-native-web": "~0.13.12",
"react-native-web-image-loader": "^0.1.1",
"react-native-web-linear-gradient": "^1.1.2",
"react-native-web-modal": "^1.0.1",
"react-native-web-webview": "^1.0.2",
"react-native-webview": "^11.6.4",
"react-player": "^1.15.3",
"react-redux": "^7.0.0",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"react-tiny-popover": "^4.0.0",
"redux": "^4.1.2",
"redux-immutable-state-invariant": "^2.1.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"replace-in-file": "^5.0.2",
"runtypes": "^6.5.0",
"rxjs": "^7.5.2",
"rxjs-for-await": "^1.0.0",
"stream-http": "^3.2.0",
"style-loader": "^3.3.1",
"styled-components": "^5.3.3",
"svgs": "^4.2.0",
"sweetalert": "^2.1.0",
"swiper": "^6.8.4",
"symbol-observable": "^4.0.0",
"tar": "^5.0.11",
"terser-webpack-plugin": "^5.3.0",
"tinycolor2": "^1.4.2",
"true-case-path": "^2.0.0",
"ts-dedent": "^2.2.0",
"ts-loader": "^9.2.6",
"tsconfig-paths-webpack-plugin": "^3.5.2",
"tslib": "^2.0.0",
"type-fest": "^2.8.0",
"typescript-json-schema": "^0.53.0",
"url-parse": "^1.4.3",
"uuid": "^8.3.2",
"webpack": "^5.65.0",
"worker-loader": "^3.0.8",
"xcode": "^3.0.1",
"yargs": "^15.4.1",
"yup": "^0.29.3"
},
"devDependencies": {
"@babel/core": "^7.16.10",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-export-namespace-from": "^7.16.7",
"@babel/plugin-proposal-private-methods": "^7.16.11",
"@babel/plugin-proposal-private-property-in-object": "^7.16.7",
"@babel/plugin-transform-flow-strip-types": "^7.16.7",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/plugin-transform-react-jsx": "^7.16.7",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"@commitlint/format": "^16.0.0",
"@commitlint/travis-cli": "^16.1.0",
"@graphql-codegen/add": "^3.1.1",
"@graphql-codegen/cli": "^2.4.0",
"@graphql-codegen/introspection": "^2.1.1",
"@graphql-codegen/typescript": "^2.4.2",
"@graphql-codegen/typescript-graphql-request": "^4.3.3",
"@graphql-codegen/typescript-operations": "^2.2.2",
"@jscutlery/semver": "^2.17.5",
"@nestjs/testing": "^8.2.6",
"@nrwl/cli": "13.4.6",
"@nrwl/cypress": "13.4.6",
"@nrwl/detox": "13.4.6",
"@nrwl/eslint-plugin-nx": "13.4.6",
"@nrwl/jest": "13.4.6",
"@nrwl/js": "13.4.6",
"@nrwl/linter": "13.4.6",
"@nrwl/nest": "13.4.6",
"@nrwl/node": "13.4.6",
"@nrwl/nx-plugin": "13.4.6",
"@nrwl/workspace": "13.4.6",
"@nstudio/nps-i": "^1.1.1",
"@nx-tools/nx-docker": "^2.2.0",
"@react-native-community/cli": "4.7.0",
"@react-native-community/cli-platform-android": "4.7.0",
"@react-native-community/cli-platform-ios": "4.7.0",
"@storybook/addon-actions": "^6.4.13",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addon-viewport": "^6.4.13",
"@storybook/addons": "^6.4.13",
"@storybook/react": "^6.4.13",
"@strictsoftware/typedoc-plugin-monorepo": "^0.4.2",
"@swc/core": "^1.2.138",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/jest-native": "4.0.4",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/react-native": "9.0.0",
"@types/base-64": "^1.0.0",
"@types/cli-progress": "^3.9.2",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "2.8.12",
"@types/css-tree": "^1.0.7",
"@types/cssnano": "^5.0.0",
"@types/cuid": "^2.0.1",
"@types/express": "^4.17.13",
"@types/fs-extra": "^8.1.2",
"@types/hyphenate-style-name": "^1.0.0",
"@types/i18n-js": "^3.8.2",
"@types/inline-style-prefixer": "^5.0.0",
"@types/inquirer": "^8.2.0",
"@types/jest": "^27.4.0",
"@types/jwt-decode": "^2.2.1",
"@types/loadable__component": "^5.13.4",
"@types/lodash-es": "^4.17.5",
"@types/memoize-one": "^5.1.2",
"@types/mini-css-extract-plugin": "~2.4.0",
"@types/multer": "^1.4.7",
"@types/murmurhash-js": "^1.0.3",
"@types/mysql": "^2.15.20",
"@types/node": "^14.18.9",
"@types/pluralize": "^0.0.29",
"@types/postcss-flexbugs-fixes": "^4.2.1",
"@types/qs": "^6.9.7",
"@types/ramda": "^0.27.64",
"@types/react": "^16.14.21",
"@types/react-dom": "^16.9.14",
"@types/react-helmet": "^6.1.5",
"@types/react-native": "~0.63.59",
"@types/react-native-elements": "^0.18.0",
"@types/react-native-i18n": "^2.0.0",
"@types/react-native-touch-id": "^4.4.0",
"@types/react-redux": "^7.1.22",
"@types/react-router-dom": "^5.3.3",
"@types/redux-logger": "^3.0.9",
"@types/sinon": "^10.0.8",
"@types/styled-components": "^5.1.20",
"@types/tar": "^4.0.5",
"@types/url-parse": "^1.4.7",
"@types/uuid": "^8.3.4",
"@types/yargs": "^15.0.14",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"babel-jest": "^27.4.6",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"commander": "^8.3.0",
"commitizen": "^4.2.4",
"cypress": "^9.3.1",
"cz-customizable": "^6.3.0",
"detox": "19.4.2",
"eslint": "^8.7.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsdoc": "^37.6.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-unicorn": "^40.1.0",
"fast-check": "^2.21.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.4",
"jest": "^27.4.7",
"jest-esm-transformer": "^1.0.0",
"jest-react-native": "18.0.0",
"jetifier": "^2.0.0",
"json-schema-to-typescript": "^10.1.5",
"markdownlint-cli": "^0.31.0",
"metro": "~0.59.0",
"metro-react-native-babel-preset": "~0.59.0",
"metro-resolver": "0.66.2",
"ngx-deploy-npm": "^3.0.11",
"nock": "^13.2.2",
"npm-run-all": "^4.1.5",
"nps": "^5.10.0",
"patch-package": "^6.4.7",
"postcss-flexbugs-fixes": "^5.0.2",
"prettier": "^2.5.1",
"prisma": "^3.6.0",
"react-native-svg-transformer": "0.14.3",
"sinon": "^12.0.1",
"ts-jest": "^27.1.3",
"ts-node": "^10.4.0",
"typedoc": "^0.22.11",
"typescript": "^4.5.5",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3",
"webpack-manifest-plugin": "^4.1.1",
"workbox-webpack-plugin": "^6.4.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
}
}