12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- {
- "name": "wekan",
- "version": "v6.18.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": {
- "babel-plugin-istanbul": "^6.1.1",
- "chai": "^4.3.4",
- "flatted": "^3.2.2",
- "puppeteer": "^1.20.0",
- "sinon": "^11.1.2"
- },
- "dependencies": {
- "@babel/core": "^7.15.0",
- "@babel/runtime": "^7.17.9",
- "@wekanteam/markdown-it-mermaid": "^0.5.3",
- "ajv": "^8.10.0",
- "babel-runtime": "^6.26.0",
- "bcryptjs": "^2.4.3",
- "bson": "^4.6.1",
- "bunyan": "^1.8.15",
- "core-js": "^2.6.12",
- "dompurify": "^2.3.6",
- "es6-promise": "^4.2.4",
- "exceljs": "^4.3.0",
- "fibers": "^5.0.1",
- "gridfs-stream": "https://github.com/wekan/gridfs-stream/tarball/master",
- "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-node-stubs": "^1.1.0",
- "mongodb": "^3.7.3",
- "os": "^0.1.2",
- "page": "^1.11.6",
- "papaparse": "^5.3.1",
- "qs": "^6.10.3",
- "source-map-support": "^0.5.21"
- },
- "meteor": {
- "testModule": "tests/main.js"
- }
- }
|