package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "wekan",
  3. "version": "v6.86.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.10",
  27. "ajv": "^6.12.6",
  28. "babel-runtime": "^6.26.0",
  29. "bcryptjs": "^2.4.3",
  30. "bson": "^4.5.2",
  31. "bunyan": "^1.8.15",
  32. "core-js": "^3.18.2",
  33. "dompurify": "^2.4.1",
  34. "es6-promise": "^4.2.4",
  35. "escape-string-regexp": "^5.0.0",
  36. "exceljs": "^4.2.1",
  37. "fibers": "^5.0.0",
  38. "file-type": "^16.5.4",
  39. "filesize": "^8.0.7",
  40. "i18next": "^21.6.16",
  41. "i18next-sprintf-postprocessor": "^0.2.2",
  42. "jquery": "^2.2.4",
  43. "jquery-ui": "^1.13.0",
  44. "jquery-ui-touch-punch": "^0.2.3",
  45. "jszip": "^3.7.1",
  46. "ldapjs": "^2.3.3",
  47. "markdown-it": "^12.3.2",
  48. "markdown-it-emoji": "^2.0.0",
  49. "markdown-it-mathjax3": "^4.3.1",
  50. "meteor-accounts-t9n": "^2.6.0",
  51. "meteor-node-stubs": "^1.1.0",
  52. "minio": "^7.1.0",
  53. "moment": "^2.29.4",
  54. "node-gyp": "^9.3.1",
  55. "nodemailer": "^6.6.3",
  56. "os": "^0.1.2",
  57. "page": "^1.11.6",
  58. "papaparse": "^5.3.1",
  59. "pretty-ms": "^7.0.1",
  60. "qs": "^6.10.1",
  61. "simpl-schema": "^1.12.0",
  62. "source-map-support": "^0.5.20",
  63. "uuid": "^8.3.2"
  64. }
  65. }