Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

package.json 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "name": "@jitsi/react-native-sdk",
  3. "version": "0.1.0",
  4. "description": "React Native SDK for Jitsi Meet.",
  5. "main": "index.tsx",
  6. "license": "Apache-2.0",
  7. "author": "",
  8. "homepage": "https://jitsi.org",
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/jitsi/jitsi-meet.git"
  12. },
  13. "dependencies": {
  14. "@amplitude/react-native": "2.7.0",
  15. "@giphy/react-components": "6.8.1",
  16. "@giphy/react-native-sdk": "2.3.0",
  17. "@hapi/bourne": "2.0.0",
  18. "@jitsi/js-utils": "2.0.5",
  19. "@jitsi/logger": "2.0.0",
  20. "@jitsi/rtcstats": "9.5.1",
  21. "@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.3.tgz",
  22. "@react-navigation/bottom-tabs": "6.5.3",
  23. "@react-navigation/elements": "1.3.13",
  24. "@react-navigation/material-top-tabs": "6.5.2",
  25. "@react-navigation/native": "6.1.2",
  26. "@react-navigation/stack": "6.3.11",
  27. "@xmldom/xmldom": "0.8.7",
  28. "base64-js": "1.3.1",
  29. "grapheme-splitter": "1.0.4",
  30. "i18n-iso-countries": "6.8.0",
  31. "i18next": "17.0.6",
  32. "i18next-browser-languagedetector": "3.0.1",
  33. "i18next-xhr-backend": "3.0.0",
  34. "js-md5": "0.6.1",
  35. "js-sha512": "0.8.0",
  36. "jwt-decode": "2.2.0",
  37. "lib-jitsi-meet": "https://github.com/jitsi/lib-jitsi-meet/releases/download/v1643.0.0+0748d89a/lib-jitsi-meet.tgz",
  38. "lodash": "4.17.21",
  39. "moment": "2.29.4",
  40. "moment-duration-format": "2.2.2",
  41. "optional-require": "1.0.3",
  42. "promise.allsettled": "1.0.4",
  43. "punycode": "2.1.1",
  44. "react-emoji-render": "1.2.4",
  45. "react-i18next": "10.11.4",
  46. "react-linkify": "1.0.0-alpha",
  47. "react-redux": "7.1.0",
  48. "react-window": "1.8.6",
  49. "react-youtube": "10.1.0",
  50. "redux": "4.0.4",
  51. "redux-thunk": "2.4.1",
  52. "unorm": "1.6.0",
  53. "util": "0.12.1",
  54. "uuid": "8.3.2",
  55. "zxcvbn": "4.4.2"
  56. },
  57. "peerDependencies": {
  58. "@react-native-async-storage/async-storage": "1.17.3",
  59. "@react-native-community/clipboard": "1.5.1",
  60. "@react-native-community/netinfo": "7.1.7",
  61. "@react-native-community/slider": "4.1.12",
  62. "@react-native-google-signin/google-signin": "7.0.4",
  63. "@react-native-masked-view/masked-view": "0.2.6",
  64. "react-native": "*",
  65. "react": "*",
  66. "react-dom": "*",
  67. "react-native-background-timer": "2.4.1",
  68. "react-native-calendar-events": "2.2.0",
  69. "react-native-callstats": "3.73.7",
  70. "react-native-collapsible": "1.6.0",
  71. "react-native-default-preference": "1.4.4",
  72. "react-native-device-info": "8.4.8",
  73. "react-native-dialog": "https://github.com/jitsi/react-native-dialog/releases/download/v9.2.2-jitsi.1/react-native-dialog-9.2.2.tgz",
  74. "react-native-get-random-values": "1.7.2",
  75. "react-native-immersive": "2.0.0",
  76. "react-native-keep-awake": "4.0.0",
  77. "react-native-pager-view": "5.4.9",
  78. "react-native-paper": "4.11.1",
  79. "react-native-performance": "2.1.0",
  80. "react-native-orientation-locker": "1.5.0",
  81. "react-native-sound": "0.11.1",
  82. "react-native-splash-screen": "3.3.0",
  83. "react-native-svg": "12.4.3",
  84. "react-native-svg-transformer": "1.0.0",
  85. "react-native-tab-view": "3.1.1",
  86. "react-native-url-polyfill": "1.3.0",
  87. "react-native-video": "https://git@github.com/react-native-video/react-native-video#7c48ae7c8544b2b537fb60194e9620b9fcceae52",
  88. "react-native-watch-connectivity": "1.0.11",
  89. "react-native-webrtc": "111.0.0",
  90. "react-native-webview": "11.15.1",
  91. "react-native-youtube-iframe": "2.2.1"
  92. },
  93. "overrides": {
  94. "strophe.js@1.5.0": {
  95. "@xmldom/xmldom": "0.8.7"
  96. }
  97. },
  98. "scripts": {
  99. "prepare": "node prepare_sdk.js"
  100. },
  101. "bugs": {
  102. "url": "https://github.com/jitsi/jitsi-meet/issues"
  103. },
  104. "keywords": [
  105. "react-native"
  106. ]
  107. }