The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wekan/package.json

65 lines
1.7 KiB

{
"name": "wekan",
3 years ago
"version": "v6.05.0",
7 years ago
"description": "Open-Source kanban",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/wekan/wekan.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/wekan/wekan/issues"
},
"homepage": "https://wekan.github.io",
"devDependencies": {
"babel-plugin-istanbul": "^6.1.1",
"chai": "^4.3.4",
"flatted": "^3.2.2",
"puppeteer": "^1.20.0",
"sinon": "^11.1.2"
9 years ago
},
"dependencies": {
"@babel/core": "^7.15.0",
"@babel/runtime": "^7.15.3",
"@wekanteam/markdown-it-mermaid": "^0.5.2",
"ajv": "^6.12.6",
"babel-runtime": "^6.26.0",
"bcryptjs": "^2.4.3",
"bson": "^4.4.1",
"bunyan": "^1.8.15",
"chai-as-promised": "^7.1.1",
"core-js": "^3.18.2",
"dompurify": "^2.3.2",
"es6-promise": "^4.2.4",
"escape-string-regexp": "^5.0.0",
"exceljs": "^4.2.1",
5 years ago
"fibers": "^5.0.0",
"gridfs-stream": "https://github.com/wekan/gridfs-stream/tarball/master",
"i18next": "^21.6.16",
"i18next-sprintf-postprocessor": "^0.2.2",
"jquery": "^2.2.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",
"meteor-accounts-t9n": "^2.6.0",
"meteor-node-stubs": "^1.1.0",
"moment": "^2.29.1",
"mongodb": "^3.7.3",
"os": "^0.1.2",
"page": "^1.11.5",
"papaparse": "^5.3.1",
"qs": "^6.10.1",
"simpl-schema": "^1.12.0",
"sinon-chai": "^3.7.0",
"source-map-support": "^0.5.20",
"uuid": "^8.3.2"
},
"meteor": {
"testModule": "tests/main.js"
}
}