2015-10-27 17:40:38 +01:00
|
|
|
{
|
2016-07-20 22:15:01 +02:00
|
|
|
"name": "wekan",
|
2024-12-05 13:35:32 +02:00
|
|
|
"version": "v7.71.0",
|
2018-10-31 22:03:30 +02:00
|
|
|
"description": "Open-Source kanban",
|
2015-10-27 17:40:38 +01:00
|
|
|
"private": true,
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-02-10 18:02:19 +02:00
|
|
|
"url": "git+https://github.com/wekan/wekan.git"
|
2015-10-27 17:40:38 +01:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2017-02-10 18:02:19 +02:00
|
|
|
"url": "https://github.com/wekan/wekan/issues"
|
2015-10-27 17:40:38 +01:00
|
|
|
},
|
2017-03-24 22:31:59 +02:00
|
|
|
"homepage": "https://wekan.github.io",
|
2015-10-27 17:40:38 +01:00
|
|
|
"devDependencies": {
|
2024-02-22 15:19:51 +02:00
|
|
|
"flatted": "^3.3.1",
|
2023-10-03 06:38:15 -04:00
|
|
|
"sinon": "^13.0.2"
|
2016-07-18 16:56:15 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-03 21:09:30 +03:00
|
|
|
"@babel/runtime": "^7.25.0",
|
2023-07-09 22:19:13 +00:00
|
|
|
"@mapbox/node-pre-gyp": "^1.0.10",
|
2023-06-10 02:59:35 +03:00
|
|
|
"@rwap/jquery-ui-touch-punch": "^1.0.11",
|
2024-11-23 23:10:42 +02:00
|
|
|
"@wekanteam/dragscroll": "https://github.com/wekan/dragscroll.git",
|
|
|
|
"@wekanteam/exceljs": "https://github.com/wekan/exceljs.git",
|
2023-10-03 06:38:15 -04:00
|
|
|
"@wekanteam/html-to-markdown": "^1.0.2",
|
2023-07-19 21:08:21 +03:00
|
|
|
"@wekanteam/meteor-globals": "^1.1.4",
|
|
|
|
"@wekanteam/meteor-reactive-cache": "^1.0.6",
|
2021-12-22 05:04:11 +02:00
|
|
|
"ajv": "^6.12.6",
|
2021-05-07 12:32:44 +03:00
|
|
|
"bcryptjs": "^2.4.3",
|
2021-08-17 21:35:56 +03:00
|
|
|
"bson": "^4.5.2",
|
2024-08-03 21:09:30 +03:00
|
|
|
"dompurify": "^2.5.6",
|
2021-03-28 10:15:44 +03:00
|
|
|
"es6-promise": "^4.2.4",
|
2021-06-25 14:11:53 +03:00
|
|
|
"escape-string-regexp": "^5.0.0",
|
2023-07-08 03:52:42 +03:00
|
|
|
"fibers": "^5.0.3",
|
2022-08-04 02:17:45 +03:00
|
|
|
"file-type": "^16.5.4",
|
2022-07-16 09:32:49 +02:00
|
|
|
"filesize": "^8.0.7",
|
2021-07-10 10:55:54 +02:00
|
|
|
"i18next": "^21.6.16",
|
|
|
|
"i18next-sprintf-postprocessor": "^0.2.2",
|
2023-09-04 12:11:40 +03:00
|
|
|
"jquery": "^3.7.1",
|
2024-06-21 03:48:52 +03:00
|
|
|
"jquery-ui": "^1.13.3",
|
2021-08-11 22:05:17 +03:00
|
|
|
"jszip": "^3.7.1",
|
2024-08-07 17:24:14 +03:00
|
|
|
"ldapjs": "^2.3.3",
|
2022-01-12 23:15:34 +00:00
|
|
|
"markdown-it": "^12.3.2",
|
2020-11-12 20:22:54 +02:00
|
|
|
"markdown-it-emoji": "^2.0.0",
|
2024-02-27 14:36:51 +02:00
|
|
|
"markdown-it-mathjax3": "^4.3.2",
|
2021-07-10 10:55:54 +02:00
|
|
|
"meteor-accounts-t9n": "^2.6.0",
|
2024-11-02 18:18:14 +02:00
|
|
|
"meteor-node-stubs": "^1.2.12",
|
2023-09-04 12:11:40 +03:00
|
|
|
"minio": "^7.1.3",
|
2022-07-30 14:33:28 +00:00
|
|
|
"moment": "^2.29.4",
|
2021-08-11 22:05:17 +03:00
|
|
|
"os": "^0.1.2",
|
2021-07-06 22:40:44 +03:00
|
|
|
"papaparse": "^5.3.1",
|
2022-07-16 09:32:49 +02:00
|
|
|
"pretty-ms": "^7.0.1",
|
2024-08-03 21:09:30 +03:00
|
|
|
"qs": "^6.13.0",
|
2024-04-18 04:20:04 +03:00
|
|
|
"simpl-schema": "^3.4.6",
|
2021-10-09 17:00:37 +03:00
|
|
|
"source-map-support": "^0.5.20",
|
|
|
|
"uuid": "^8.3.2"
|
2015-10-27 17:40:38 +01:00
|
|
|
}
|
|
|
|
}
|