mirror of https://github.com/wekan/wekan
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.
79 lines
2.1 KiB
79 lines
2.1 KiB
{
|
|
"name": "wekan",
|
|
"version": "v8.94.0",
|
|
"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.fi",
|
|
"meteor": {
|
|
"mainModule": {
|
|
"client": "client/main.js",
|
|
"server": "server/main.js"
|
|
},
|
|
"modern": true
|
|
},
|
|
"devDependencies": {
|
|
"@meteorjs/rspack": "^1.0.2",
|
|
"@rsdoctor/rspack-plugin": "^1.2.3",
|
|
"@rspack/cli": "^1.7.1",
|
|
"@rspack/core": "^1.7.1",
|
|
"chai": "^6.2.2",
|
|
"chai-as-promised": "^8.0.2",
|
|
"css-loader": "^7.1.4",
|
|
"sinon": "^21.1.2",
|
|
"sinon-chai": "^4.0.1",
|
|
"style-loader": "^4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.1019.0",
|
|
"@babel/parser": "^7.29.2",
|
|
"@babel/runtime": "^7.29.2",
|
|
"@meteorjs/reify": "^0.25.4",
|
|
"@rwap/jquery-ui-touch-punch": "^1.0.11",
|
|
"@swc/helpers": "^0.5.19",
|
|
"@textcomplete/contenteditable": "^0.1.13",
|
|
"@textcomplete/core": "^0.1.13",
|
|
"@textcomplete/textarea": "^0.1.13",
|
|
"@wekanteam/dragscroll": "^0.0.9",
|
|
"@wekanteam/exceljs": "^4.7.0",
|
|
"@wekanteam/html-to-markdown": "^1.0.2",
|
|
"@wekanteam/meteor-globals": "^1.1.6",
|
|
"@wekanteam/meteor-reactive-cache": "^1.0.8",
|
|
"archiver": "^7.0.1",
|
|
"autosize": "^6.0.1",
|
|
"bson": "^7.2.0",
|
|
"dompurify": "^3.4.0",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"filesize": "^11.0.13",
|
|
"glob": "^13.0.6",
|
|
"hotkeys-js": "^4.0.2",
|
|
"i18next": "^25.10.4",
|
|
"i18next-sprintf-postprocessor": "^0.2.2",
|
|
"jquery": "^3.7.1",
|
|
"jquery-ui": "^1.14.2",
|
|
"jszip": "^3.7.1",
|
|
"limax": "^4.2.3",
|
|
"markdown-it": "^14.1.1",
|
|
"markdown-it-emoji": "^3.0.0",
|
|
"markdown-it-mathjax3": "^5.2.0",
|
|
"meteor-accounts-t9n": "^2.6.0",
|
|
"meteor-node-stubs": "^1.2.26",
|
|
"papaparse": "^5.5.3",
|
|
"pretty-ms": "^9.3.0",
|
|
"underscore": "^1.13.8"
|
|
},
|
|
"overrides": {
|
|
"sourcemap-codec": "npm:@jridgewell/sourcemap-codec@^1.4.15",
|
|
"elliptic": "^6.6.1",
|
|
"archiver-utils": {
|
|
"glob": "$glob"
|
|
}
|
|
}
|
|
}
|
|
|