package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "wekan",
  3. "version": "v5.33.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.1.1"
  17. },
  18. "dependencies": {
  19. "@babel/core": "^7.14.0",
  20. "@babel/runtime": "^7.14.0",
  21. "@liradb2000/markdown-it-mermaid": "^0.4.2",
  22. "ajv": "^6.12.6",
  23. "babel-runtime": "^6.26.0",
  24. "bcryptjs": "^2.4.3",
  25. "bson": "^4.3.0",
  26. "bunyan": "^1.8.15",
  27. "core-js": "^2.6.12",
  28. "dompurify": "^2.2.8",
  29. "es6-promise": "^4.2.4",
  30. "exceljs": "^4.2.1",
  31. "fibers": "^5.0.0",
  32. "gridfs-stream": "https://github.com/wekan/gridfs-stream/tarball/master",
  33. "jszip": "^3.6.0",
  34. "ldapjs": "^2.2.4",
  35. "markdown-it": "^12.0.6",
  36. "markdown-it-emoji": "^2.0.0",
  37. "meteor-node-stubs": "^1.0.3",
  38. "mongodb": "^3.6.6",
  39. "os": "^0.1.1",
  40. "page": "^1.11.5",
  41. "papaparse": "^5.3.0",
  42. "qs": "^6.10.1",
  43. "source-map-support": "^0.5.19"
  44. }
  45. }