Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 3.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. "//": "Callstats.io does not work with recent versions of jsSHA (2.0.1 in particular)",
  18. "dependencies": {
  19. "@atlassian/aui": "6.0.6",
  20. "@atlaskit/button": "1.0.3",
  21. "@atlaskit/button-group": "1.0.0",
  22. "@atlaskit/modal-dialog": "1.2.4",
  23. "async": "0.9.0",
  24. "autosize": "1.18.13",
  25. "bootstrap": "3.1.1",
  26. "es6-iterator": "2.0.0",
  27. "es6-symbol": "3.1.0",
  28. "i18next": "7.0.0",
  29. "i18next-browser-languagedetector": "1.0.1",
  30. "i18next-xhr-backend": "1.3.0",
  31. "jitsi-meet-logger": "jitsi/jitsi-meet-logger",
  32. "jquery": "2.1.4",
  33. "jquery-contextmenu": "2.4.3",
  34. "jquery-i18next": "1.1.0",
  35. "jQuery-Impromptu": "trentrichardson/jQuery-Impromptu#v6.0.0",
  36. "jquery-ui": "1.10.5",
  37. "jssha": "1.5.0",
  38. "jws": "3.1.4",
  39. "lib-jitsi-meet": "jitsi/lib-jitsi-meet",
  40. "postis": "2.2.0",
  41. "react": "15.4.2",
  42. "react-dom": "15.4.2",
  43. "react-i18next": "2.2.0",
  44. "react-native": "0.42.0",
  45. "react-native-background-timer": "1.0.0",
  46. "react-native-immersive": "0.0.4",
  47. "react-native-keep-awake": "2.0.2",
  48. "react-native-locale-detector": "1.0.1",
  49. "react-native-prompt": "1.0.0",
  50. "react-native-vector-icons": "4.0.0",
  51. "react-native-webrtc": "jitsi/react-native-webrtc",
  52. "react-redux": "5.0.3",
  53. "redux": "3.6.0",
  54. "redux-thunk": "2.2.0",
  55. "retry": "0.6.1",
  56. "strophe": "1.2.4",
  57. "strophejs-plugins": "0.0.7",
  58. "toastr": "2.1.2",
  59. "url-polyfill": "github/url-polyfill",
  60. "xmldom": "0.1.27"
  61. },
  62. "devDependencies": {
  63. "babel-core": "6.23.1",
  64. "babel-eslint": "7.1.1",
  65. "babel-loader": "6.3.2",
  66. "babel-polyfill": "6.23.0",
  67. "babel-preset-es2015": "6.22.0",
  68. "babel-preset-react": "6.23.0",
  69. "babel-preset-stage-1": "6.22.0",
  70. "clean-css": "3.4.25",
  71. "css-loader": "0.26.2",
  72. "eslint": "3.16.1",
  73. "eslint-plugin-flowtype": "2.30.0",
  74. "eslint-plugin-import": "2.2.0",
  75. "eslint-plugin-jsdoc": "2.4.0",
  76. "eslint-plugin-react": "6.10.0",
  77. "eslint-plugin-react-native": "2.2.1",
  78. "expose-loader": "0.7.1",
  79. "file-loader": "0.10.1",
  80. "flow-bin": "0.38.0",
  81. "haste-resolver-webpack-plugin": "0.2.2",
  82. "imports-loader": "0.7.1",
  83. "jshint": "2.9.4",
  84. "json-loader": "0.5.4",
  85. "node-sass": "3.13.1",
  86. "precommit-hook": "3.0.0",
  87. "string-replace-loader": "1.0.5",
  88. "style-loader": "0.13.2",
  89. "webpack": "1.14.0",
  90. "webpack-dev-server": "1.16.3"
  91. },
  92. "license": "Apache-2.0",
  93. "scripts": {
  94. "lint": "jshint . && eslint . && flow",
  95. "validate": "npm ls"
  96. },
  97. "pre-commit": [
  98. "lint"
  99. ],
  100. "browser": {
  101. "aui": "@atlassian/aui/lib/js/aui.js",
  102. "aui-css": "./node_modules/@atlassian/aui/dist/aui/css/aui.min.css",
  103. "aui-experimental": "@atlassian/aui/lib/js/aui-experimental.js",
  104. "aui-experimental-css": "./node_modules/@atlassian/aui/dist/aui/css/aui-experimental.min.css",
  105. "autosize": "./node_modules/autosize/build/jquery.autosize.js",
  106. "jQuery-Impromptu": "jQuery-Impromptu/src/jquery-impromptu.js",
  107. "popover": "./node_modules/bootstrap/js/popover.js",
  108. "strophe-disco": "./node_modules/strophejs-plugins/disco/strophe.disco.js",
  109. "tooltip": "./node_modules/bootstrap/js/tooltip.js"
  110. }
  111. }