mirror of
https://github.com/wekan/wekan.git
synced 2026-02-21 07:24:07 +01:00
- Clone @wekanteam/meteor-reactive-cache to npm-packages/ - Add .meteorignore to exclude npm-packages from Meteor - Update package.json to use local file path This allows direct modification of the package for Meteor 3.0 async migration while maintaining publishability to npm.
64 lines
1.8 KiB
JSON
64 lines
1.8 KiB
JSON
{
|
|
"name": "wekan",
|
|
"version": "v8.26.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",
|
|
"devDependencies": {
|
|
"flatted": "^3.3.1",
|
|
"sinon": "^21.0.1"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.28.4",
|
|
"@mapbox/node-pre-gyp": "^2.0.3",
|
|
"@meteorjs/reify": "^0.25.4",
|
|
"@rwap/jquery-ui-touch-punch": "^1.0.11",
|
|
"@textcomplete/contenteditable": "^0.1.13",
|
|
"@textcomplete/core": "^0.1.13",
|
|
"@textcomplete/textarea": "^0.1.13",
|
|
"@wekanteam/dragscroll": "^0.0.9",
|
|
"@wekanteam/exceljs": "^4.6.0",
|
|
"@wekanteam/html-to-markdown": "^1.0.2",
|
|
"@wekanteam/meteor-globals": "^1.1.6",
|
|
"@wekanteam/meteor-reactive-cache": "file:./npm-packages/meteor-reactive-cache",
|
|
"ajv": "^6.12.6",
|
|
"bcryptjs": "^2.4.3",
|
|
"bson": "^4.7.2",
|
|
"chart.js": "^4.5.0",
|
|
"dompurify": "^3.2.7",
|
|
"es6-promise": "^4.2.4",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"fibers": "^5.0.3",
|
|
"file-type": "^16.5.4",
|
|
"filesize": "^8.0.7",
|
|
"hotkeys-js": "^3.13.15",
|
|
"i18next": "^21.10.0",
|
|
"i18next-sprintf-postprocessor": "^0.2.2",
|
|
"jquery": "^3.7.1",
|
|
"jquery-ui": "^1.13.3",
|
|
"jszip": "^3.7.1",
|
|
"ldapjs": "^2.3.3",
|
|
"limax": "4.1.0",
|
|
"markdown-it": "^12.3.2",
|
|
"markdown-it-emoji": "^2.0.0",
|
|
"markdown-it-mathjax3": "^4.3.2",
|
|
"meteor-accounts-t9n": "^2.6.0",
|
|
"meteor-node-stubs": "npm:@wekanteam/meteor-node-stubs@^1.2.7",
|
|
"os": "^0.1.2",
|
|
"papaparse": "^5.5.3",
|
|
"pretty-ms": "^7.0.1",
|
|
"qs": "^6.14.1",
|
|
"simpl-schema": "^3.4.6",
|
|
"source-map-support": "^0.5.20",
|
|
"to-buffer": "^1.2.1",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|