wekan/package.json

64 lines
1.6 KiB
JSON
Raw Normal View History

{
"name": "wekan",
"version": "v6.28.0",
2018-10-31 22:03:30 +02:00
"description": "Open-Source kanban",
"private": true,
"repository": {
"type": "git",
2017-02-10 18:02:19 +02:00
"url": "git+https://github.com/wekan/wekan.git"
},
"license": "MIT",
"bugs": {
2017-02-10 18:02:19 +02:00
"url": "https://github.com/wekan/wekan/issues"
},
2017-03-24 22:31:59 +02:00
"homepage": "https://wekan.github.io",
"devDependencies": {
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"flatted": "^3.2.2",
"sinon": "^13.0.2",
"sinon-chai": "^3.7.0"
2016-07-18 16:56:15 +02:00
},
"dependencies": {
2021-08-17 21:35:56 +03:00
"@babel/core": "^7.15.5",
"@babel/runtime": "^7.15.4",
2022-01-30 02:35:04 +02:00
"@mapbox/node-pre-gyp": "^1.0.8",
"@wekanteam/markdown-it-mermaid": "^0.5.4",
"ajv": "^6.12.6",
"babel-runtime": "^6.26.0",
"bcryptjs": "^2.4.3",
2021-08-17 21:35:56 +03:00
"bson": "^4.5.2",
"bunyan": "^1.8.15",
"core-js": "^3.18.2",
"dompurify": "^2.3.2",
"es6-promise": "^4.2.4",
"escape-string-regexp": "^5.0.0",
"exceljs": "^4.2.1",
2020-06-04 01:34:49 +03:00
"fibers": "^5.0.0",
"i18next": "^21.6.16",
"i18next-sprintf-postprocessor": "^0.2.2",
"jQuery": "^1.7.4",
"jquery-ui": "^1.13.0",
"jquery-ui-touch-punch": "^0.2.3",
"jszip": "^3.7.1",
"ldapjs": "^2.3.1",
"markdown-it": "^12.3.2",
"markdown-it-emoji": "^2.0.0",
"markdown-it-mathjax3": "^4.3.1",
"meteor-accounts-t9n": "^2.6.0",
"meteor-node-stubs": "^1.1.0",
2022-04-18 21:27:44 +03:00
"moment": "^2.29.3",
2022-02-06 15:58:30 +02:00
"mongodb": "^3.7.3",
2021-08-17 21:35:56 +03:00
"nodemailer": "^6.6.3",
"os": "^0.1.2",
"page": "^1.11.6",
"papaparse": "^5.3.1",
"qs": "^6.10.1",
"simpl-schema": "^1.12.0",
2021-10-09 17:00:37 +03:00
"source-map-support": "^0.5.20",
"summernote": "^0.8.20",
2021-10-09 17:00:37 +03:00
"uuid": "^8.3.2"
}
}