Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "jitsi-meet-load-test",
  3. "version": "0.0.0",
  4. "description": "A load test participant",
  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. "jquery": "3.5.1"
  19. },
  20. "devDependencies": {
  21. "@babel/core": "7.5.5",
  22. "@babel/plugin-proposal-class-properties": "7.1.0",
  23. "@babel/plugin-proposal-export-default-from": "7.0.0",
  24. "@babel/plugin-proposal-export-namespace-from": "7.0.0",
  25. "@babel/plugin-proposal-nullish-coalescing-operator": "7.4.4",
  26. "@babel/plugin-proposal-optional-chaining": "7.2.0",
  27. "@babel/plugin-transform-flow-strip-types": "7.0.0",
  28. "@babel/preset-env": "7.1.0",
  29. "@babel/preset-flow": "7.0.0",
  30. "@babel/runtime": "7.5.5",
  31. "babel-eslint": "10.0.1",
  32. "babel-loader": "8.0.4",
  33. "eslint": "5.6.1",
  34. "eslint-config-jitsi": "github:jitsi/eslint-config-jitsi#1.0.3",
  35. "eslint-plugin-flowtype": "2.50.3",
  36. "eslint-plugin-import": "2.20.2",
  37. "eslint-plugin-jsdoc": "3.8.0",
  38. "expose-loader": "0.7.5",
  39. "flow-bin": "0.104.0",
  40. "imports-loader": "0.7.1",
  41. "lodash": "4.17.21",
  42. "string-replace-loader": "2.1.1",
  43. "style-loader": "0.19.0",
  44. "webpack": "4.43.0",
  45. "webpack-bundle-analyzer": "3.4.1",
  46. "webpack-cli": "3.3.11"
  47. },
  48. "engines": {
  49. "node": ">=8.0.0",
  50. "npm": ">=6.0.0"
  51. },
  52. "license": "Apache-2.0",
  53. "scripts": {
  54. "build": "webpack -p"
  55. }
  56. }