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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  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.0",
  20. "async": "0.9.0",
  21. "autosize": "^1.18.13",
  22. "bootstrap": "3.1.1",
  23. "i18next": "7.0.0",
  24. "i18next-browser-languagedetector": "1.0.1",
  25. "i18next-xhr-backend": "1.3.0",
  26. "jitsi-meet-logger": "jitsi/jitsi-meet-logger",
  27. "jquery": "~2.1.1",
  28. "jquery-contextmenu": "*",
  29. "jquery-i18next": "1.1.0",
  30. "jQuery-Impromptu": "trentrichardson/jQuery-Impromptu#v6.0.0",
  31. "jquery-ui": "1.10.5",
  32. "jssha": "1.5.0",
  33. "jws": "*",
  34. "lib-jitsi-meet": "jitsi/lib-jitsi-meet",
  35. "postis": "^2.2.0",
  36. "react": "15.4.2",
  37. "react-dom": "15.4.2",
  38. "react-i18next": "2.2.0",
  39. "react-native": "0.41.2",
  40. "react-native-background-timer": "1.0.0",
  41. "react-native-immersive": "0.0.4",
  42. "react-native-keep-awake": "^2.0.2",
  43. "react-native-locale-detector": "1.0.1",
  44. "react-native-prompt": "^1.0.0",
  45. "react-native-vector-icons": "^4.0.0",
  46. "react-native-webrtc": "jitsi/react-native-webrtc",
  47. "react-redux": "^5.0.2",
  48. "redux": "^3.5.2",
  49. "redux-thunk": "^2.1.0",
  50. "retry": "0.6.1",
  51. "strophe": "1.2.4",
  52. "strophejs-plugins": "0.0.7",
  53. "toastr": "^2.0.3",
  54. "url-polyfill": "github/url-polyfill",
  55. "xmldom": "^0.1.27"
  56. },
  57. "devDependencies": {
  58. "babel-core": "^6.18.0",
  59. "babel-eslint": "^7.1.1",
  60. "babel-loader": "^6.2.10",
  61. "babel-polyfill": "*",
  62. "babel-preset-es2015": "^6.18.0",
  63. "babel-preset-react": "^6.16.0",
  64. "babel-preset-stage-1": "^6.16.0",
  65. "clean-css": "^3.0.0",
  66. "css-loader": "*",
  67. "eslint": "^3.15.0",
  68. "eslint-plugin-flowtype": "^2.30.0",
  69. "eslint-plugin-import": "^2.2.0",
  70. "eslint-plugin-jsdoc": "*",
  71. "eslint-plugin-react": "*",
  72. "eslint-plugin-react-native": "^2.2.1",
  73. "expose-loader": "0.7.1",
  74. "file-loader": "^0.10.0",
  75. "flow-bin": "^0.37.0",
  76. "haste-resolver-webpack-plugin": "^0.2.2",
  77. "imports-loader": "*",
  78. "jshint": "2.9.4",
  79. "json-loader": "0.5.4",
  80. "node-sass": "^3.8.0",
  81. "precommit-hook": "3.0.0",
  82. "string-replace-loader": "*",
  83. "style-loader": "*",
  84. "webpack": "^1.14.0",
  85. "webpack-dev-server": "^1.16.2"
  86. },
  87. "license": "Apache-2.0",
  88. "scripts": {
  89. "lint": "jshint . && eslint . && flow",
  90. "validate": "npm ls"
  91. },
  92. "pre-commit": [
  93. "lint"
  94. ],
  95. "browser": {
  96. "aui": "@atlassian/aui/lib/js/aui.js",
  97. "aui-css": "./node_modules/@atlassian/aui/dist/aui/css/aui.min.css",
  98. "aui-experimental": "@atlassian/aui/lib/js/aui-experimental.js",
  99. "aui-experimental-css": "./node_modules/@atlassian/aui/dist/aui/css/aui-experimental.min.css",
  100. "autosize": "./node_modules/autosize/build/jquery.autosize.js",
  101. "jQuery-Impromptu": "jQuery-Impromptu/src/jquery-impromptu.js",
  102. "popover": "./node_modules/bootstrap/js/popover.js",
  103. "strophe-disco": "./node_modules/strophejs-plugins/disco/strophe.disco.js",
  104. "tooltip": "./node_modules/bootstrap/js/tooltip.js"
  105. }
  106. }