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

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. "//": "Callstats.io does not work with recent versions of jsSHA (2.0.1 in particular)",
  18. "dependencies": {
  19. "@atlaskit/avatar": "4.0.5",
  20. "@atlaskit/button": "3.0.0",
  21. "@atlaskit/button-group": "1.1.3",
  22. "@atlaskit/dropdown-menu": "1.4.0",
  23. "@atlaskit/field-text": "2.7.0",
  24. "@atlaskit/icon": "7.0.0",
  25. "@atlaskit/inline-dialog": "3.2.0",
  26. "@atlaskit/inline-message": "2.1.1",
  27. "@atlaskit/modal-dialog": "2.1.2",
  28. "@atlaskit/multi-select": "6.2.0",
  29. "@atlaskit/spinner": "2.2.3",
  30. "@atlaskit/tabs": "2.0.0",
  31. "@atlassian/aui": "6.0.6",
  32. "async": "0.9.0",
  33. "autosize": "1.18.13",
  34. "bootstrap": "3.1.1",
  35. "es6-iterator": "2.0.1",
  36. "es6-symbol": "3.1.1",
  37. "i18next": "8.4.3",
  38. "i18next-browser-languagedetector": "2.0.0",
  39. "i18next-xhr-backend": "1.4.2",
  40. "jitsi-meet-logger": "jitsi/jitsi-meet-logger",
  41. "jquery": "2.1.4",
  42. "jquery-contextmenu": "2.4.5",
  43. "jquery-i18next": "1.2.0",
  44. "jQuery-Impromptu": "trentrichardson/jQuery-Impromptu#v6.0.0",
  45. "jquery-ui": "1.10.5",
  46. "jssha": "1.5.0",
  47. "jwt-decode": "2.2.0",
  48. "lib-jitsi-meet": "jitsi/lib-jitsi-meet",
  49. "lodash": "4.17.4",
  50. "nuclear-js": "1.4.0",
  51. "postis": "2.2.0",
  52. "react": "15.6.1",
  53. "react-dom": "15.6.1",
  54. "react-i18next": "4.7.0",
  55. "react-native": "0.42.3",
  56. "react-native-background-timer": "saghul/react-native-background-timer#ios-end-task",
  57. "react-native-immersive": "0.0.5",
  58. "react-native-keep-awake": "2.0.4",
  59. "react-native-locale-detector": "1.0.1",
  60. "react-native-prompt": "1.0.0",
  61. "react-native-vector-icons": "4.2.0",
  62. "react-native-webrtc": "jitsi/react-native-webrtc",
  63. "react-redux": "5.0.5",
  64. "redux": "3.7.2",
  65. "redux-thunk": "2.2.0",
  66. "retry": "0.6.1",
  67. "strophe": "1.2.4",
  68. "strophejs-plugins": "0.0.7",
  69. "styled-components": "1.3.0",
  70. "toastr": "2.1.2",
  71. "url-polyfill": "github/url-polyfill",
  72. "xmldom": "0.1.27"
  73. },
  74. "devDependencies": {
  75. "babel-core": "6.25.0",
  76. "babel-eslint": "7.2.3",
  77. "babel-loader": "7.1.1",
  78. "babel-polyfill": "6.23.0",
  79. "babel-preset-es2015": "6.24.1",
  80. "babel-preset-react": "6.24.1",
  81. "babel-preset-stage-1": "6.24.1",
  82. "clean-css": "3.4.25",
  83. "css-loader": "0.28.4",
  84. "eslint": "3.19.0",
  85. "eslint-plugin-flowtype": "2.30.4",
  86. "eslint-plugin-import": "2.7.0",
  87. "eslint-plugin-jsdoc": "3.1.1",
  88. "eslint-plugin-react": "6.10.3",
  89. "eslint-plugin-react-native": "3.0.1",
  90. "expose-loader": "0.7.3",
  91. "file-loader": "0.11.2",
  92. "flow-bin": "0.38.0",
  93. "imports-loader": "0.7.1",
  94. "jshint": "2.9.4",
  95. "node-sass": "3.13.1",
  96. "precommit-hook": "3.0.0",
  97. "string-replace-loader": "1.3.0",
  98. "style-loader": "0.18.2",
  99. "webpack": "2.6.1",
  100. "webpack-dev-server": "2.6.1"
  101. },
  102. "engines": {
  103. "node": ">=6.0.0"
  104. },
  105. "license": "Apache-2.0",
  106. "scripts": {
  107. "lint": "jshint . && eslint . && flow",
  108. "validate": "npm ls"
  109. },
  110. "pre-commit": [
  111. "lint"
  112. ],
  113. "browser": {
  114. "aui": "@atlassian/aui/lib/js/aui.js",
  115. "aui-css": "./node_modules/@atlassian/aui/dist/aui/css/aui.min.css",
  116. "aui-experimental": "@atlassian/aui/lib/js/aui-experimental.js",
  117. "aui-experimental-css": "./node_modules/@atlassian/aui/dist/aui/css/aui-experimental.min.css",
  118. "autosize": "./node_modules/autosize/build/jquery.autosize.js",
  119. "jQuery-Impromptu": "jQuery-Impromptu/src/jquery-impromptu.js",
  120. "popover": "./node_modules/bootstrap/js/popover.js",
  121. "strophe-disco": "./node_modules/strophejs-plugins/disco/strophe.disco.js",
  122. "tooltip": "./node_modules/bootstrap/js/tooltip.js"
  123. }
  124. }