package.json 1.3 KB

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