You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 4.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. {
  2. "name": "jitsi-meet",
  3. "version": "0.0.0",
  4. "description": "A sample app for the Jitsi Videobridge",
  5. "repository": {
  6. "type": "git",
  7. "url": "git://github.com/jitsi/jitsi-meet"
  8. },
  9. "keywords": [
  10. "jingle",
  11. "webrtc",
  12. "xmpp",
  13. "browser"
  14. ],
  15. "author": "",
  16. "readmeFilename": "README.md",
  17. "dependencies": {
  18. "@atlaskit/avatar": "14.1.7",
  19. "@atlaskit/button": "10.1.1",
  20. "@atlaskit/checkbox": "5.0.10",
  21. "@atlaskit/dropdown-menu": "6.1.25",
  22. "@atlaskit/field-text": "7.0.19",
  23. "@atlaskit/field-text-area": "4.0.15",
  24. "@atlaskit/flag": "9.1.8",
  25. "@atlaskit/icon": "15.0.3",
  26. "@atlaskit/inline-dialog": "5.3.0",
  27. "@atlaskit/inline-message": "7.0.10",
  28. "@atlaskit/lozenge": "6.2.4",
  29. "@atlaskit/modal-dialog": "8.0.1",
  30. "@atlaskit/multi-select": "11.0.13",
  31. "@atlaskit/spinner": "9.0.13",
  32. "@atlaskit/tabs": "8.0.11",
  33. "@atlaskit/theme": "7.0.2",
  34. "@atlaskit/toggle": "5.0.14",
  35. "@atlaskit/tooltip": "12.1.13",
  36. "@microsoft/microsoft-graph-client": "1.1.0",
  37. "@react-native-community/async-storage": "1.3.4",
  38. "@webcomponents/url": "0.7.1",
  39. "amplitude-js": "4.5.2",
  40. "bc-css-flags": "3.0.0",
  41. "dropbox": "4.0.9",
  42. "i18n-iso-countries": "3.7.8",
  43. "i18next": "8.4.3",
  44. "i18next-browser-languagedetector": "2.0.0",
  45. "i18next-xhr-backend": "1.4.2",
  46. "jQuery-Impromptu": "github:trentrichardson/jQuery-Impromptu#v6.0.0",
  47. "jitsi-meet-logger": "github:jitsi/jitsi-meet-logger#6fff754a77a56ab52499f3559105a15886942a1e",
  48. "jquery": "3.3.1",
  49. "jquery-contextmenu": "2.4.5",
  50. "jquery-i18next": "1.2.0",
  51. "js-md5": "0.6.1",
  52. "js-utils": "github:jitsi/js-utils#192b1c996e8c05530eb1f19e82a31069c3021e31",
  53. "jsrsasign": "8.0.12",
  54. "jwt-decode": "2.2.0",
  55. "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#9bcc2a26cc94683b8ed302418695a331b450df97",
  56. "libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
  57. "lodash": "4.17.11",
  58. "moment": "2.19.4",
  59. "moment-duration-format": "2.2.2",
  60. "postis": "2.2.0",
  61. "react": "16.8.3",
  62. "react-dom": "16.8.3",
  63. "react-emoji-render": "0.4.6",
  64. "react-i18next": "7.13.0",
  65. "react-linkify": "0.2.2",
  66. "react-native": "0.59.8",
  67. "react-native-background-timer": "2.1.1",
  68. "react-native-calendar-events": "1.6.4",
  69. "react-native-callstats": "3.58.2",
  70. "react-native-fast-image": "5.1.1",
  71. "react-native-google-signin": "2.0.0",
  72. "react-native-immersive": "2.0.0",
  73. "react-native-keep-awake": "4.0.0",
  74. "react-native-linear-gradient": "2.5.3",
  75. "react-native-sound": "0.10.12",
  76. "react-native-swipeout": "2.3.6",
  77. "react-native-vector-icons": "6.0.2",
  78. "react-native-watch-connectivity": "0.2.0",
  79. "react-native-webrtc": "github:jitsi/react-native-webrtc#4064c6f2db4f8b961daaaa8dafc6a896d7cfbc43",
  80. "react-native-webview": "5.8.1",
  81. "react-redux": "5.0.7",
  82. "react-textarea-autosize": "7.1.0",
  83. "react-transition-group": "2.4.0",
  84. "redux": "4.0.0",
  85. "redux-thunk": "2.2.0",
  86. "styled-components": "3.4.9",
  87. "uuid": "3.1.0",
  88. "windows-iana": "^3.1.0",
  89. "xmldom": "0.1.27"
  90. },
  91. "devDependencies": {
  92. "@babel/core": "7.1.2",
  93. "@babel/plugin-proposal-class-properties": "7.1.0",
  94. "@babel/plugin-proposal-export-default-from": "7.0.0",
  95. "@babel/plugin-proposal-export-namespace-from": "7.0.0",
  96. "@babel/plugin-transform-flow-strip-types": "7.0.0",
  97. "@babel/preset-env": "7.1.0",
  98. "@babel/preset-flow": "7.0.0",
  99. "@babel/preset-react": "7.0.0",
  100. "@babel/runtime": "7.1.2",
  101. "babel-eslint": "10.0.1",
  102. "babel-loader": "8.0.4",
  103. "clean-css": "3.4.25",
  104. "css-loader": "0.28.7",
  105. "eslint": "5.6.1",
  106. "eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#1.0.1",
  107. "eslint-plugin-flowtype": "2.50.3",
  108. "eslint-plugin-import": "2.14.0",
  109. "eslint-plugin-jsdoc": "3.8.0",
  110. "eslint-plugin-react": "7.11.1",
  111. "eslint-plugin-react-native": "3.3.0",
  112. "expose-loader": "0.7.5",
  113. "flow-bin": "0.92.0",
  114. "imports-loader": "0.7.1",
  115. "metro-react-native-babel-preset": "0.49.2",
  116. "node-sass": "4.10.0",
  117. "precommit-hook": "3.0.0",
  118. "string-replace-loader": "2.1.1",
  119. "style-loader": "0.19.0",
  120. "webpack": "4.26.1",
  121. "webpack-cli": "3.1.2",
  122. "webpack-dev-server": "3.1.14"
  123. },
  124. "engines": {
  125. "node": ">=8.0.0",
  126. "npm": ">=6.0.0"
  127. },
  128. "license": "Apache-2.0",
  129. "scripts": {
  130. "lint": "eslint . && flow",
  131. "validate": "npm ls"
  132. },
  133. "pre-commit": [
  134. "lint"
  135. ],
  136. "browser": {
  137. "jQuery-Impromptu": "jQuery-Impromptu/src/jquery-impromptu.js"
  138. }
  139. }