Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

package.json 3.1KB

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