installing dependecies

This commit is contained in:
gustavo-em
2022-03-01 16:28:24 -03:00
parent 57f58f2c02
commit a8a0bf7271
11 changed files with 292 additions and 13 deletions

120
package-lock.json generated
View File

@@ -14,9 +14,13 @@
"@react-navigation/native-stack": "^6.5.0",
"@types/styled-components-react-native": "^5.1.3",
"bigbluebutton-mobile-sdk": "^0.1.6",
"i18next": "^21.6.12",
"i18next-browser-languagedetector": "^6.1.3",
"react": "17.0.2",
"react-native": "0.67.2",
"react-native-gesture-handler": "^2.2.0",
"react-native-languages": "^3.0.2",
"react-native-localization": "^2.3.1",
"react-native-modalize": "^2.0.13",
"react-native-reanimated": "^2.4.1",
"react-native-safe-area-context": "^3.4.0",
@@ -7862,6 +7866,36 @@
"node": ">=8.12.0"
}
},
"node_modules/i18next": {
"version": "21.6.12",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.12.tgz",
"integrity": "sha512-xlGTPdu2g5PZEUIE6TA1mQ9EIAAv9nMFONzgwAIrKL/KTmYYWufQNGgOmp5Og1PvgUji+6i1whz0rMdsz1qaKw==",
"funding": [
{
"type": "individual",
"url": "https://locize.com"
},
{
"type": "individual",
"url": "https://locize.com/i18next.html"
},
{
"type": "individual",
"url": "https://www.i18next.com/how-to/faq#i18next-is-awesome.-how-can-i-support-the-project"
}
],
"dependencies": {
"@babel/runtime": "^7.12.0"
}
},
"node_modules/i18next-browser-languagedetector": {
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-6.1.3.tgz",
"integrity": "sha512-T+oGXHXtrur14CGnZZ7qQ07X38XJQEI00b/4ILrtO6xPbwTlQ1wtMZC2H+tBULixHuVUXv8LKbxfjyITJkezUg==",
"dependencies": {
"@babel/runtime": "^7.14.6"
}
},
"node_modules/iconv-lite": {
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
@@ -10397,6 +10431,11 @@
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
"dev": true
},
"node_modules/localized-strings": {
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/localized-strings/-/localized-strings-0.2.4.tgz",
"integrity": "sha512-TKDhqFPkIIN/if2FSvVVZTaM/GP9TzfgdQ2uY65mr32xgFu5nqkKXprXbzy5rfx32DF5LDvS/y1UqYF/mAscYA=="
},
"node_modules/locate-path": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
@@ -12111,6 +12150,17 @@
"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
"integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
},
"node_modules/react-localization": {
"version": "1.0.18",
"resolved": "https://registry.npmjs.org/react-localization/-/react-localization-1.0.18.tgz",
"integrity": "sha512-LL6+aKR7E72Ek23LnKrVd3cd2fojJfQtPzveic98YPHdgcYhz+zMaWlQJgKAeZzi0jH9Euls+S+/YZFvY0Wz2Q==",
"dependencies": {
"localized-strings": "^0.2.0"
},
"peerDependencies": {
"react": "^17.0.0 || ^16.0.0 || ^15.6.0"
}
},
"node_modules/react-native": {
"version": "0.67.2",
"resolved": "https://registry.npmjs.org/react-native/-/react-native-0.67.2.tgz",
@@ -12179,6 +12229,33 @@
"prop-types": "^15.7.2"
}
},
"node_modules/react-native-languages": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/react-native-languages/-/react-native-languages-3.0.2.tgz",
"integrity": "sha512-LGsTfixFM6hXDhcFJI6mrtrNBsGPSvXT9RtZQ0tlqmGFKmMyZW6eQgJ7kLw8lISD2FIGl4jJwY06EAJpbMsNxg==",
"deprecated": "This project has been renamed to react-native-localize. Install using react-native-localize instead.",
"peerDependencies": {
"react-native": ">=0.56.0"
}
},
"node_modules/react-native-localization": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/react-native-localization/-/react-native-localization-2.3.1.tgz",
"integrity": "sha512-jmD6GEAGmstCIZOsxZcxWJbbx364c9qtKy8kefLcHYfAc73+g+e8CB7TZEwpK4IZNXxCBAeQMBsXfFrTyJmpWQ==",
"dependencies": {
"react-localization": "^1.0.17"
},
"peerDependencies": {
"react": ">15.6.0",
"react-native": ">0.64",
"react-native-windows": ">0.64"
},
"peerDependenciesMeta": {
"react-native-windows": {
"optional": true
}
}
},
"node_modules/react-native-modalize": {
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/react-native-modalize/-/react-native-modalize-2.0.13.tgz",
@@ -20765,6 +20842,22 @@
"integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==",
"dev": true
},
"i18next": {
"version": "21.6.12",
"resolved": "https://registry.npmjs.org/i18next/-/i18next-21.6.12.tgz",
"integrity": "sha512-xlGTPdu2g5PZEUIE6TA1mQ9EIAAv9nMFONzgwAIrKL/KTmYYWufQNGgOmp5Og1PvgUji+6i1whz0rMdsz1qaKw==",
"requires": {
"@babel/runtime": "^7.12.0"
}
},
"i18next-browser-languagedetector": {
"version": "6.1.3",
"resolved": "https://registry.npmjs.org/i18next-browser-languagedetector/-/i18next-browser-languagedetector-6.1.3.tgz",
"integrity": "sha512-T+oGXHXtrur14CGnZZ7qQ07X38XJQEI00b/4ILrtO6xPbwTlQ1wtMZC2H+tBULixHuVUXv8LKbxfjyITJkezUg==",
"requires": {
"@babel/runtime": "^7.14.6"
}
},
"iconv-lite": {
"version": "0.4.24",
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
@@ -22653,6 +22746,11 @@
"integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
"dev": true
},
"localized-strings": {
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/localized-strings/-/localized-strings-0.2.4.tgz",
"integrity": "sha512-TKDhqFPkIIN/if2FSvVVZTaM/GP9TzfgdQ2uY65mr32xgFu5nqkKXprXbzy5rfx32DF5LDvS/y1UqYF/mAscYA=="
},
"locate-path": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
@@ -24006,6 +24104,14 @@
"resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
"integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
},
"react-localization": {
"version": "1.0.18",
"resolved": "https://registry.npmjs.org/react-localization/-/react-localization-1.0.18.tgz",
"integrity": "sha512-LL6+aKR7E72Ek23LnKrVd3cd2fojJfQtPzveic98YPHdgcYhz+zMaWlQJgKAeZzi0jH9Euls+S+/YZFvY0Wz2Q==",
"requires": {
"localized-strings": "^0.2.0"
}
},
"react-native": {
"version": "0.67.2",
"resolved": "https://registry.npmjs.org/react-native/-/react-native-0.67.2.tgz",
@@ -24075,6 +24181,20 @@
"prop-types": "^15.7.2"
}
},
"react-native-languages": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/react-native-languages/-/react-native-languages-3.0.2.tgz",
"integrity": "sha512-LGsTfixFM6hXDhcFJI6mrtrNBsGPSvXT9RtZQ0tlqmGFKmMyZW6eQgJ7kLw8lISD2FIGl4jJwY06EAJpbMsNxg==",
"requires": {}
},
"react-native-localization": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/react-native-localization/-/react-native-localization-2.3.1.tgz",
"integrity": "sha512-jmD6GEAGmstCIZOsxZcxWJbbx364c9qtKy8kefLcHYfAc73+g+e8CB7TZEwpK4IZNXxCBAeQMBsXfFrTyJmpWQ==",
"requires": {
"react-localization": "^1.0.17"
}
},
"react-native-modalize": {
"version": "2.0.13",
"resolved": "https://registry.npmjs.org/react-native-modalize/-/react-native-modalize-2.0.13.tgz",