package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "wekan",
  3. "version": "v5.87.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.4",
  18. "flatted": "^3.2.4",
  19. "puppeteer": "^13.0.0",
  20. "sinon": "^12.0.1"
  21. },
  22. "dependencies": {
  23. "@babel/core": "^7.15.0",
  24. "@babel/runtime": "^7.15.3",
  25. "@wekanteam/markdown-it-mermaid": "^0.5.1",
  26. "ajv": "^8.8.2",
  27. "bcryptjs": "^2.4.3",
  28. "bson": "^4.6.0",
  29. "bunyan": "^1.8.15",
  30. "core-js": "^3.20.0",
  31. "dompurify": "^2.3.4",
  32. "es6-promise": "^4.2.4",
  33. "exceljs": "^4.2.1",
  34. "fibers": "^5.0.0",
  35. "gridfs-stream": "https://github.com/wekan/gridfs-stream/tarball/master",
  36. "jquery": "^2.2.4",
  37. "jquery-ui": "^1.13.0",
  38. "jquery-ui-touch-punch": "^0.2.3",
  39. "jszip": "^3.7.1",
  40. "ldapjs": "^2.3.1",
  41. "markdown-it": "^12.3.0",
  42. "markdown-it-emoji": "^2.0.0",
  43. "meteor-node-stubs": "^1.1.0",
  44. "mongodb": "^3.6.11",
  45. "os": "^0.1.2",
  46. "page": "^1.11.6",
  47. "papaparse": "^5.3.1",
  48. "qs": "^6.10.2",
  49. "source-map-support": "^0.5.21"
  50. },
  51. "meteor": {
  52. "testModule": "tests/main.js"
  53. }
  54. }