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

package.json 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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": "0.0.0",
  15. "@jitsi/logger": "0.0.0",
  16. "@jitsi/rtcstats": "0.0.0",
  17. "@react-navigation/bottom-tabs": "0.0.0",
  18. "@react-navigation/elements": "0.0.0",
  19. "@react-navigation/material-top-tabs": "0.0.0",
  20. "@react-navigation/native": "0.0.0",
  21. "@react-navigation/stack": "0.0.0",
  22. "@xmldom/xmldom": "0.0.0",
  23. "base64-js": "0.0.0",
  24. "grapheme-splitter": "0.0.0",
  25. "i18n-iso-countries": "0.0.0",
  26. "i18next": "0.0.0",
  27. "js-md5": "0.0.0",
  28. "i18next-http-backend": "0.0.0",
  29. "js-sha512": "0.0.0",
  30. "jwt-decode": "0.0.0",
  31. "lib-jitsi-meet": "0.0.0",
  32. "lodash": "0.0.0",
  33. "moment": "0.0.0",
  34. "moment-duration-format": "0.0.0",
  35. "optional-require": "0.0.0",
  36. "promise.allsettled": "0.0.0",
  37. "punycode": "0.0.0",
  38. "react-emoji-render": "0.0.0",
  39. "react-i18next": "0.0.0",
  40. "react-linkify": "0.0.0",
  41. "react-native-dialog": "0.0.0",
  42. "react-native-svg-transformer": "0.0.0",
  43. "react-native-tab-view": "0.0.0",
  44. "react-native-url-polyfill": "0.0.0",
  45. "react-native-youtube-iframe": "0.0.0",
  46. "react-redux": "0.0.0",
  47. "redux": "0.0.0",
  48. "redux-thunk": "0.0.0",
  49. "unorm": "0.0.0",
  50. "util": "0.0.0",
  51. "uuid": "0.0.0",
  52. "zxcvbn": "0.0.0"
  53. },
  54. "peerDependencies": {
  55. "@amplitude/react-native": "0.0.0",
  56. "@braintree/sanitize-url": "0.0.0",
  57. "@giphy/react-native-sdk": "0.0.0",
  58. "@react-native/metro-config": "*",
  59. "@react-native-async-storage/async-storage": "0.0.0",
  60. "@react-native-community/clipboard": "0.0.0",
  61. "@react-native-community/netinfo": "0.0.0",
  62. "@react-native-community/slider": "0.0.0",
  63. "@react-native-google-signin/google-signin": "0.0.0",
  64. "react-native": "*",
  65. "react": "*",
  66. "react-native-background-timer": "0.0.0",
  67. "react-native-calendar-events": "0.0.0",
  68. "react-native-default-preference": "0.0.0",
  69. "react-native-device-info": "0.0.0",
  70. "react-native-get-random-values": "0.0.0",
  71. "react-native-gesture-handler": "0.0.0",
  72. "react-native-immersive-mode": "0.0.0",
  73. "react-native-keep-awake": "0.0.0",
  74. "react-native-pager-view": "0.0.0",
  75. "react-native-paper": "0.0.0",
  76. "react-native-performance": "0.0.0",
  77. "react-native-orientation-locker": "0.0.0",
  78. "react-native-safe-area-context": "0.0.0",
  79. "react-native-screens": "0.0.0",
  80. "react-native-sound": "0.0.0",
  81. "react-native-splash-screen": "0.0.0",
  82. "react-native-svg": "0.0.0",
  83. "react-native-video": "0.0.0",
  84. "react-native-watch-connectivity": "0.0.0",
  85. "react-native-webrtc": "0.0.0",
  86. "react-native-webview": "0.0.0",
  87. "text-encoding": "0.0.0"
  88. },
  89. "overrides": {
  90. "@xmldom/xmldom": "0.0.0"
  91. },
  92. "scripts": {
  93. "postinstall": "node sdk_instructions.js",
  94. "prepare": "node prepare_sdk.js"
  95. },
  96. "bugs": {
  97. "url": "https://github.com/jitsi/jitsi-meet/issues"
  98. },
  99. "keywords": [
  100. "react-native"
  101. ]
  102. }