| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "name": "@jitsi/react-native-sdk",
- "version": "0.0.0",
- "description": "React Native SDK for Jitsi Meet.",
- "main": "index.tsx",
- "license": "Apache-2.0",
- "author": "",
- "homepage": "https://jitsi.org",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jitsi/jitsi-meet.git"
- },
- "dependencies": {
- "@jitsi/js-utils": "0.0.0",
- "@jitsi/logger": "0.0.0",
- "@jitsi/rtcstats": "0.0.0",
- "@react-navigation/bottom-tabs": "0.0.0",
- "@react-navigation/elements": "0.0.0",
- "@react-navigation/material-top-tabs": "0.0.0",
- "@react-navigation/native": "0.0.0",
- "@react-navigation/stack": "0.0.0",
- "@xmldom/xmldom": "0.0.0",
- "base64-js": "0.0.0",
- "grapheme-splitter": "0.0.0",
- "i18n-iso-countries": "0.0.0",
- "i18next": "0.0.0",
- "js-md5": "0.0.0",
- "i18next-http-backend": "0.0.0",
- "js-sha512": "0.0.0",
- "jwt-decode": "0.0.0",
- "lib-jitsi-meet": "0.0.0",
- "lodash": "0.0.0",
- "moment": "0.0.0",
- "moment-duration-format": "0.0.0",
- "optional-require": "0.0.0",
- "promise.allsettled": "0.0.0",
- "punycode": "0.0.0",
- "react-emoji-render": "0.0.0",
- "react-i18next": "0.0.0",
- "react-linkify": "0.0.0",
- "react-native-dialog": "0.0.0",
- "react-native-svg-transformer": "0.0.0",
- "react-native-tab-view": "0.0.0",
- "react-native-url-polyfill": "0.0.0",
- "react-native-youtube-iframe": "0.0.0",
- "react-redux": "0.0.0",
- "redux": "0.0.0",
- "redux-thunk": "0.0.0",
- "unorm": "0.0.0",
- "util": "0.0.0",
- "uuid": "0.0.0",
- "zxcvbn": "0.0.0"
- },
- "peerDependencies": {
- "@amplitude/react-native": "0.0.0",
- "@braintree/sanitize-url": "0.0.0",
- "@giphy/react-native-sdk": "0.0.0",
- "@react-native/metro-config": "*",
- "@react-native-async-storage/async-storage": "0.0.0",
- "@react-native-community/clipboard": "0.0.0",
- "@react-native-community/netinfo": "0.0.0",
- "@react-native-community/slider": "0.0.0",
- "@react-native-google-signin/google-signin": "0.0.0",
- "react-native": "*",
- "react": "*",
- "react-native-background-timer": "0.0.0",
- "react-native-calendar-events": "0.0.0",
- "react-native-default-preference": "0.0.0",
- "react-native-device-info": "0.0.0",
- "react-native-get-random-values": "0.0.0",
- "react-native-gesture-handler": "0.0.0",
- "react-native-immersive-mode": "0.0.0",
- "react-native-keep-awake": "0.0.0",
- "react-native-pager-view": "0.0.0",
- "react-native-paper": "0.0.0",
- "react-native-performance": "0.0.0",
- "react-native-orientation-locker": "0.0.0",
- "react-native-safe-area-context": "0.0.0",
- "react-native-screens": "0.0.0",
- "react-native-sound": "0.0.0",
- "react-native-splash-screen": "0.0.0",
- "react-native-svg": "0.0.0",
- "react-native-video": "0.0.0",
- "react-native-watch-connectivity": "0.0.0",
- "react-native-webrtc": "0.0.0",
- "react-native-webview": "0.0.0",
- "text-encoding": "0.0.0"
- },
- "overrides": {
- "@xmldom/xmldom": "0.0.0"
- },
- "scripts": {
- "postinstall": "node sdk_instructions.js",
- "prepare": "node prepare_sdk.js"
- },
- "bugs": {
- "url": "https://github.com/jitsi/jitsi-meet/issues"
- },
- "keywords": [
- "react-native"
- ]
- }
|