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.

116 lines
4.0 KiB

  1. {
  2. "name": "talk",
  3. "version": "19.0.0-beta.3",
  4. "private": true,
  5. "description": "",
  6. "author": "Joas Schilling <coding@schilljs.com>",
  7. "scripts": {
  8. "build": "webpack --node-env production --progress",
  9. "dev": "webpack --node-env development --progress",
  10. "watch": "webpack --node-env development --progress --watch",
  11. "serve": "webpack serve --node-env development --progress --allowed-hosts all",
  12. "typescript:check": "tsc --noEmit",
  13. "typescript:generate": "npx openapi-typescript \"./openapi*.json\" --immutable -t -o src/types/openapi/",
  14. "test": "jest",
  15. "test:watch": "jest --watch",
  16. "test:coverage": "jest --coverage",
  17. "lint": "eslint --ext .js,.ts,.vue src",
  18. "lint:fix": "eslint --ext .js,.ts,.vue src --fix",
  19. "stylelint": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue",
  20. "stylelint:fix": "stylelint css/*.css css/*.scss src/**/*.scss src/**/*.vue --fix",
  21. "analyze": "npm run analyze:stats && npm run analyze:serve",
  22. "analyze:stats": "npm run build -- --json js/stats.json",
  23. "analyze:serve": "webpack-bundle-analyzer js/stats.json js/",
  24. "analyze:report": "webpack-bundle-analyzer js/stats.json js/ --mode static --report js/stats/report.html"
  25. },
  26. "dependencies": {
  27. "@linusborg/vue-simple-portal": "^0.1.5",
  28. "@nextcloud/auth": "^2.2.1",
  29. "@nextcloud/axios": "^2.4.0",
  30. "@nextcloud/browser-storage": "^0.3.0",
  31. "@nextcloud/capabilities": "^1.1.0",
  32. "@nextcloud/dialogs": "^5.2.0",
  33. "@nextcloud/event-bus": "^3.1.0",
  34. "@nextcloud/files": "^3.1.0",
  35. "@nextcloud/initial-state": "^2.1.0",
  36. "@nextcloud/l10n": "^2.2.0",
  37. "@nextcloud/moment": "^1.3.1",
  38. "@nextcloud/paths": "^2.1.0",
  39. "@nextcloud/router": "^3.0.0",
  40. "@nextcloud/upload": "^1.0.5",
  41. "@nextcloud/vue": "^8.11.0",
  42. "crypto-js": "^4.2.0",
  43. "debounce": "^2.0.0",
  44. "emoji-mart-vue-fast": "^15.0.0",
  45. "emoji-regex": "^10.3.0",
  46. "escape-html": "^1.0.3",
  47. "extendable-media-recorder": "^9.1.11",
  48. "extendable-media-recorder-wav-encoder": "^7.0.106",
  49. "hark": "^1.2.3",
  50. "leaflet": "^1.9.4",
  51. "leaflet-defaulticon-compatibility": "^0.1.2",
  52. "libphonenumber-js": "^1.10.58",
  53. "lodash": "^4.17.21",
  54. "mockconsole": "0.0.1",
  55. "nextcloud-vue-collections": "^0.12.0",
  56. "pinia": "^2.1.7",
  57. "ua-parser-js": "^1.0.37",
  58. "util": "^0.12.5",
  59. "vue": "^2.7.16",
  60. "vue-cropperjs": "^4.2.0",
  61. "vue-draggable-resizable": "^2.3.0",
  62. "vue-frag": "^1.4.3",
  63. "vue-material-design-icons": "^5.3.0",
  64. "vue-observe-visibility": "^1.0.0",
  65. "vue-outside-events": "^1.1.3",
  66. "vue-prevent-unload": "^0.2.3",
  67. "vue-router": "^3.6.5",
  68. "vue-shortkey": "^3.1.7",
  69. "vue-virtual-scroller": "^1.1.2",
  70. "vue2-leaflet": "^2.7.1",
  71. "vuex": "^3.6.2",
  72. "webdav": "^5.4.0",
  73. "webrtc-adapter": "^8.2.3",
  74. "webrtcsupport": "^2.2.0",
  75. "wildemitter": "^1.2.1"
  76. },
  77. "devDependencies": {
  78. "@babel/core": "^7.24.0",
  79. "@babel/preset-env": "^7.24.0",
  80. "@nextcloud/babel-config": "^1.0.0",
  81. "@nextcloud/browserslist-config": "^3.0.0",
  82. "@nextcloud/eslint-config": "^8.3.0",
  83. "@nextcloud/stylelint-config": "^2.4.0",
  84. "@nextcloud/webpack-vue-config": "^6.0.1",
  85. "@types/jest": "^29.5.12",
  86. "@vue/test-utils": "^1.3.6",
  87. "@vue/tsconfig": "^0.5.1",
  88. "@vue/vue2-jest": "^29.2.6",
  89. "babel-loader-exclude-node-modules-except": "^1.2.1",
  90. "esbuild-loader": "^4.1.0",
  91. "flush-promises": "^1.0.2",
  92. "jest": "^29.7.0",
  93. "jest-environment-jsdom": "^29.7.0",
  94. "jest-localstorage-mock": "^2.4.26",
  95. "jest-mock-console": "^2.0.0",
  96. "jest-transform-stub": "^2.0.0",
  97. "openapi-typescript": "^6.7.5",
  98. "regenerator-runtime": "^0.14.1",
  99. "ts-jest": "^29.1.2",
  100. "vue-template-compiler": "^2.7.16",
  101. "wasm-check": "^2.1.2",
  102. "webpack-bundle-analyzer": "^4.10.1",
  103. "worker-loader": "^3.0.8"
  104. },
  105. "browser": {
  106. "fs": false
  107. },
  108. "browserslist": [
  109. "extends @nextcloud/browserslist-config"
  110. ],
  111. "engines": {
  112. "node": "^20.0.0",
  113. "npm": "^10.0.0"
  114. },
  115. "license": "agpl"
  116. }