package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "name": "wekan",
  3. "version": "v6.74.0",
  4. "description": "Open-Source kanban",
  5. "private": true,
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/wekan/wekan.git"
  9. },
  10. "license": "MIT",
  11. "bugs": {
  12. "url": "https://github.com/wekan/wekan/issues"
  13. },
  14. "homepage": "https://wekan.github.io",
  15. "devDependencies": {
  16. "babel-plugin-istanbul": "^6.1.1",
  17. "chai": "^4.3.6",
  18. "chai-as-promised": "^7.1.1",
  19. "flatted": "^3.2.2",
  20. "sinon": "^13.0.2",
  21. "sinon-chai": "^3.7.0"
  22. },
  23. "dependencies": {
  24. "@babel/core": "^7.15.5",
  25. "@babel/runtime": "^7.15.4",
  26. "@mapbox/node-pre-gyp": "^1.0.8",
  27. "@wekanteam/markdown-it-mermaid": "^0.6.2",
  28. "@wekanteam/minio": "^7.0.34",
  29. "ajv": "^6.12.6",
  30. "babel-runtime": "^6.26.0",
  31. "bcryptjs": "^2.4.3",
  32. "bson": "^4.5.2",
  33. "bunyan": "^1.8.15",
  34. "canvas": "^2.11.0",
  35. "core-js": "^3.18.2",
  36. "dompurify": "^2.4.1",
  37. "es6-promise": "^4.2.4",
  38. "escape-string-regexp": "^5.0.0",
  39. "exceljs": "^4.2.1",
  40. "fibers": "^5.0.0",
  41. "file-type": "^16.5.4",
  42. "filesize": "^8.0.7",
  43. "i18next": "^21.6.16",
  44. "i18next-sprintf-postprocessor": "^0.2.2",
  45. "isomorphic-dompurify": "^1.0.0",
  46. "jquery": "^2.2.4",
  47. "jquery-ui": "^1.13.0",
  48. "jquery-ui-touch-punch": "^0.2.3",
  49. "jszip": "^3.7.1",
  50. "ldapjs": "^2.3.3",
  51. "markdown-it": "^12.3.2",
  52. "markdown-it-emoji": "^2.0.0",
  53. "markdown-it-mathjax3": "^4.3.1",
  54. "meteor-accounts-t9n": "^2.6.0",
  55. "meteor-node-stubs": "^1.2.5",
  56. "moment": "^2.29.4",
  57. "nodemailer": "^6.6.3",
  58. "os": "^0.1.2",
  59. "page": "^1.11.6",
  60. "papaparse": "^5.3.1",
  61. "pretty-ms": "^7.0.1",
  62. "qs": "^6.10.1",
  63. "simpl-schema": "^1.12.0",
  64. "source-map-support": "^0.5.20",
  65. "uuid": "^8.3.2"
  66. }
  67. }