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