package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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.4",
  18. "flatted": "^3.2.2",
  19. "puppeteer": "^1.20.0",
  20. "sinon": "^11.1.2"
  21. },
  22. "dependencies": {
  23. "@babel/core": "^7.15.5",
  24. "@babel/runtime": "^7.15.4",
  25. "@mapbox/node-pre-gyp": "^1.0.8",
  26. "@wekanteam/markdown-it-mermaid": "^0.5.2",
  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. "chai-as-promised": "^7.1.1",
  33. "core-js": "^3.18.2",
  34. "dompurify": "^2.3.2",
  35. "es6-promise": "^4.2.4",
  36. "escape-string-regexp": "^5.0.0",
  37. "exceljs": "^4.2.1",
  38. "fibers": "^5.0.0",
  39. "gridfs-stream": "https://github.com/wekan/gridfs-stream/tarball/master",
  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.1",
  47. "markdown-it": "^12.3.2",
  48. "markdown-it-emoji": "^2.0.0",
  49. "meteor-accounts-t9n": "^2.6.0",
  50. "meteor-node-stubs": "^1.1.0",
  51. "moment": "^2.29.3",
  52. "mongodb": "^3.7.3",
  53. "nodemailer": "^6.6.3",
  54. "os": "^0.1.2",
  55. "page": "^1.11.6",
  56. "papaparse": "^5.3.1",
  57. "qs": "^6.10.1",
  58. "simpl-schema": "^1.12.0",
  59. "sinon-chai": "^3.7.0",
  60. "source-map-support": "^0.5.20",
  61. "uuid": "^8.3.2"
  62. },
  63. "meteor": {
  64. "testModule": "tests/main.js"
  65. }
  66. }