12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "wekan",
- "version": "v7.91.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.github.io",
- "devDependencies": {
- "flatted": "^3.3.1",
- "sinon": "^13.0.2"
- },
- "dependencies": {
- "@babel/runtime": "^7.26.10",
- "@mapbox/node-pre-gyp": "^1.0.10",
- "@rwap/jquery-ui-touch-punch": "^1.0.11",
- "@wekanteam/dragscroll": "https://github.com/wekan/dragscroll.git",
- "@wekanteam/exceljs": "https://github.com/wekan/exceljs.git",
- "@wekanteam/html-to-markdown": "^1.0.2",
- "@wekanteam/meteor-globals": "^1.1.4",
- "@wekanteam/meteor-reactive-cache": "^1.0.6",
- "ajv": "^6.12.6",
- "bcryptjs": "^2.4.3",
- "bson": "^4.5.2",
- "dompurify": "^3.2.4",
- "es6-promise": "^4.2.4",
- "escape-string-regexp": "^5.0.0",
- "fibers": "^5.0.3",
- "file-type": "^16.5.4",
- "filesize": "^8.0.7",
- "i18next": "^21.6.16",
- "i18next-sprintf-postprocessor": "^0.2.2",
- "jquery": "^3.7.1",
- "jquery-ui": "^1.13.3",
- "jszip": "^3.7.1",
- "ldapjs": "^2.3.3",
- "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": "https://github.com/wekan/meteor-node-stubs.git",
- "minio": "^7.1.3",
- "moment": "^2.29.4",
- "os": "^0.1.2",
- "papaparse": "^5.3.1",
- "pretty-ms": "^7.0.1",
- "qs": "^6.13.0",
- "simpl-schema": "^3.4.6",
- "source-map-support": "^0.5.20",
- "uuid": "^8.3.2"
- }
- }
|