|
@@ -10,7 +10,6 @@
|
10
|
10
|
"dependencies": {
|
11
|
11
|
"@apollo/client": "^3.7.2",
|
12
|
12
|
"@expo/webpack-config": "^0.17.2",
|
13
|
|
- "deprecated-react-native-prop-types": "^2.2.0",
|
14
|
13
|
"expo": "~47.0.6",
|
15
|
14
|
"expo-status-bar": "~1.4.2",
|
16
|
15
|
"graphql": "^15.8.0",
|
|
@@ -18,13 +17,14 @@
|
18
|
17
|
"react": "18.1.0",
|
19
|
18
|
"react-dom": "18.1.0",
|
20
|
19
|
"react-native": "0.70.5",
|
|
20
|
+ "react-native-gesture-handler": "^2.8.0",
|
21
|
21
|
"react-native-paper": "^3.12.0",
|
22
|
22
|
"react-native-safe-area-context": "4.4.1",
|
23
|
23
|
"react-native-screens": "~3.18.0",
|
24
|
|
- "react-native-smooth-pincode-input": "^1.0.9",
|
25
|
|
- "react-native-svg": "13.4.0",
|
|
24
|
+ "react-native-svg": "^13.4.0",
|
26
|
25
|
"react-native-vector-icons": "^9.2.0",
|
27
|
26
|
"react-native-web": "~0.18.9",
|
|
27
|
+ "react-navigation-drawer": "^2.7.2",
|
28
|
28
|
"react-navigation-material-bottom-tabs": "^2.3.5",
|
29
|
29
|
"react-navigation-stack": "^2.10.4",
|
30
|
30
|
"styled-components": "^5.3.6",
|
|
@@ -1848,7 +1848,6 @@
|
1848
|
1848
|
"version": "2.0.17",
|
1849
|
1849
|
"resolved": "https://registry.npmjs.org/@egjs/hammerjs/-/hammerjs-2.0.17.tgz",
|
1850
|
1850
|
"integrity": "sha512-XQsZgjm2EcVUiZQf11UBJQfmZeEmOW8DpI1gsFeln6w0ae0ii4dMQEQ0kjl6DspdWX1aGY1/loyXnP0JS06e/A==",
|
1851
|
|
- "peer": true,
|
1852
|
1851
|
"dependencies": {
|
1853
|
1852
|
"@types/hammerjs": "^2.0.36"
|
1854
|
1853
|
},
|
|
@@ -5804,8 +5803,7 @@
|
5804
|
5803
|
"node_modules/@types/hammerjs": {
|
5805
|
5804
|
"version": "2.0.41",
|
5806
|
5805
|
"resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.41.tgz",
|
5807
|
|
- "integrity": "sha512-ewXv/ceBaJprikMcxCmWU1FKyMAQ2X7a9Gtmzw8fcg2kIePI1crERDM818W+XYrxqdBBOdlf2rm137bU+BltCA==",
|
5808
|
|
- "peer": true
|
|
5806
|
+ "integrity": "sha512-ewXv/ceBaJprikMcxCmWU1FKyMAQ2X7a9Gtmzw8fcg2kIePI1crERDM818W+XYrxqdBBOdlf2rm137bU+BltCA=="
|
5809
|
5807
|
},
|
5810
|
5808
|
"node_modules/@types/html-minifier-terser": {
|
5811
|
5809
|
"version": "5.1.2",
|
|
@@ -8215,6 +8213,14 @@
|
8215
|
8213
|
"url": "https://opencollective.com/webpack"
|
8216
|
8214
|
}
|
8217
|
8215
|
},
|
|
8216
|
+ "node_modules/core-js": {
|
|
8217
|
+ "version": "2.6.12",
|
|
8218
|
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
|
|
8219
|
+ "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==",
|
|
8220
|
+ "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.",
|
|
8221
|
+ "hasInstallScript": true,
|
|
8222
|
+ "peer": true
|
|
8223
|
+ },
|
8218
|
8224
|
"node_modules/core-js-compat": {
|
8219
|
8225
|
"version": "3.26.1",
|
8220
|
8226
|
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.26.1.tgz",
|
|
@@ -8894,16 +8900,6 @@
|
8894
|
8900
|
"node": ">= 0.6"
|
8895
|
8901
|
}
|
8896
|
8902
|
},
|
8897
|
|
- "node_modules/deprecated-react-native-prop-types": {
|
8898
|
|
- "version": "2.2.0",
|
8899
|
|
- "resolved": "https://registry.npmjs.org/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-2.2.0.tgz",
|
8900
|
|
- "integrity": "sha512-SiessglRbgelU8sHCrGRImdlNKfVGSp0n6+K304d0rCdHGU8wladJkPmufxE2AkjN2jy71sgekNd9IvdZp9jZg==",
|
8901
|
|
- "dependencies": {
|
8902
|
|
- "@react-native/normalize-color": "*",
|
8903
|
|
- "invariant": "*",
|
8904
|
|
- "prop-types": "*"
|
8905
|
|
- }
|
8906
|
|
- },
|
8907
|
8903
|
"node_modules/des.js": {
|
8908
|
8904
|
"version": "1.0.1",
|
8909
|
8905
|
"resolved": "https://registry.npmjs.org/des.js/-/des.js-1.0.1.tgz",
|
|
@@ -9195,6 +9191,27 @@
|
9195
|
9191
|
"node": ">= 0.8"
|
9196
|
9192
|
}
|
9197
|
9193
|
},
|
|
9194
|
+ "node_modules/encoding": {
|
|
9195
|
+ "version": "0.1.13",
|
|
9196
|
+ "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz",
|
|
9197
|
+ "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==",
|
|
9198
|
+ "peer": true,
|
|
9199
|
+ "dependencies": {
|
|
9200
|
+ "iconv-lite": "^0.6.2"
|
|
9201
|
+ }
|
|
9202
|
+ },
|
|
9203
|
+ "node_modules/encoding/node_modules/iconv-lite": {
|
|
9204
|
+ "version": "0.6.3",
|
|
9205
|
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz",
|
|
9206
|
+ "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
9207
|
+ "peer": true,
|
|
9208
|
+ "dependencies": {
|
|
9209
|
+ "safer-buffer": ">= 2.1.2 < 3.0.0"
|
|
9210
|
+ },
|
|
9211
|
+ "engines": {
|
|
9212
|
+ "node": ">=0.10.0"
|
|
9213
|
+ }
|
|
9214
|
+ },
|
9198
|
9215
|
"node_modules/end-of-stream": {
|
9199
|
9216
|
"version": "1.4.4",
|
9200
|
9217
|
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
|
|
@@ -12442,6 +12459,26 @@
|
12442
|
12459
|
"node": ">=0.10.0"
|
12443
|
12460
|
}
|
12444
|
12461
|
},
|
|
12462
|
+ "node_modules/isomorphic-fetch": {
|
|
12463
|
+ "version": "2.2.1",
|
|
12464
|
+ "resolved": "https://registry.npmjs.org/isomorphic-fetch/-/isomorphic-fetch-2.2.1.tgz",
|
|
12465
|
+ "integrity": "sha512-9c4TNAKYXM5PRyVcwUZrF3W09nQ+sO7+jydgs4ZGW9dhsLG2VOlISJABombdQqQRXCwuYG3sYV/puGf5rp0qmA==",
|
|
12466
|
+ "peer": true,
|
|
12467
|
+ "dependencies": {
|
|
12468
|
+ "node-fetch": "^1.0.1",
|
|
12469
|
+ "whatwg-fetch": ">=0.10.0"
|
|
12470
|
+ }
|
|
12471
|
+ },
|
|
12472
|
+ "node_modules/isomorphic-fetch/node_modules/node-fetch": {
|
|
12473
|
+ "version": "1.7.3",
|
|
12474
|
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-1.7.3.tgz",
|
|
12475
|
+ "integrity": "sha512-NhZ4CsKx7cYm2vSrBAr2PvFOe6sWDf0UYLRqA6svUYg7+/TSfVAu49jYC4BvQ4Sms9SZgdqGBgroqfDhJdTyKQ==",
|
|
12476
|
+ "peer": true,
|
|
12477
|
+ "dependencies": {
|
|
12478
|
+ "encoding": "^0.1.11",
|
|
12479
|
+ "is-stream": "^1.0.1"
|
|
12480
|
+ }
|
|
12481
|
+ },
|
12445
|
12482
|
"node_modules/jest-get-type": {
|
12446
|
12483
|
"version": "26.3.0",
|
12447
|
12484
|
"resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-26.3.0.tgz",
|
|
@@ -16826,14 +16863,6 @@
|
16826
|
16863
|
"react": "18.1.0"
|
16827
|
16864
|
}
|
16828
|
16865
|
},
|
16829
|
|
- "node_modules/react-native-animatable": {
|
16830
|
|
- "version": "1.3.3",
|
16831
|
|
- "resolved": "https://registry.npmjs.org/react-native-animatable/-/react-native-animatable-1.3.3.tgz",
|
16832
|
|
- "integrity": "sha512-2ckIxZQAsvWn25Ho+DK3d1mXIgj7tITkrS4pYDvx96WyOttSvzzFeQnM2od0+FUMzILbdHDsDEqZvnz1DYNQ1w==",
|
16833
|
|
- "dependencies": {
|
16834
|
|
- "prop-types": "^15.7.2"
|
16835
|
|
- }
|
16836
|
|
- },
|
16837
|
16866
|
"node_modules/react-native-codegen": {
|
16838
|
16867
|
"version": "0.70.6",
|
16839
|
16868
|
"resolved": "https://registry.npmjs.org/react-native-codegen/-/react-native-codegen-0.70.6.tgz",
|
|
@@ -16849,7 +16878,6 @@
|
16849
|
16878
|
"version": "2.8.0",
|
16850
|
16879
|
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-2.8.0.tgz",
|
16851
|
16880
|
"integrity": "sha512-poOSfz/w0IyD6Qwq7aaIRRfEaVTl1ecQFoyiIbpOpfNTjm2B1niY2FLrdVQIOtIOe+K9nH55Qal04nr4jGkHdQ==",
|
16852
|
|
- "peer": true,
|
16853
|
16881
|
"dependencies": {
|
16854
|
16882
|
"@egjs/hammerjs": "^2.0.17",
|
16855
|
16883
|
"hoist-non-react-statics": "^3.3.0",
|
|
@@ -16890,6 +16918,35 @@
|
16890
|
16918
|
"react-native-vector-icons": "*"
|
16891
|
16919
|
}
|
16892
|
16920
|
},
|
|
16921
|
+ "node_modules/react-native-reanimated": {
|
|
16922
|
+ "version": "1.13.4",
|
|
16923
|
+ "resolved": "https://registry.npmjs.org/react-native-reanimated/-/react-native-reanimated-1.13.4.tgz",
|
|
16924
|
+ "integrity": "sha512-sFbZFh0WanKTa0Fz7GXCZUjWpk/u04ytprcIs4Kb+ijfQHChXva3m3yQZfvbrhRbABJNHrdeuyDgJxDM2mcBgw==",
|
|
16925
|
+ "peer": true,
|
|
16926
|
+ "dependencies": {
|
|
16927
|
+ "fbjs": "^1.0.0"
|
|
16928
|
+ },
|
|
16929
|
+ "peerDependencies": {
|
|
16930
|
+ "react": "*",
|
|
16931
|
+ "react-native": "*"
|
|
16932
|
+ }
|
|
16933
|
+ },
|
|
16934
|
+ "node_modules/react-native-reanimated/node_modules/fbjs": {
|
|
16935
|
+ "version": "1.0.0",
|
|
16936
|
+ "resolved": "https://registry.npmjs.org/fbjs/-/fbjs-1.0.0.tgz",
|
|
16937
|
+ "integrity": "sha512-MUgcMEJaFhCaF1QtWGnmq9ZDRAzECTCRAF7O6UZIlAlkTs1SasiX9aP0Iw7wfD2mJ7wDTNfg2w7u5fSCwJk1OA==",
|
|
16938
|
+ "peer": true,
|
|
16939
|
+ "dependencies": {
|
|
16940
|
+ "core-js": "^2.4.1",
|
|
16941
|
+ "fbjs-css-vars": "^1.0.0",
|
|
16942
|
+ "isomorphic-fetch": "^2.1.1",
|
|
16943
|
+ "loose-envify": "^1.0.0",
|
|
16944
|
+ "object-assign": "^4.1.0",
|
|
16945
|
+ "promise": "^7.1.1",
|
|
16946
|
+ "setimmediate": "^1.0.5",
|
|
16947
|
+ "ua-parser-js": "^0.7.18"
|
|
16948
|
+ }
|
|
16949
|
+ },
|
16893
|
16950
|
"node_modules/react-native-safe-area-context": {
|
16894
|
16951
|
"version": "4.4.1",
|
16895
|
16952
|
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-4.4.1.tgz",
|
|
@@ -16929,18 +16986,6 @@
|
16929
|
16986
|
"react-native": "*"
|
16930
|
16987
|
}
|
16931
|
16988
|
},
|
16932
|
|
- "node_modules/react-native-smooth-pincode-input": {
|
16933
|
|
- "version": "1.0.9",
|
16934
|
|
- "resolved": "https://registry.npmjs.org/react-native-smooth-pincode-input/-/react-native-smooth-pincode-input-1.0.9.tgz",
|
16935
|
|
- "integrity": "sha512-4V4tyUGJaze55FHuJW/gYVOD3fc4Pd7cTIrv7liTRIXR49y09C2O3XqJUdgNR+UwTgLrTt/8L2lvEuEVUk3kig==",
|
16936
|
|
- "dependencies": {
|
16937
|
|
- "prop-types": "^15.5.10",
|
16938
|
|
- "react-native-animatable": "^1.3.0"
|
16939
|
|
- },
|
16940
|
|
- "peerDependencies": {
|
16941
|
|
- "react-native": "*"
|
16942
|
|
- }
|
16943
|
|
- },
|
16944
|
16989
|
"node_modules/react-native-svg": {
|
16945
|
16990
|
"version": "13.4.0",
|
16946
|
16991
|
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-13.4.0.tgz",
|
|
@@ -17158,6 +17203,20 @@
|
17158
|
17203
|
"react-native": "*"
|
17159
|
17204
|
}
|
17160
|
17205
|
},
|
|
17206
|
+ "node_modules/react-navigation-drawer": {
|
|
17207
|
+ "version": "2.7.2",
|
|
17208
|
+ "resolved": "https://registry.npmjs.org/react-navigation-drawer/-/react-navigation-drawer-2.7.2.tgz",
|
|
17209
|
+ "integrity": "sha512-AZgluZ8txCG+MrITF+VuHYAnnLaUQw/HvxHKWrAngy/CbmyEIgXEowvShCKMZDMa7PUtKY5+xuwgQtniGgGKsg==",
|
|
17210
|
+ "deprecated": "This package is no longer supported. Please use @react-navigation/drawer instead. See https://reactnavigation.org/docs/drawer-navigator/ for usage guide",
|
|
17211
|
+ "peerDependencies": {
|
|
17212
|
+ "react": "*",
|
|
17213
|
+ "react-native": "*",
|
|
17214
|
+ "react-native-gesture-handler": "^1.0.12",
|
|
17215
|
+ "react-native-reanimated": "^1.0.0",
|
|
17216
|
+ "react-native-screens": ">=1.0.0 || >= 2.0.0-alpha.0 || >= 2.0.0-beta.0 || >= 2.0.0",
|
|
17217
|
+ "react-navigation": "^4.1.1"
|
|
17218
|
+ }
|
|
17219
|
+ },
|
17161
|
17220
|
"node_modules/react-navigation-material-bottom-tabs": {
|
17162
|
17221
|
"version": "2.3.5",
|
17163
|
17222
|
"resolved": "https://registry.npmjs.org/react-navigation-material-bottom-tabs/-/react-navigation-material-bottom-tabs-2.3.5.tgz",
|