Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

package.json 2.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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": "3.4.4",
  24. "i18next-xhr-backend": "1.1.0",
  25. "jquery": "~2.1.1",
  26. "jquery-contextmenu": "*",
  27. "jquery-i18next": "1.1.0",
  28. "jQuery-Impromptu": "trentrichardson/jQuery-Impromptu#v6.0.0",
  29. "jquery-ui": "1.10.5",
  30. "json-loader": "0.5.4",
  31. "jssha": "1.5.0",
  32. "jws": "*",
  33. "lib-jitsi-meet": "jitsi/lib-jitsi-meet",
  34. "postis": "^2.2.0",
  35. "react": "15.4.1",
  36. "react-dom": "15.4.1",
  37. "react-native": "0.38.0",
  38. "react-native-vector-icons": "^3.0.0",
  39. "react-native-webrtc": "jitsi/react-native-webrtc",
  40. "react-redux": "^4.4.6",
  41. "react-router": "^3.0.0",
  42. "react-router-redux": "^4.0.7",
  43. "redux": "^3.5.2",
  44. "redux-thunk": "^2.1.0",
  45. "retry": "0.6.1",
  46. "strophe": "^1.2.2",
  47. "strophejs-plugins": "^0.0.6",
  48. "toastr": "^2.0.3",
  49. "url-polyfill": "github/url-polyfill",
  50. "xmldom": "^0.1.27"
  51. },
  52. "devDependencies": {
  53. "babel-core": "*",
  54. "babel-loader": "^6.2.8",
  55. "babel-polyfill": "*",
  56. "babel-preset-es2015": "^6.18.0",
  57. "babel-preset-react": "^6.16.0",
  58. "babel-preset-stage-1": "^6.16.0",
  59. "clean-css": "*",
  60. "css-loader": "*",
  61. "eslint": ">=3",
  62. "eslint-plugin-jsdoc": "*",
  63. "eslint-plugin-react": "*",
  64. "eslint-plugin-react-native": "*",
  65. "expose-loader": "*",
  66. "file-loader": "*",
  67. "haste-resolver-webpack-plugin": "^0.2.2",
  68. "imports-loader": "*",
  69. "jshint": "2.8.0",
  70. "node-sass": "^3.8.0",
  71. "precommit-hook": "3.0.0",
  72. "string-replace-loader": "*",
  73. "style-loader": "*",
  74. "webpack": "*"
  75. },
  76. "license": "Apache-2.0",
  77. "scripts": {
  78. "lint": "jshint . && eslint .",
  79. "validate": "npm ls"
  80. },
  81. "pre-commit": [
  82. "lint"
  83. ],
  84. "browser": {
  85. "aui-css": "./node_modules/@atlassian/aui/dist/aui/css/aui.min.css",
  86. "aui-experimental-css": "./node_modules/@atlassian/aui/dist/aui/css/aui-experimental.min.css",
  87. "autosize": "./node_modules/autosize/build/jquery.autosize.js",
  88. "popover": "./node_modules/bootstrap/js/popover.js",
  89. "strophe-disco": "./node_modules/strophejs-plugins/disco/strophe.disco.js",
  90. "strophe-caps": "./node_modules/strophejs-plugins/caps/strophe.caps.jsonly.js",
  91. "tooltip": "./node_modules/bootstrap/js/tooltip.js"
  92. }
  93. }