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 3.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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/button-group": "1.5.3",
  21. "@atlaskit/dropdown-menu": "3.10.2",
  22. "@atlaskit/droplist": "4.11.1",
  23. "@atlaskit/field-text": "4.0.1",
  24. "@atlaskit/flag": "6.1.0",
  25. "@atlaskit/icon": "10.0.0",
  26. "@atlaskit/inline-dialog": "5.0.2",
  27. "@atlaskit/inline-message": "3.0.1",
  28. "@atlaskit/modal-dialog": "2.6.0",
  29. "@atlaskit/multi-select": "7.1.3",
  30. "@atlaskit/spinner": "4.0.0",
  31. "@atlaskit/tabs": "4.0.1",
  32. "@atlaskit/theme": "2.2.0",
  33. "@atlaskit/toggle": "2.6.1",
  34. "@atlaskit/tooltip": "6.0.0",
  35. "@atlassian/aui": "6.0.6",
  36. "autosize": "1.18.13",
  37. "es6-iterator": "2.0.1",
  38. "es6-symbol": "3.1.1",
  39. "i18next": "8.4.3",
  40. "i18next-browser-languagedetector": "2.0.0",
  41. "i18next-xhr-backend": "1.4.2",
  42. "jitsi-meet-logger": "jitsi/jitsi-meet-logger",
  43. "jquery": "2.1.4",
  44. "jquery-contextmenu": "2.4.5",
  45. "jquery-i18next": "1.2.0",
  46. "jQuery-Impromptu": "trentrichardson/jQuery-Impromptu#v6.0.0",
  47. "jquery-ui": "1.10.5",
  48. "js-md5": "0.6.1",
  49. "jssha": "2.2.0",
  50. "jwt-decode": "2.2.0",
  51. "lib-jitsi-meet": "jitsi/lib-jitsi-meet",
  52. "lodash": "4.17.4",
  53. "nuclear-js": "1.4.0",
  54. "postis": "2.2.0",
  55. "prop-types": "15.6.0",
  56. "react": "16.0.0",
  57. "react-dom": "16.0.0",
  58. "react-i18next": "4.8.0",
  59. "react-native": "0.49.5",
  60. "react-native-background-timer": "1.3.0",
  61. "react-native-callstats": "3.24.6",
  62. "react-native-fetch-blob": "0.10.8",
  63. "react-native-img-cache": "1.4.0",
  64. "react-native-immersive": "1.1.0",
  65. "react-native-keep-awake": "2.0.5",
  66. "react-native-locale-detector": "1.0.1",
  67. "react-native-prompt": "1.0.0",
  68. "react-native-vector-icons": "4.4.0",
  69. "react-native-webrtc": "jitsi/react-native-webrtc",
  70. "react-redux": "5.0.6",
  71. "redux": "3.7.2",
  72. "redux-thunk": "2.2.0",
  73. "styled-components": "1.3.0",
  74. "url-polyfill": "github/url-polyfill",
  75. "uuid": "3.1.0",
  76. "xmldom": "0.1.27"
  77. },
  78. "devDependencies": {
  79. "babel-core": "6.26.0",
  80. "babel-eslint": "8.0.1",
  81. "babel-loader": "7.1.2",
  82. "babel-polyfill": "6.26.0",
  83. "babel-preset-env": "1.6.1",
  84. "babel-preset-react": "6.24.1",
  85. "babel-preset-stage-1": "6.24.1",
  86. "clean-css": "3.4.25",
  87. "css-loader": "0.28.7",
  88. "eslint": "4.8.0",
  89. "eslint-config-jitsi": "jitsi/eslint-config-jitsi#v0.1",
  90. "eslint-plugin-flowtype": "2.30.4",
  91. "eslint-plugin-import": "2.7.0",
  92. "eslint-plugin-jsdoc": "3.1.3",
  93. "eslint-plugin-react": "7.4.0",
  94. "eslint-plugin-react-native": "3.1.0",
  95. "expose-loader": "0.7.3",
  96. "file-loader": "1.1.4",
  97. "flow-bin": "0.53.0",
  98. "imports-loader": "0.7.1",
  99. "node-sass": "3.13.1",
  100. "precommit-hook": "3.0.0",
  101. "string-replace-loader": "1.3.0",
  102. "style-loader": "0.19.0",
  103. "webpack": "3.6.0",
  104. "webpack-dev-server": "2.9.1"
  105. },
  106. "engines": {
  107. "node": ">=6.0.0"
  108. },
  109. "license": "Apache-2.0",
  110. "scripts": {
  111. "lint": "eslint . && flow",
  112. "validate": "npm ls"
  113. },
  114. "pre-commit": [
  115. "lint"
  116. ],
  117. "browser": {
  118. "aui": "@atlassian/aui/lib/js/aui.js",
  119. "aui-css": "./node_modules/@atlassian/aui/dist/aui/css/aui.min.css",
  120. "aui-experimental": "@atlassian/aui/lib/js/aui-experimental.js",
  121. "aui-experimental-css": "./node_modules/@atlassian/aui/dist/aui/css/aui-experimental.min.css",
  122. "autosize": "./node_modules/autosize/build/jquery.autosize.js",
  123. "jQuery-Impromptu": "jQuery-Impromptu/src/jquery-impromptu.js"
  124. }
  125. }