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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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": "4.0.5",
  19. "@atlaskit/button": "3.0.0",
  20. "@atlaskit/button-group": "1.1.3",
  21. "@atlaskit/dropdown-menu": "1.4.0",
  22. "@atlaskit/field-text": "2.7.0",
  23. "@atlaskit/flag": "3.0.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. "@atlaskit/toggle": "2.0.4",
  32. "@atlassian/aui": "6.0.6",
  33. "autosize": "1.18.13",
  34. "es6-iterator": "2.0.1",
  35. "es6-symbol": "3.1.1",
  36. "i18next": "8.4.3",
  37. "i18next-browser-languagedetector": "2.0.0",
  38. "i18next-xhr-backend": "1.4.2",
  39. "jitsi-meet-logger": "jitsi/jitsi-meet-logger",
  40. "jquery": "2.1.4",
  41. "jquery-contextmenu": "2.4.5",
  42. "jquery-i18next": "1.2.0",
  43. "jQuery-Impromptu": "trentrichardson/jQuery-Impromptu#v6.0.0",
  44. "jquery-ui": "1.10.5",
  45. "jssha": "2.2.0",
  46. "jwt-decode": "2.2.0",
  47. "lib-jitsi-meet": "jitsi/lib-jitsi-meet",
  48. "lodash": "4.17.4",
  49. "nuclear-js": "1.4.0",
  50. "postis": "2.2.0",
  51. "prop-types": "15.6.0",
  52. "react": "15.6.1",
  53. "react-dom": "15.6.1",
  54. "react-i18next": "4.8.0",
  55. "react-native": "0.42.3",
  56. "react-native-background-timer": "1.3.0",
  57. "react-native-callstats": "3.24.6",
  58. "react-native-fetch-blob": "0.10.8",
  59. "react-native-img-cache": "1.4.0",
  60. "react-native-immersive": "1.1.0",
  61. "react-native-keep-awake": "2.0.5",
  62. "react-native-locale-detector": "1.0.1",
  63. "react-native-prompt": "1.0.0",
  64. "react-native-vector-icons": "4.4.0",
  65. "react-native-webrtc": "jitsi/react-native-webrtc",
  66. "react-redux": "5.0.6",
  67. "redux": "3.7.2",
  68. "redux-thunk": "2.2.0",
  69. "strophe": "1.2.4",
  70. "strophejs-plugins": "0.0.7",
  71. "styled-components": "1.3.0",
  72. "url-polyfill": "github:github/url-polyfill",
  73. "uuid": "3.1.0",
  74. "xmldom": "0.1.27"
  75. },
  76. "devDependencies": {
  77. "babel-core": "6.26.0",
  78. "babel-eslint": "8.0.1",
  79. "babel-loader": "7.1.2",
  80. "babel-polyfill": "6.26.0",
  81. "babel-preset-es2015": "6.24.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.8.0",
  87. "eslint-plugin-flowtype": "2.30.4",
  88. "eslint-plugin-import": "2.7.0",
  89. "eslint-plugin-jsdoc": "3.1.3",
  90. "eslint-plugin-react": "7.4.0",
  91. "eslint-plugin-react-native": "3.1.0",
  92. "expose-loader": "0.7.3",
  93. "file-loader": "1.1.4",
  94. "flow-bin": "0.38.0",
  95. "imports-loader": "0.7.1",
  96. "node-sass": "3.13.1",
  97. "precommit-hook": "3.0.0",
  98. "string-replace-loader": "1.3.0",
  99. "style-loader": "0.19.0",
  100. "webpack": "3.6.0",
  101. "webpack-dev-server": "2.9.1"
  102. },
  103. "engines": {
  104. "node": ">=6.0.0"
  105. },
  106. "license": "Apache-2.0",
  107. "scripts": {
  108. "lint": "eslint . && flow",
  109. "validate": "npm ls"
  110. },
  111. "pre-commit": [
  112. "lint"
  113. ],
  114. "browser": {
  115. "aui": "@atlassian/aui/lib/js/aui.js",
  116. "aui-css": "./node_modules/@atlassian/aui/dist/aui/css/aui.min.css",
  117. "aui-experimental": "@atlassian/aui/lib/js/aui-experimental.js",
  118. "aui-experimental-css": "./node_modules/@atlassian/aui/dist/aui/css/aui-experimental.min.css",
  119. "autosize": "./node_modules/autosize/build/jquery.autosize.js",
  120. "jQuery-Impromptu": "jQuery-Impromptu/src/jquery-impromptu.js",
  121. "strophe-disco": "./node_modules/strophejs-plugins/disco/strophe.disco.js"
  122. }
  123. }