package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "name": "wekan",
  3. "version": "v7.91.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. "flatted": "^3.3.1",
  17. "sinon": "^13.0.2"
  18. },
  19. "dependencies": {
  20. "@babel/runtime": "^7.26.10",
  21. "@mapbox/node-pre-gyp": "^1.0.10",
  22. "@rwap/jquery-ui-touch-punch": "^1.0.11",
  23. "@wekanteam/dragscroll": "https://github.com/wekan/dragscroll.git",
  24. "@wekanteam/exceljs": "https://github.com/wekan/exceljs.git",
  25. "@wekanteam/html-to-markdown": "^1.0.2",
  26. "@wekanteam/meteor-globals": "^1.1.4",
  27. "@wekanteam/meteor-reactive-cache": "^1.0.6",
  28. "ajv": "^6.12.6",
  29. "bcryptjs": "^2.4.3",
  30. "bson": "^4.5.2",
  31. "dompurify": "^3.2.4",
  32. "es6-promise": "^4.2.4",
  33. "escape-string-regexp": "^5.0.0",
  34. "fibers": "^5.0.3",
  35. "file-type": "^16.5.4",
  36. "filesize": "^8.0.7",
  37. "i18next": "^21.6.16",
  38. "i18next-sprintf-postprocessor": "^0.2.2",
  39. "jquery": "^3.7.1",
  40. "jquery-ui": "^1.13.3",
  41. "jszip": "^3.7.1",
  42. "ldapjs": "^2.3.3",
  43. "markdown-it": "^12.3.2",
  44. "markdown-it-emoji": "^2.0.0",
  45. "markdown-it-mathjax3": "^4.3.2",
  46. "meteor-accounts-t9n": "^2.6.0",
  47. "meteor-node-stubs": "https://github.com/wekan/meteor-node-stubs.git",
  48. "minio": "^7.1.3",
  49. "moment": "^2.29.4",
  50. "os": "^0.1.2",
  51. "papaparse": "^5.3.1",
  52. "pretty-ms": "^7.0.1",
  53. "qs": "^6.13.0",
  54. "simpl-schema": "^3.4.6",
  55. "source-map-support": "^0.5.20",
  56. "uuid": "^8.3.2"
  57. }
  58. }