Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

package.json 3.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "name": "@jitsi/react-native-sdk",
  3. "version": "0.0.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. "@jitsi/js-utils": "2.1.3",
  15. "@jitsi/logger": "2.0.2",
  16. "@jitsi/rtcstats": "9.5.1",
  17. "@react-navigation/bottom-tabs": "6.5.8",
  18. "@react-navigation/elements": "1.3.18",
  19. "@react-navigation/material-top-tabs": "6.6.3",
  20. "@react-navigation/native": "6.1.7",
  21. "@react-navigation/stack": "6.3.17",
  22. "@xmldom/xmldom": "0.8.7",
  23. "base64-js": "1.3.1",
  24. "grapheme-splitter": "1.0.4",
  25. "i18n-iso-countries": "6.8.0",
  26. "i18next": "17.0.6",
  27. "js-md5": "0.6.1",
  28. "i18next-http-backend": "^2.2.1",
  29. "js-sha512": "0.8.0",
  30. "jwt-decode": "2.2.0",
  31. "lib-jitsi-meet": "https://github.com/jitsi/lib-jitsi-meet/releases/download/v1687.0.0+cafe30d7/lib-jitsi-meet.tgz",
  32. "lodash": "4.17.21",
  33. "moment": "2.29.4",
  34. "moment-duration-format": "2.2.2",
  35. "optional-require": "1.0.3",
  36. "promise.allsettled": "1.0.4",
  37. "punycode": "2.3.0",
  38. "react-emoji-render": "1.2.4",
  39. "react-i18next": "10.11.4",
  40. "react-linkify": "1.0.0-alpha",
  41. "react-native-callstats": "3.73.22",
  42. "react-native-dialog": "https://github.com/jitsi/react-native-dialog/releases/download/v9.2.2-jitsi.1/react-native-dialog-9.2.2.tgz",
  43. "react-native-svg-transformer": "1.1.0",
  44. "react-native-tab-view": "3.5.2",
  45. "react-native-url-polyfill": "2.0.0",
  46. "react-native-youtube-iframe": "2.3.0",
  47. "react-redux": "7.2.9",
  48. "redux": "4.0.4",
  49. "redux-thunk": "2.4.1",
  50. "unorm": "1.6.0",
  51. "util": "0.12.1",
  52. "uuid": "8.3.2",
  53. "zxcvbn": "4.4.2"
  54. },
  55. "peerDependencies": {
  56. "@amplitude/react-native": "2.7.0",
  57. "@giphy/react-native-sdk": "2.3.0",
  58. "@react-native-async-storage/async-storage": "1.19.3",
  59. "@react-native-community/clipboard": "1.5.1",
  60. "@react-native-community/netinfo": "9.4.1",
  61. "@react-native-community/slider": "4.4.3",
  62. "@react-native-google-signin/google-signin": "10.0.1",
  63. "react-native": "*",
  64. "react": "*",
  65. "react-native-background-timer": "2.4.1",
  66. "react-native-calendar-events": "2.2.0",
  67. "react-native-default-preference": "1.4.4",
  68. "react-native-device-info": "10.9.0",
  69. "react-native-get-random-values": "1.9.0",
  70. "react-native-gesture-handler": "2.9.0",
  71. "react-native-immersive-mode": "2.0.1",
  72. "react-native-keep-awake": "4.0.0",
  73. "react-native-pager-view": "6.2.0",
  74. "react-native-paper": "5.10.3",
  75. "react-native-performance": "5.0.0",
  76. "react-native-orientation-locker": "1.5.0",
  77. "react-native-safe-area-context": "4.7.1",
  78. "react-native-screens": "3.24.0",
  79. "react-native-sound": "0.11.2",
  80. "react-native-splash-screen": "3.3.0",
  81. "react-native-svg": "13.13.0",
  82. "react-native-video": "6.0.0-alpha.7",
  83. "react-native-watch-connectivity": "1.1.0",
  84. "react-native-webrtc": "111.0.3",
  85. "react-native-webview": "13.5.1"
  86. },
  87. "overrides": {
  88. "@xmldom/xmldom": "0.8.7"
  89. },
  90. "scripts": {
  91. "postinstall": "node sdk_instructions.js",
  92. "prepare": "node prepare_sdk.js"
  93. },
  94. "bugs": {
  95. "url": "https://github.com/jitsi/jitsi-meet/issues"
  96. },
  97. "keywords": [
  98. "react-native"
  99. ]
  100. }