package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "name": "wekan",
  3. "version": "v6.18.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. "flatted": "^3.2.2",
  19. "puppeteer": "^1.20.0",
  20. "sinon": "^13.0.2",
  21. "sinon-chai": "^3.7.0"
  22. },
  23. "dependencies": {
  24. "@babel/core": "^7.15.0",
  25. "@babel/runtime": "^7.17.9",
  26. "@wekanteam/markdown-it-mermaid": "^0.5.4",
  27. "ajv": "^8.10.0",
  28. "babel-runtime": "^6.26.0",
  29. "bcryptjs": "^2.4.3",
  30. "bson": "^4.6.1",
  31. "bunyan": "^1.8.15",
  32. "core-js": "^2.6.12",
  33. "dompurify": "^2.3.6",
  34. "es6-promise": "^4.2.4",
  35. "exceljs": "^4.3.0",
  36. "fibers": "^5.0.1",
  37. "gridfs-stream": "https://github.com/wekan/gridfs-stream/tarball/master",
  38. "jquery": "^2.2.4",
  39. "jquery-ui": "^1.13.0",
  40. "jquery-ui-touch-punch": "^0.2.3",
  41. "jszip": "^3.7.1",
  42. "ldapjs": "^2.3.1",
  43. "markdown-it": "^12.3.2",
  44. "markdown-it-emoji": "^2.0.0",
  45. "meteor-node-stubs": "^1.1.0",
  46. "mongodb": "^3.7.3",
  47. "os": "^0.1.2",
  48. "page": "^1.11.6",
  49. "papaparse": "^5.3.1",
  50. "qs": "^6.10.3",
  51. "source-map-support": "^0.5.21"
  52. },
  53. "meteor": {
  54. "testModule": "tests/main.js"
  55. }
  56. }