|
@@ -45,6 +45,7 @@
|
|
"expo-web-browser": "~10.0.3",
|
|
"expo-web-browser": "~10.0.3",
|
|
"formik": "^2.2.9",
|
|
"formik": "^2.2.9",
|
|
"jwt-decode": "^3.1.2",
|
|
"jwt-decode": "^3.1.2",
|
|
|
|
+ "md5": "^2.3.0",
|
|
"mobx": "^6.3.2",
|
|
"mobx": "^6.3.2",
|
|
"mobx-react": "^7.2.0",
|
|
"mobx-react": "^7.2.0",
|
|
"parcel": "^2.0.0-rc.0",
|
|
"parcel": "^2.0.0-rc.0",
|
|
@@ -57,11 +58,16 @@
|
|
"react-native-animated-spinkit": "^1.5.2",
|
|
"react-native-animated-spinkit": "^1.5.2",
|
|
"react-native-collapsible": "^1.6.0",
|
|
"react-native-collapsible": "^1.6.0",
|
|
"react-native-config": "^1.4.5",
|
|
"react-native-config": "^1.4.5",
|
|
|
|
+ "react-native-device-info": "^8.6.0",
|
|
"react-native-dialog": "^9.2.0",
|
|
"react-native-dialog": "^9.2.0",
|
|
"react-native-dotenv": "^3.3.0",
|
|
"react-native-dotenv": "^3.3.0",
|
|
|
|
+ "react-native-fast-image": "^8.5.11",
|
|
|
|
+ "react-native-fs": "^2.19.0",
|
|
"react-native-gesture-handler": "~1.10.2",
|
|
"react-native-gesture-handler": "~1.10.2",
|
|
"react-native-get-random-values": "~1.7.0",
|
|
"react-native-get-random-values": "~1.7.0",
|
|
"react-native-maps": "0.29.3",
|
|
"react-native-maps": "0.29.3",
|
|
|
|
+ "react-native-maps-directions": "^1.8.0",
|
|
|
|
+ "react-native-material-menu": "^2.0.0",
|
|
"react-native-modal": "^12.0.3",
|
|
"react-native-modal": "^12.0.3",
|
|
"react-native-multi-selectbox": "^1.5.0",
|
|
"react-native-multi-selectbox": "^1.5.0",
|
|
"react-native-multiple-select": "^0.5.7",
|
|
"react-native-multiple-select": "^0.5.7",
|
|
@@ -70,17 +76,22 @@
|
|
"react-native-picker-select": "^7.0.0",
|
|
"react-native-picker-select": "^7.0.0",
|
|
"react-native-popup-menu": "^0.15.12",
|
|
"react-native-popup-menu": "^0.15.12",
|
|
"react-native-reanimated": "~2.2.0",
|
|
"react-native-reanimated": "~2.2.0",
|
|
|
|
+ "react-native-root-toast": "^3.3.0",
|
|
"react-native-safe-area-context": "3.3.2",
|
|
"react-native-safe-area-context": "3.3.2",
|
|
"react-native-screens": "~3.8.0",
|
|
"react-native-screens": "~3.8.0",
|
|
"react-native-sectioned-multi-select": "^0.8.1",
|
|
"react-native-sectioned-multi-select": "^0.8.1",
|
|
|
|
+ "react-native-sha256": "^1.4.7",
|
|
"react-native-side-drawer": "^1.2.9",
|
|
"react-native-side-drawer": "^1.2.9",
|
|
"react-native-spinkit": "^1.5.1",
|
|
"react-native-spinkit": "^1.5.1",
|
|
"react-native-spokestack": "^6.1.4",
|
|
"react-native-spokestack": "^6.1.4",
|
|
"react-native-svg": "^12.1.1",
|
|
"react-native-svg": "^12.1.1",
|
|
"react-native-svg-transformer": "^1.0.0",
|
|
"react-native-svg-transformer": "^1.0.0",
|
|
|
|
+ "react-native-toast-message": "^2.1.3",
|
|
|
|
+ "react-native-view-shot": "3.1.2",
|
|
"react-native-web": "^0.13",
|
|
"react-native-web": "^0.13",
|
|
"react-native-windows": "0.64.2",
|
|
"react-native-windows": "0.64.2",
|
|
"react-query": "^3.19.0",
|
|
"react-query": "^3.19.0",
|
|
|
|
+ "uuid": "^8.3.2",
|
|
"yup": "^0.32.9"
|
|
"yup": "^0.32.9"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
@@ -1964,14 +1975,6 @@
|
|
"safe-json-stringify": "~1"
|
|
"safe-json-stringify": "~1"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "node_modules/@expo/bunyan/node_modules/uuid": {
|
|
|
|
- "version": "8.3.2",
|
|
|
|
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
|
|
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
|
|
|
- "bin": {
|
|
|
|
- "uuid": "dist/bin/uuid"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
"node_modules/@expo/config": {
|
|
"node_modules/@expo/config": {
|
|
"version": "5.0.9",
|
|
"version": "5.0.9",
|
|
"resolved": "https://registry.npmjs.org/@expo/config/-/config-5.0.9.tgz",
|
|
"resolved": "https://registry.npmjs.org/@expo/config/-/config-5.0.9.tgz",
|
|
@@ -3015,14 +3018,6 @@
|
|
"node": ">=12"
|
|
"node": ">=12"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "node_modules/@expo/rudder-sdk-node/node_modules/uuid": {
|
|
|
|
- "version": "8.3.2",
|
|
|
|
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
|
|
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
|
|
|
- "bin": {
|
|
|
|
- "uuid": "dist/bin/uuid"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
"node_modules/@expo/schemer": {
|
|
"node_modules/@expo/schemer": {
|
|
"version": "1.3.31",
|
|
"version": "1.3.31",
|
|
"resolved": "https://registry.npmjs.org/@expo/schemer/-/schemer-1.3.31.tgz",
|
|
"resolved": "https://registry.npmjs.org/@expo/schemer/-/schemer-1.3.31.tgz",
|
|
@@ -5499,6 +5494,15 @@
|
|
"node": ">=8"
|
|
"node": ">=8"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@react-native-community/cli-platform-ios/node_modules/uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
|
|
|
|
+ "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
|
|
|
|
+ "bin": {
|
|
|
|
+ "uuid": "bin/uuid"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@react-native-community/cli-platform-ios/node_modules/xcode": {
|
|
"node_modules/@react-native-community/cli-platform-ios/node_modules/xcode": {
|
|
"version": "2.1.0",
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/xcode/-/xcode-2.1.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/xcode/-/xcode-2.1.0.tgz",
|
|
@@ -5917,6 +5921,15 @@
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/@react-native-windows/cli/node_modules/uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
|
|
|
|
+ "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
|
|
|
|
+ "bin": {
|
|
|
|
+ "uuid": "bin/uuid"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/@react-native-windows/find-repo-root": {
|
|
"node_modules/@react-native-windows/find-repo-root": {
|
|
"version": "0.64.0",
|
|
"version": "0.64.0",
|
|
"resolved": "https://registry.npmjs.org/@react-native-windows/find-repo-root/-/find-repo-root-0.64.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/@react-native-windows/find-repo-root/-/find-repo-root-0.64.0.tgz",
|
|
@@ -9402,6 +9415,11 @@
|
|
"node": ">=0.10.0"
|
|
"node": ">=0.10.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/base-64": {
|
|
|
|
+ "version": "0.1.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/base-64/-/base-64-0.1.0.tgz",
|
|
|
|
+ "integrity": "sha1-eAqZyE59YAJgNhURxId2E78k9rs="
|
|
|
|
+ },
|
|
"node_modules/base-x": {
|
|
"node_modules/base-x": {
|
|
"version": "3.0.8",
|
|
"version": "3.0.8",
|
|
"resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.8.tgz",
|
|
"resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.8.tgz",
|
|
@@ -13360,14 +13378,6 @@
|
|
"node": ">=8"
|
|
"node": ">=8"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "node_modules/expo-cli/node_modules/uuid": {
|
|
|
|
- "version": "8.3.2",
|
|
|
|
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
|
|
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
|
|
|
- "bin": {
|
|
|
|
- "uuid": "dist/bin/uuid"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
"node_modules/expo-constants": {
|
|
"node_modules/expo-constants": {
|
|
"version": "12.1.3",
|
|
"version": "12.1.3",
|
|
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-12.1.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/expo-constants/-/expo-constants-12.1.3.tgz",
|
|
@@ -13378,6 +13388,15 @@
|
|
"uuid": "^3.3.2"
|
|
"uuid": "^3.3.2"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/expo-constants/node_modules/uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
|
|
|
|
+ "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
|
|
|
|
+ "bin": {
|
|
|
|
+ "uuid": "bin/uuid"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/expo-crypto": {
|
|
"node_modules/expo-crypto": {
|
|
"version": "10.0.3",
|
|
"version": "10.0.3",
|
|
"resolved": "https://registry.npmjs.org/expo-crypto/-/expo-crypto-10.0.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/expo-crypto/-/expo-crypto-10.0.3.tgz",
|
|
@@ -13558,6 +13577,15 @@
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/expo-file-system/node_modules/uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
|
|
|
|
+ "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
|
|
|
|
+ "bin": {
|
|
|
|
+ "uuid": "bin/uuid"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/expo-font": {
|
|
"node_modules/expo-font": {
|
|
"version": "10.0.3",
|
|
"version": "10.0.3",
|
|
"resolved": "https://registry.npmjs.org/expo-font/-/expo-font-10.0.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/expo-font/-/expo-font-10.0.3.tgz",
|
|
@@ -14093,6 +14121,15 @@
|
|
"node": ">= 10.0.0"
|
|
"node": ">= 10.0.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/expo-notifications/node_modules/uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
|
|
|
|
+ "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
|
|
|
|
+ "bin": {
|
|
|
|
+ "uuid": "bin/uuid"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/expo-pwa": {
|
|
"node_modules/expo-pwa": {
|
|
"version": "0.0.102",
|
|
"version": "0.0.102",
|
|
"resolved": "https://registry.npmjs.org/expo-pwa/-/expo-pwa-0.0.102.tgz",
|
|
"resolved": "https://registry.npmjs.org/expo-pwa/-/expo-pwa-0.0.102.tgz",
|
|
@@ -14487,6 +14524,15 @@
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/expo-updates/node_modules/uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
|
|
|
|
+ "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
|
|
|
|
+ "bin": {
|
|
|
|
+ "uuid": "bin/uuid"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/expo-web-browser": {
|
|
"node_modules/expo-web-browser": {
|
|
"version": "10.0.3",
|
|
"version": "10.0.3",
|
|
"resolved": "https://registry.npmjs.org/expo-web-browser/-/expo-web-browser-10.0.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/expo-web-browser/-/expo-web-browser-10.0.3.tgz",
|
|
@@ -14496,6 +14542,15 @@
|
|
"expo-modules-core": "~0.4.4"
|
|
"expo-modules-core": "~0.4.4"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/expo/node_modules/uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
|
|
|
|
+ "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
|
|
|
|
+ "bin": {
|
|
|
|
+ "uuid": "bin/uuid"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/express": {
|
|
"node_modules/express": {
|
|
"version": "4.16.4",
|
|
"version": "4.16.4",
|
|
"resolved": "https://registry.npmjs.org/express/-/express-4.16.4.tgz",
|
|
"resolved": "https://registry.npmjs.org/express/-/express-4.16.4.tgz",
|
|
@@ -16077,6 +16132,15 @@
|
|
"graphql": "^0.12.0 || ^0.13.0"
|
|
"graphql": "^0.12.0 || ^0.13.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/graphql-tools/node_modules/uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
|
|
|
|
+ "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
|
|
|
|
+ "bin": {
|
|
|
|
+ "uuid": "bin/uuid"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/gzip-size": {
|
|
"node_modules/gzip-size": {
|
|
"version": "5.1.1",
|
|
"version": "5.1.1",
|
|
"resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-5.1.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/gzip-size/-/gzip-size-5.1.1.tgz",
|
|
@@ -24894,6 +24958,14 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/react-native-device-info": {
|
|
|
|
+ "version": "8.6.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-device-info/-/react-native-device-info-8.6.0.tgz",
|
|
|
|
+ "integrity": "sha512-LxxaHkx2XQDuRFhk6545uBvjbjL/Xq7YNa8ufOCKg/BSPuZZPWmOW8SUwxDn/bteAGOx6Djv1YqGOMolX+bzSw==",
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "react-native": "*"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/react-native-dialog": {
|
|
"node_modules/react-native-dialog": {
|
|
"version": "9.2.0",
|
|
"version": "9.2.0",
|
|
"resolved": "https://registry.npmjs.org/react-native-dialog/-/react-native-dialog-9.2.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-native-dialog/-/react-native-dialog-9.2.0.tgz",
|
|
@@ -24918,6 +24990,33 @@
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/react-native-fast-image": {
|
|
|
|
+ "version": "8.5.11",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-fast-image/-/react-native-fast-image-8.5.11.tgz",
|
|
|
|
+ "integrity": "sha512-cNW4bIJg3nvKaheG8vGMfqCt5LMWX9MS5+wMudgKIHbGO51spRr4sgnlhVgwHLcZ5aeNOVJ8CPRxDIWKRq/0QA==",
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "react": "^16.8.6 || ^17.0.0",
|
|
|
|
+ "react-native": ">=0.60.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/react-native-fs": {
|
|
|
|
+ "version": "2.19.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-fs/-/react-native-fs-2.19.0.tgz",
|
|
|
|
+ "integrity": "sha512-Yl09IbETkV5UJcBtVtBLttyTmiAhJIHpGA/LvredI5dYiw3MXMMVu42bzELiuH2Bwj7F+qd0fMNvgfBDiDxd2A==",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "base-64": "^0.1.0",
|
|
|
|
+ "utf8": "^3.0.0"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "react-native": "*",
|
|
|
|
+ "react-native-windows": "*"
|
|
|
|
+ },
|
|
|
|
+ "peerDependenciesMeta": {
|
|
|
|
+ "react-native-windows": {
|
|
|
|
+ "optional": true
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/react-native-gesture-handler": {
|
|
"node_modules/react-native-gesture-handler": {
|
|
"version": "1.10.3",
|
|
"version": "1.10.3",
|
|
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-1.10.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-1.10.3.tgz",
|
|
@@ -24976,6 +25075,29 @@
|
|
"react-native-web": "^0.13"
|
|
"react-native-web": "^0.13"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/react-native-maps-directions": {
|
|
|
|
+ "version": "1.8.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-maps-directions/-/react-native-maps-directions-1.8.0.tgz",
|
|
|
|
+ "integrity": "sha512-7KWfPrvPLU8VP2nEqsnrWlOuylidlRWWDdk3lqT5Nb1q87FeyzNgA7Ib7n6cZlQwH4usTRlJSnzNo/yQ3u4AZw==",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "lodash.isequal": "^4.5.0",
|
|
|
|
+ "prop-types": "^15.6.0"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "react": "*",
|
|
|
|
+ "react-native": "*",
|
|
|
|
+ "react-native-maps": ">=0.12.1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "node_modules/react-native-material-menu": {
|
|
|
|
+ "version": "2.0.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-material-menu/-/react-native-material-menu-2.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-SmO9PLE3E469EPbVWZqvdu6JGPPZIm7YjqDcWs2PPoY0k7w2V9tFo3BmmLXNzNZDCVCAi+PPSsL7h/5WkfHcSg==",
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "react": "*",
|
|
|
|
+ "react-native": "*"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/react-native-modal": {
|
|
"node_modules/react-native-modal": {
|
|
"version": "12.1.0",
|
|
"version": "12.1.0",
|
|
"resolved": "https://registry.npmjs.org/react-native-modal/-/react-native-modal-12.1.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-native-modal/-/react-native-modal-12.1.0.tgz",
|
|
@@ -25085,6 +25207,23 @@
|
|
"ua-parser-js": "^0.7.18"
|
|
"ua-parser-js": "^0.7.18"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/react-native-root-siblings": {
|
|
|
|
+ "version": "4.1.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-root-siblings/-/react-native-root-siblings-4.1.1.tgz",
|
|
|
|
+ "integrity": "sha512-sdmLElNs5PDWqmZmj4/aNH4anyxreaPm61c4ZkRiR8SO/GzLg6KjAbb0e17RmMdnBdD0AIQbS38h/l55YKN4ZA=="
|
|
|
|
+ },
|
|
|
|
+ "node_modules/react-native-root-toast": {
|
|
|
|
+ "version": "3.3.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-root-toast/-/react-native-root-toast-3.3.0.tgz",
|
|
|
|
+ "integrity": "sha512-C4Pqu+Ae7kXsYJwTvz8NshyJ9SL5YJd+/vCkvgDAxxR8AYlPFggEcTCMNARIWXuRwthLbuwcakh4z9k6qg95dg==",
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "prop-types": "^15.5.10",
|
|
|
|
+ "react-native-root-siblings": "^4.0.0"
|
|
|
|
+ },
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "react-native": ">=0.47.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/react-native-safe-area-context": {
|
|
"node_modules/react-native-safe-area-context": {
|
|
"version": "3.3.2",
|
|
"version": "3.3.2",
|
|
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-3.3.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-3.3.2.tgz",
|
|
@@ -25114,6 +25253,11 @@
|
|
"prop-types": "^15.6.0"
|
|
"prop-types": "^15.6.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/react-native-sha256": {
|
|
|
|
+ "version": "1.4.7",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-sha256/-/react-native-sha256-1.4.7.tgz",
|
|
|
|
+ "integrity": "sha512-VcIjOBGvHG6V2OCgbGnEKOymcatYC7byf1aM6mmCoUDqOUFQrGIjnU9fUMWGoMERAljVqisvsG/M1GdfhilkFg=="
|
|
|
|
+ },
|
|
"node_modules/react-native-side-drawer": {
|
|
"node_modules/react-native-side-drawer": {
|
|
"version": "1.2.9",
|
|
"version": "1.2.9",
|
|
"resolved": "https://registry.npmjs.org/react-native-side-drawer/-/react-native-side-drawer-1.2.9.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-native-side-drawer/-/react-native-side-drawer-1.2.9.tgz",
|
|
@@ -25224,6 +25368,15 @@
|
|
"boolbase": "~1.0.0"
|
|
"boolbase": "~1.0.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/react-native-toast-message": {
|
|
|
|
+ "version": "2.1.3",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-toast-message/-/react-native-toast-message-2.1.3.tgz",
|
|
|
|
+ "integrity": "sha512-K3hHSWezWixxOZUDbxPSarEG+tPv2WcaJG4L7dvRUC1TOKNVCEKzXjsx+6ZMxllDrJ0sFczuYGqZibGpFe/ubA==",
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "react": "*",
|
|
|
|
+ "react-native": "*"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/react-native-vector-icons": {
|
|
"node_modules/react-native-vector-icons": {
|
|
"version": "8.1.0",
|
|
"version": "8.1.0",
|
|
"resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-8.1.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-8.1.0.tgz",
|
|
@@ -25282,6 +25435,15 @@
|
|
"node": ">=10"
|
|
"node": ">=10"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/react-native-view-shot": {
|
|
|
|
+ "version": "3.1.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-view-shot/-/react-native-view-shot-3.1.2.tgz",
|
|
|
|
+ "integrity": "sha512-9u9fPtp6a52UMoZ/UCPrCjKZk8tnkI9To0Eh6yYnLKFEGkRZ7Chm6DqwDJbYJHeZrheCCopaD5oEOnRqhF4L2Q==",
|
|
|
|
+ "peerDependencies": {
|
|
|
|
+ "react": "*",
|
|
|
|
+ "react-native": "*"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/react-native-web": {
|
|
"node_modules/react-native-web": {
|
|
"version": "0.13.18",
|
|
"version": "0.13.18",
|
|
"resolved": "https://registry.npmjs.org/react-native-web/-/react-native-web-0.13.18.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-native-web/-/react-native-web-0.13.18.tgz",
|
|
@@ -26045,6 +26207,15 @@
|
|
"node": ">=0.6"
|
|
"node": ">=0.6"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/request/node_modules/uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
|
|
|
|
+ "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
|
|
|
|
+ "bin": {
|
|
|
|
+ "uuid": "bin/uuid"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/require-directory": {
|
|
"node_modules/require-directory": {
|
|
"version": "2.1.1",
|
|
"version": "2.1.1",
|
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
|
|
@@ -27152,6 +27323,15 @@
|
|
"node": ">=0.8.0"
|
|
"node": ">=0.8.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/sockjs/node_modules/uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
|
|
|
|
+ "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
|
|
|
|
+ "bin": {
|
|
|
|
+ "uuid": "bin/uuid"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/socks": {
|
|
"node_modules/socks": {
|
|
"version": "2.6.1",
|
|
"version": "2.6.1",
|
|
"resolved": "https://registry.npmjs.org/socks/-/socks-2.6.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/socks/-/socks-2.6.1.tgz",
|
|
@@ -29212,6 +29392,11 @@
|
|
"node": ">=8"
|
|
"node": ">=8"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/utf8": {
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/utf8/-/utf8-3.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-E8VjFIQ/TyQgp+TZfS6l8yp/xWppSAHzidGiRrqe4bK4XP9pTRyKFgGJpO3SN7zdX4DeomTrwaseCHovfpFcqQ=="
|
|
|
|
+ },
|
|
"node_modules/util": {
|
|
"node_modules/util": {
|
|
"version": "0.12.4",
|
|
"version": "0.12.4",
|
|
"resolved": "https://registry.npmjs.org/util/-/util-0.12.4.tgz",
|
|
"resolved": "https://registry.npmjs.org/util/-/util-0.12.4.tgz",
|
|
@@ -29261,12 +29446,11 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/uuid": {
|
|
"node_modules/uuid": {
|
|
- "version": "3.4.0",
|
|
|
|
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
- "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
|
|
|
|
- "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
|
|
|
|
|
|
+ "version": "8.3.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
|
|
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
|
"bin": {
|
|
"bin": {
|
|
- "uuid": "bin/uuid"
|
|
|
|
|
|
+ "uuid": "dist/bin/uuid"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"node_modules/v8-compile-cache": {
|
|
"node_modules/v8-compile-cache": {
|
|
@@ -30384,6 +30568,15 @@
|
|
"node": ">= 6"
|
|
"node": ">= 6"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "node_modules/webpack-log/node_modules/uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
|
|
|
|
+ "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.",
|
|
|
|
+ "bin": {
|
|
|
|
+ "uuid": "bin/uuid"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"node_modules/webpack-manifest-plugin": {
|
|
"node_modules/webpack-manifest-plugin": {
|
|
"version": "2.2.0",
|
|
"version": "2.2.0",
|
|
"resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-2.2.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-2.2.0.tgz",
|
|
@@ -31248,14 +31441,6 @@
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- "node_modules/xdl/node_modules/uuid": {
|
|
|
|
- "version": "8.3.2",
|
|
|
|
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
|
|
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
|
|
|
- "bin": {
|
|
|
|
- "uuid": "dist/bin/uuid"
|
|
|
|
- }
|
|
|
|
- },
|
|
|
|
"node_modules/xdl/node_modules/yallist": {
|
|
"node_modules/xdl/node_modules/yallist": {
|
|
"version": "3.1.1",
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
@@ -32775,13 +32960,6 @@
|
|
"mv": "~2",
|
|
"mv": "~2",
|
|
"safe-json-stringify": "~1",
|
|
"safe-json-stringify": "~1",
|
|
"uuid": "^8.0.0"
|
|
"uuid": "^8.0.0"
|
|
- },
|
|
|
|
- "dependencies": {
|
|
|
|
- "uuid": {
|
|
|
|
- "version": "8.3.2",
|
|
|
|
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
|
|
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"@expo/config": {
|
|
"@expo/config": {
|
|
@@ -33607,13 +33785,6 @@
|
|
"node-fetch": "^2.6.1",
|
|
"node-fetch": "^2.6.1",
|
|
"remove-trailing-slash": "^0.1.0",
|
|
"remove-trailing-slash": "^0.1.0",
|
|
"uuid": "^8.3.2"
|
|
"uuid": "^8.3.2"
|
|
- },
|
|
|
|
- "dependencies": {
|
|
|
|
- "uuid": {
|
|
|
|
- "version": "8.3.2",
|
|
|
|
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
|
|
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"@expo/schemer": {
|
|
"@expo/schemer": {
|
|
@@ -35589,6 +35760,11 @@
|
|
"supports-color": "^7.1.0"
|
|
"supports-color": "^7.1.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
|
|
|
|
+ },
|
|
"xcode": {
|
|
"xcode": {
|
|
"version": "2.1.0",
|
|
"version": "2.1.0",
|
|
"resolved": "https://registry.npmjs.org/xcode/-/xcode-2.1.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/xcode/-/xcode-2.1.0.tgz",
|
|
@@ -35758,6 +35934,11 @@
|
|
"requires": {
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ "uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -38563,6 +38744,11 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "base-64": {
|
|
|
|
+ "version": "0.1.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/base-64/-/base-64-0.1.0.tgz",
|
|
|
|
+ "integrity": "sha1-eAqZyE59YAJgNhURxId2E78k9rs="
|
|
|
|
+ },
|
|
"base-x": {
|
|
"base-x": {
|
|
"version": "3.0.8",
|
|
"version": "3.0.8",
|
|
"resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.8.tgz",
|
|
"resolved": "https://registry.npmjs.org/base-x/-/base-x-3.0.8.tgz",
|
|
@@ -41381,6 +41567,13 @@
|
|
"md5-file": "^3.2.3",
|
|
"md5-file": "^3.2.3",
|
|
"pretty-format": "^26.4.0",
|
|
"pretty-format": "^26.4.0",
|
|
"uuid": "^3.4.0"
|
|
"uuid": "^3.4.0"
|
|
|
|
+ },
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"expo-app-loading": {
|
|
"expo-app-loading": {
|
|
@@ -41701,11 +41894,6 @@
|
|
"requires": {
|
|
"requires": {
|
|
"crypto-random-string": "^2.0.0"
|
|
"crypto-random-string": "^2.0.0"
|
|
}
|
|
}
|
|
- },
|
|
|
|
- "uuid": {
|
|
|
|
- "version": "8.3.2",
|
|
|
|
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
|
|
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -41717,6 +41905,13 @@
|
|
"@expo/config": "^5.0.9",
|
|
"@expo/config": "^5.0.9",
|
|
"expo-modules-core": "~0.4.4",
|
|
"expo-modules-core": "~0.4.4",
|
|
"uuid": "^3.3.2"
|
|
"uuid": "^3.3.2"
|
|
|
|
+ },
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"expo-crypto": {
|
|
"expo-crypto": {
|
|
@@ -41859,6 +42054,11 @@
|
|
"requires": {
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ "uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -42266,6 +42466,11 @@
|
|
"version": "2.0.0",
|
|
"version": "2.0.0",
|
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
|
|
"integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ=="
|
|
"integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ=="
|
|
|
|
+ },
|
|
|
|
+ "uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -42574,6 +42779,11 @@
|
|
"requires": {
|
|
"requires": {
|
|
"lru-cache": "^6.0.0"
|
|
"lru-cache": "^6.0.0"
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ "uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -43874,6 +44084,13 @@
|
|
"deprecated-decorator": "^0.1.6",
|
|
"deprecated-decorator": "^0.1.6",
|
|
"iterall": "^1.1.3",
|
|
"iterall": "^1.1.3",
|
|
"uuid": "^3.1.0"
|
|
"uuid": "^3.1.0"
|
|
|
|
+ },
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"gzip-size": {
|
|
"gzip-size": {
|
|
@@ -50973,6 +51190,12 @@
|
|
"integrity": "sha512-5oiAsoW88SOYDg/0cleJ2vJDqv98FJUbFQYEnH4sdMtEn3AAT3lb7BkTGW8HO/t3Vk9VOruwxUUnO4tzuxzCsw==",
|
|
"integrity": "sha512-5oiAsoW88SOYDg/0cleJ2vJDqv98FJUbFQYEnH4sdMtEn3AAT3lb7BkTGW8HO/t3Vk9VOruwxUUnO4tzuxzCsw==",
|
|
"requires": {}
|
|
"requires": {}
|
|
},
|
|
},
|
|
|
|
+ "react-native-device-info": {
|
|
|
|
+ "version": "8.6.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-device-info/-/react-native-device-info-8.6.0.tgz",
|
|
|
|
+ "integrity": "sha512-LxxaHkx2XQDuRFhk6545uBvjbjL/Xq7YNa8ufOCKg/BSPuZZPWmOW8SUwxDn/bteAGOx6Djv1YqGOMolX+bzSw==",
|
|
|
|
+ "requires": {}
|
|
|
|
+ },
|
|
"react-native-dialog": {
|
|
"react-native-dialog": {
|
|
"version": "9.2.0",
|
|
"version": "9.2.0",
|
|
"resolved": "https://registry.npmjs.org/react-native-dialog/-/react-native-dialog-9.2.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-native-dialog/-/react-native-dialog-9.2.0.tgz",
|
|
@@ -50994,6 +51217,21 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "react-native-fast-image": {
|
|
|
|
+ "version": "8.5.11",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-fast-image/-/react-native-fast-image-8.5.11.tgz",
|
|
|
|
+ "integrity": "sha512-cNW4bIJg3nvKaheG8vGMfqCt5LMWX9MS5+wMudgKIHbGO51spRr4sgnlhVgwHLcZ5aeNOVJ8CPRxDIWKRq/0QA==",
|
|
|
|
+ "requires": {}
|
|
|
|
+ },
|
|
|
|
+ "react-native-fs": {
|
|
|
|
+ "version": "2.19.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-fs/-/react-native-fs-2.19.0.tgz",
|
|
|
|
+ "integrity": "sha512-Yl09IbETkV5UJcBtVtBLttyTmiAhJIHpGA/LvredI5dYiw3MXMMVu42bzELiuH2Bwj7F+qd0fMNvgfBDiDxd2A==",
|
|
|
|
+ "requires": {
|
|
|
|
+ "base-64": "^0.1.0",
|
|
|
|
+ "utf8": "^3.0.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"react-native-gesture-handler": {
|
|
"react-native-gesture-handler": {
|
|
"version": "1.10.3",
|
|
"version": "1.10.3",
|
|
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-1.10.3.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-1.10.3.tgz",
|
|
@@ -51044,6 +51282,21 @@
|
|
"@types/geojson": "^7946.0.7"
|
|
"@types/geojson": "^7946.0.7"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "react-native-maps-directions": {
|
|
|
|
+ "version": "1.8.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-maps-directions/-/react-native-maps-directions-1.8.0.tgz",
|
|
|
|
+ "integrity": "sha512-7KWfPrvPLU8VP2nEqsnrWlOuylidlRWWDdk3lqT5Nb1q87FeyzNgA7Ib7n6cZlQwH4usTRlJSnzNo/yQ3u4AZw==",
|
|
|
|
+ "requires": {
|
|
|
|
+ "lodash.isequal": "^4.5.0",
|
|
|
|
+ "prop-types": "^15.6.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "react-native-material-menu": {
|
|
|
|
+ "version": "2.0.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-material-menu/-/react-native-material-menu-2.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-SmO9PLE3E469EPbVWZqvdu6JGPPZIm7YjqDcWs2PPoY0k7w2V9tFo3BmmLXNzNZDCVCAi+PPSsL7h/5WkfHcSg==",
|
|
|
|
+ "requires": {}
|
|
|
|
+ },
|
|
"react-native-modal": {
|
|
"react-native-modal": {
|
|
"version": "12.1.0",
|
|
"version": "12.1.0",
|
|
"resolved": "https://registry.npmjs.org/react-native-modal/-/react-native-modal-12.1.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-native-modal/-/react-native-modal-12.1.0.tgz",
|
|
@@ -51123,6 +51376,20 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "react-native-root-siblings": {
|
|
|
|
+ "version": "4.1.1",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-root-siblings/-/react-native-root-siblings-4.1.1.tgz",
|
|
|
|
+ "integrity": "sha512-sdmLElNs5PDWqmZmj4/aNH4anyxreaPm61c4ZkRiR8SO/GzLg6KjAbb0e17RmMdnBdD0AIQbS38h/l55YKN4ZA=="
|
|
|
|
+ },
|
|
|
|
+ "react-native-root-toast": {
|
|
|
|
+ "version": "3.3.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-root-toast/-/react-native-root-toast-3.3.0.tgz",
|
|
|
|
+ "integrity": "sha512-C4Pqu+Ae7kXsYJwTvz8NshyJ9SL5YJd+/vCkvgDAxxR8AYlPFggEcTCMNARIWXuRwthLbuwcakh4z9k6qg95dg==",
|
|
|
|
+ "requires": {
|
|
|
|
+ "prop-types": "^15.5.10",
|
|
|
|
+ "react-native-root-siblings": "^4.0.0"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
"react-native-safe-area-context": {
|
|
"react-native-safe-area-context": {
|
|
"version": "3.3.2",
|
|
"version": "3.3.2",
|
|
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-3.3.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-native-safe-area-context/-/react-native-safe-area-context-3.3.2.tgz",
|
|
@@ -51143,6 +51410,11 @@
|
|
"integrity": "sha512-iH/5PHBo64yFhKzjd+6sCG0aEvgDnUwpn3I7R0ohcGo/+gJdw47mYmJMTwJTmR9JqBFXHx+2bkQi4ij2ghfqRQ==",
|
|
"integrity": "sha512-iH/5PHBo64yFhKzjd+6sCG0aEvgDnUwpn3I7R0ohcGo/+gJdw47mYmJMTwJTmR9JqBFXHx+2bkQi4ij2ghfqRQ==",
|
|
"requires": {}
|
|
"requires": {}
|
|
},
|
|
},
|
|
|
|
+ "react-native-sha256": {
|
|
|
|
+ "version": "1.4.7",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-sha256/-/react-native-sha256-1.4.7.tgz",
|
|
|
|
+ "integrity": "sha512-VcIjOBGvHG6V2OCgbGnEKOymcatYC7byf1aM6mmCoUDqOUFQrGIjnU9fUMWGoMERAljVqisvsG/M1GdfhilkFg=="
|
|
|
|
+ },
|
|
"react-native-side-drawer": {
|
|
"react-native-side-drawer": {
|
|
"version": "1.2.9",
|
|
"version": "1.2.9",
|
|
"resolved": "https://registry.npmjs.org/react-native-side-drawer/-/react-native-side-drawer-1.2.9.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-native-side-drawer/-/react-native-side-drawer-1.2.9.tgz",
|
|
@@ -51236,6 +51508,12 @@
|
|
"path-dirname": "^1.0.2"
|
|
"path-dirname": "^1.0.2"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "react-native-toast-message": {
|
|
|
|
+ "version": "2.1.3",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-toast-message/-/react-native-toast-message-2.1.3.tgz",
|
|
|
|
+ "integrity": "sha512-K3hHSWezWixxOZUDbxPSarEG+tPv2WcaJG4L7dvRUC1TOKNVCEKzXjsx+6ZMxllDrJ0sFczuYGqZibGpFe/ubA==",
|
|
|
|
+ "requires": {}
|
|
|
|
+ },
|
|
"react-native-vector-icons": {
|
|
"react-native-vector-icons": {
|
|
"version": "8.1.0",
|
|
"version": "8.1.0",
|
|
"resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-8.1.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-8.1.0.tgz",
|
|
@@ -51286,6 +51564,12 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "react-native-view-shot": {
|
|
|
|
+ "version": "3.1.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/react-native-view-shot/-/react-native-view-shot-3.1.2.tgz",
|
|
|
|
+ "integrity": "sha512-9u9fPtp6a52UMoZ/UCPrCjKZk8tnkI9To0Eh6yYnLKFEGkRZ7Chm6DqwDJbYJHeZrheCCopaD5oEOnRqhF4L2Q==",
|
|
|
|
+ "requires": {}
|
|
|
|
+ },
|
|
"react-native-web": {
|
|
"react-native-web": {
|
|
"version": "0.13.18",
|
|
"version": "0.13.18",
|
|
"resolved": "https://registry.npmjs.org/react-native-web/-/react-native-web-0.13.18.tgz",
|
|
"resolved": "https://registry.npmjs.org/react-native-web/-/react-native-web-0.13.18.tgz",
|
|
@@ -51775,6 +52059,11 @@
|
|
"version": "6.5.2",
|
|
"version": "6.5.2",
|
|
"resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
|
|
"resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
|
|
"integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA=="
|
|
"integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA=="
|
|
|
|
+ },
|
|
|
|
+ "uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -52650,6 +52939,13 @@
|
|
"faye-websocket": "^0.10.0",
|
|
"faye-websocket": "^0.10.0",
|
|
"uuid": "^3.4.0",
|
|
"uuid": "^3.4.0",
|
|
"websocket-driver": "0.6.5"
|
|
"websocket-driver": "0.6.5"
|
|
|
|
+ },
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"sockjs-client": {
|
|
"sockjs-client": {
|
|
@@ -54270,6 +54566,11 @@
|
|
"mem": "^4.3.0"
|
|
"mem": "^4.3.0"
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ "utf8": {
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/utf8/-/utf8-3.0.0.tgz",
|
|
|
|
+ "integrity": "sha512-E8VjFIQ/TyQgp+TZfS6l8yp/xWppSAHzidGiRrqe4bK4XP9pTRyKFgGJpO3SN7zdX4DeomTrwaseCHovfpFcqQ=="
|
|
|
|
+ },
|
|
"util": {
|
|
"util": {
|
|
"version": "0.12.4",
|
|
"version": "0.12.4",
|
|
"resolved": "https://registry.npmjs.org/util/-/util-0.12.4.tgz",
|
|
"resolved": "https://registry.npmjs.org/util/-/util-0.12.4.tgz",
|
|
@@ -54313,9 +54614,9 @@
|
|
"integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
|
|
"integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM="
|
|
},
|
|
},
|
|
"uuid": {
|
|
"uuid": {
|
|
- "version": "3.4.0",
|
|
|
|
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
- "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
|
|
|
|
|
|
+ "version": "8.3.2",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
|
|
+ "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
|
|
},
|
|
},
|
|
"v8-compile-cache": {
|
|
"v8-compile-cache": {
|
|
"version": "2.3.0",
|
|
"version": "2.3.0",
|
|
@@ -55425,6 +55726,13 @@
|
|
"requires": {
|
|
"requires": {
|
|
"ansi-colors": "^3.0.0",
|
|
"ansi-colors": "^3.0.0",
|
|
"uuid": "^3.3.2"
|
|
"uuid": "^3.3.2"
|
|
|
|
+ },
|
|
|
|
+ "dependencies": {
|
|
|
|
+ "uuid": {
|
|
|
|
+ "version": "3.4.0",
|
|
|
|
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
|
|
|
|
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A=="
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"webpack-manifest-plugin": {
|
|
"webpack-manifest-plugin": {
|
|
@@ -55948,11 +56256,6 @@
|
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.12.0.tgz",
|
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.12.0.tgz",
|
|
"integrity": "sha512-53RyidyjvkGpnWPMF9bQgFtWp+Sl8O2Rp13VavmJgfAP9WWG6q6TkrKU8iyJdnwnfgHI6k2hTlgqH4aSdjoTbg=="
|
|
"integrity": "sha512-53RyidyjvkGpnWPMF9bQgFtWp+Sl8O2Rp13VavmJgfAP9WWG6q6TkrKU8iyJdnwnfgHI6k2hTlgqH4aSdjoTbg=="
|
|
},
|
|
},
|
|
- "uuid": {
|
|
|
|
- "version": "8.3.2",
|
|
|
|
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
|
|
|
- "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
|
|
|
|
- },
|
|
|
|
"yallist": {
|
|
"yallist": {
|
|
"version": "3.1.1",
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|
|
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
|