wekan/package.json
Lauri Ojansivu 84fde1ecfc Added emoji picker to card description edit and card comment edit.
Removed Summernote wysiwyg editor, package-lock.json etc.

Thanks to xet7 !
2021-03-28 06:56:05 +03:00

66 lines
1.5 KiB
JSON

{
"name": "wekan",
"version": "v5.10.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
"lint:staged": "lint-staged",
"prettify": "prettier --write '**/*.js' '**/*.jsx'"
},
"lint-staged": {
"*.js": [
"meteor npm run prettify",
"git add --force"
],
"*.jsx": [
"meteor npm run prettify",
"git add --force"
],
"*.json": [
"prettier --write",
"git add --force"
]
},
"pre-commit": "lint:staged",
"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": {
"lint-staged": "^7.3.0",
"pre-commit": "^1.2.2",
"prettier": "^1.19.1"
},
"dependencies": {
"@babel/core": "^7.12.10",
"@babel/eslint-parser": "^7.12.13",
"@babel/runtime": "^7.12.5",
"ajv": "^7.0.4",
"babel-runtime": "^6.26.0",
"bcrypt": "^5.0.0",
"bson": "^4.2.2",
"bunyan": "^1.8.15",
"core-js": "^3.8.3",
"es6-promise": "^4.2.4",
"exceljs": "^4.2.0",
"fibers": "^5.0.0",
"flatted": "^3.1.1",
"gridfs-stream": "https://github.com/wekan/gridfs-stream/tarball/master",
"jszip": "^3.5.0",
"ldapjs": "^2.2.3",
"markdown-it": "^12.0.4",
"markdown-it-emoji": "^2.0.0",
"meteor-node-stubs": "^1.0.2",
"mongodb": "^3.6.4",
"os": "^0.1.1",
"page": "^1.11.5",
"papaparse": "^5.3.0",
"qs": "^6.9.6",
"xss": "^1.0.8"
}
}