2022-08-03 14:58:51 +02:00
|
|
|
{
|
|
|
|
|
"name": "@jitsi/react-native-sdk",
|
2023-08-01 13:38:08 +03:00
|
|
|
"version": "0.0.0",
|
2022-08-03 14:58:51 +02:00
|
|
|
"description": "React Native SDK for Jitsi Meet.",
|
2023-06-27 15:38:12 +03:00
|
|
|
"main": "index.tsx",
|
2022-08-03 14:58:51 +02:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
|
"author": "",
|
|
|
|
|
"homepage": "https://jitsi.org",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
2023-06-27 15:38:12 +03:00
|
|
|
"url": "git+https://github.com/jitsi/jitsi-meet.git"
|
2022-08-03 14:58:51 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2023-09-05 14:09:13 +03:00
|
|
|
"@jitsi/js-utils": "2.1.3",
|
|
|
|
|
"@jitsi/logger": "2.0.2",
|
2022-08-03 14:58:51 +02:00
|
|
|
"@jitsi/rtcstats": "9.5.1",
|
2023-07-05 17:20:57 +03:00
|
|
|
"@react-navigation/bottom-tabs": "6.5.8",
|
|
|
|
|
"@react-navigation/elements": "1.3.18",
|
|
|
|
|
"@react-navigation/material-top-tabs": "6.6.3",
|
|
|
|
|
"@react-navigation/native": "6.1.7",
|
|
|
|
|
"@react-navigation/stack": "6.3.17",
|
2022-08-03 14:58:51 +02:00
|
|
|
"@xmldom/xmldom": "0.8.7",
|
|
|
|
|
"base64-js": "1.3.1",
|
|
|
|
|
"grapheme-splitter": "1.0.4",
|
|
|
|
|
"i18n-iso-countries": "6.8.0",
|
|
|
|
|
"i18next": "17.0.6",
|
|
|
|
|
"js-md5": "0.6.1",
|
2023-09-15 11:09:52 +02:00
|
|
|
"i18next-http-backend": "^2.2.1",
|
2022-08-03 14:58:51 +02:00
|
|
|
"js-sha512": "0.8.0",
|
|
|
|
|
"jwt-decode": "2.2.0",
|
2023-09-15 09:56:29 +02:00
|
|
|
"lib-jitsi-meet": "https://github.com/jitsi/lib-jitsi-meet/releases/download/v1687.0.0+cafe30d7/lib-jitsi-meet.tgz",
|
2022-08-03 14:58:51 +02:00
|
|
|
"lodash": "4.17.21",
|
|
|
|
|
"moment": "2.29.4",
|
|
|
|
|
"moment-duration-format": "2.2.2",
|
|
|
|
|
"optional-require": "1.0.3",
|
|
|
|
|
"promise.allsettled": "1.0.4",
|
2023-07-05 17:20:57 +03:00
|
|
|
"punycode": "2.3.0",
|
2022-08-03 14:58:51 +02:00
|
|
|
"react-emoji-render": "1.2.4",
|
|
|
|
|
"react-i18next": "10.11.4",
|
|
|
|
|
"react-linkify": "1.0.0-alpha",
|
2023-06-30 16:12:00 +03:00
|
|
|
"react-native-dialog": "https://github.com/jitsi/react-native-dialog/releases/download/v9.2.2-jitsi.1/react-native-dialog-9.2.2.tgz",
|
2023-09-05 14:09:13 +03:00
|
|
|
"react-native-svg-transformer": "1.1.0",
|
|
|
|
|
"react-native-tab-view": "3.5.2",
|
|
|
|
|
"react-native-url-polyfill": "2.0.0",
|
|
|
|
|
"react-native-youtube-iframe": "2.3.0",
|
2023-07-18 10:33:15 +02:00
|
|
|
"react-redux": "7.2.9",
|
2022-08-03 14:58:51 +02:00
|
|
|
"redux": "4.0.4",
|
|
|
|
|
"redux-thunk": "2.4.1",
|
|
|
|
|
"unorm": "1.6.0",
|
|
|
|
|
"util": "0.12.1",
|
|
|
|
|
"uuid": "8.3.2",
|
|
|
|
|
"zxcvbn": "4.4.2"
|
|
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2023-06-30 16:12:00 +03:00
|
|
|
"@amplitude/react-native": "2.7.0",
|
|
|
|
|
"@giphy/react-native-sdk": "2.3.0",
|
2023-09-05 14:09:13 +03:00
|
|
|
"@react-native-async-storage/async-storage": "1.19.3",
|
2022-08-03 14:58:51 +02:00
|
|
|
"@react-native-community/clipboard": "1.5.1",
|
2023-09-05 14:09:13 +03:00
|
|
|
"@react-native-community/netinfo": "9.4.1",
|
|
|
|
|
"@react-native-community/slider": "4.4.3",
|
|
|
|
|
"@react-native-google-signin/google-signin": "10.0.1",
|
2022-08-03 14:58:51 +02:00
|
|
|
"react-native": "*",
|
|
|
|
|
"react": "*",
|
|
|
|
|
"react-native-background-timer": "2.4.1",
|
|
|
|
|
"react-native-calendar-events": "2.2.0",
|
|
|
|
|
"react-native-default-preference": "1.4.4",
|
2023-09-05 14:09:13 +03:00
|
|
|
"react-native-device-info": "10.9.0",
|
|
|
|
|
"react-native-get-random-values": "1.9.0",
|
2023-06-30 16:12:00 +03:00
|
|
|
"react-native-gesture-handler": "2.9.0",
|
2023-07-19 12:40:29 +03:00
|
|
|
"react-native-immersive-mode": "2.0.1",
|
2022-08-03 14:58:51 +02:00
|
|
|
"react-native-keep-awake": "4.0.0",
|
2023-09-05 14:09:13 +03:00
|
|
|
"react-native-pager-view": "6.2.0",
|
|
|
|
|
"react-native-paper": "5.10.3",
|
|
|
|
|
"react-native-performance": "5.0.0",
|
|
|
|
|
"react-native-orientation-locker": "1.5.0",
|
|
|
|
|
"react-native-safe-area-context": "4.7.1",
|
|
|
|
|
"react-native-screens": "3.24.0",
|
|
|
|
|
"react-native-sound": "0.11.2",
|
2022-08-03 14:58:51 +02:00
|
|
|
"react-native-splash-screen": "3.3.0",
|
2023-09-05 14:09:13 +03:00
|
|
|
"react-native-svg": "13.13.0",
|
|
|
|
|
"react-native-video": "6.0.0-alpha.7",
|
|
|
|
|
"react-native-watch-connectivity": "1.1.0",
|
|
|
|
|
"react-native-webrtc": "111.0.3",
|
|
|
|
|
"react-native-webview": "13.5.1"
|
2022-08-03 14:58:51 +02:00
|
|
|
},
|
|
|
|
|
"overrides": {
|
2023-07-18 10:33:15 +02:00
|
|
|
"@xmldom/xmldom": "0.8.7"
|
2022-08-03 14:58:51 +02:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2023-07-04 11:09:58 +03:00
|
|
|
"postinstall": "node sdk_instructions.js",
|
2022-08-03 14:58:51 +02:00
|
|
|
"prepare": "node prepare_sdk.js"
|
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/jitsi/jitsi-meet/issues"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"react-native"
|
|
|
|
|
]
|
2023-10-10 13:03:43 +03:00
|
|
|
}
|