Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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": "8.0.5",
  19. "@atlaskit/button": "5.4.2",
  20. "@atlaskit/checkbox": "2.0.2",
  21. "@atlaskit/dropdown-menu": "3.10.2",
  22. "@atlaskit/droplist": "4.11.1",
  23. "@atlaskit/field-text": "4.0.1",
  24. "@atlaskit/field-text-area": "1.2.0",
  25. "@atlaskit/flag": "6.1.0",
  26. "@atlaskit/icon": "10.0.0",
  27. "@atlaskit/inline-dialog": "5.3.0",
  28. "@atlaskit/inline-message": "4.0.0",
  29. "@atlaskit/layer-manager": "2.8.0",
  30. "@atlaskit/lozenge": "3.4.2",
  31. "@atlaskit/modal-dialog": "3.4.0",
  32. "@atlaskit/multi-select": "7.1.3",
  33. "@atlaskit/spinner": "4.0.0",
  34. "@atlaskit/tabs": "4.0.1",
  35. "@atlaskit/theme": "2.4.0",
  36. "@atlaskit/tooltip": "9.1.1",
  37. "@webcomponents/url": "0.7.1",
  38. "autosize": "1.18.13",
  39. "i18next": "8.4.3",
  40. "i18next-browser-languagedetector": "2.0.0",
  41. "i18next-xhr-backend": "1.4.2",
  42. "jQuery-Impromptu": "github:trentrichardson/jQuery-Impromptu#v6.0.0",
  43. "jitsi-meet-logger": "github:jitsi/jitsi-meet-logger#6fff754a77a56ab52499f3559105a15886942a1e",
  44. "jquery": "3.3.1",
  45. "jquery-contextmenu": "2.4.5",
  46. "jquery-i18next": "1.2.0",
  47. "js-md5": "0.6.1",
  48. "jsc-android": "224109.1.0",
  49. "jwt-decode": "2.2.0",
  50. "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#2be752fc88ff71e454c6b9178b21a33b59c53f41",
  51. "lodash": "4.17.4",
  52. "moment": "2.19.4",
  53. "moment-duration-format": "2.2.2",
  54. "postis": "2.2.0",
  55. "prop-types": "15.6.0",
  56. "react": "16.3.1",
  57. "react-dom": "16.3.1",
  58. "react-i18next": "4.8.0",
  59. "react-native": "0.55.4",
  60. "react-native-background-timer": "2.0.0",
  61. "react-native-calendar-events": "github:jitsi/react-native-calendar-events#cad37355f36d17587d84af72b0095e8cc5fd3df9",
  62. "react-native-callstats": "3.52.0",
  63. "react-native-fast-image": "4.0.14",
  64. "react-native-immersive": "1.1.0",
  65. "react-native-keep-awake": "2.0.6",
  66. "react-native-linear-gradient": "2.4.0",
  67. "react-native-locale-detector": "github:jitsi/react-native-locale-detector#845281e9fd4af756f6d0f64afe5cce08c63e5ee9",
  68. "react-native-permissions": "1.1.1",
  69. "react-native-prompt": "1.0.0",
  70. "react-native-sound": "0.10.9",
  71. "react-native-vector-icons": "4.4.2",
  72. "react-native-webrtc": "github:jitsi/react-native-webrtc#6b0ea124414f6f5b7f234a7d5cec75d30f5f6312",
  73. "react-redux": "5.0.7",
  74. "redux": "4.0.0",
  75. "redux-thunk": "2.2.0",
  76. "styled-components": "1.4.6",
  77. "uuid": "3.1.0",
  78. "xmldom": "0.1.27"
  79. },
  80. "devDependencies": {
  81. "babel-core": "6.26.0",
  82. "babel-eslint": "8.0.3",
  83. "babel-loader": "7.1.2",
  84. "babel-preset-env": "1.6.1",
  85. "babel-preset-react": "6.24.1",
  86. "babel-preset-stage-1": "6.24.1",
  87. "clean-css": "3.4.25",
  88. "css-loader": "0.28.7",
  89. "eslint": "4.12.1",
  90. "eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#v0.1.0",
  91. "eslint-plugin-flowtype": "2.39.1",
  92. "eslint-plugin-import": "2.8.0",
  93. "eslint-plugin-jsdoc": "3.2.0",
  94. "eslint-plugin-react": "7.5.1",
  95. "eslint-plugin-react-native": "3.2.0",
  96. "expose-loader": "0.7.4",
  97. "file-loader": "1.1.5",
  98. "flow-bin": "0.67.1",
  99. "imports-loader": "0.7.1",
  100. "node-sass": "4.8.3",
  101. "precommit-hook": "3.0.0",
  102. "string-replace-loader": "1.3.0",
  103. "style-loader": "0.19.0",
  104. "uglifyjs-webpack-plugin": "1.2.2",
  105. "webpack": "3.9.1",
  106. "webpack-dev-server": "2.9.5"
  107. },
  108. "engines": {
  109. "node": ">=8.0.0",
  110. "npm": ">=6.0.0"
  111. },
  112. "license": "Apache-2.0",
  113. "scripts": {
  114. "lint": "eslint . && flow",
  115. "validate": "npm ls"
  116. },
  117. "pre-commit": [
  118. "lint"
  119. ],
  120. "browser": {
  121. "autosize": "./node_modules/autosize/build/jquery.autosize.js",
  122. "jQuery-Impromptu": "jQuery-Impromptu/src/jquery-impromptu.js"
  123. }
  124. }