mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-composer-quill.git
synced 2025-10-03 21:21:41 +08:00
59 lines
1.3 KiB
JSON
59 lines
1.3 KiB
JSON
{
|
|
"name": "nodebb-plugin-composer-quill",
|
|
"version": "4.0.1",
|
|
"description": "Quill Composer for NodeBB",
|
|
"main": "library.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NodeBB/nodebb-plugin-composer-quill"
|
|
},
|
|
"keywords": [
|
|
"nodebb",
|
|
"plugin",
|
|
"composer",
|
|
"quill"
|
|
],
|
|
"author": {
|
|
"name": "NodeBB Team",
|
|
"email": "sales@nodebb.org"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/NodeBB/nodebb-plugin-composer-quill/issues"
|
|
},
|
|
"readmeFilename": "README.md",
|
|
"nbbpm": {
|
|
"compatibility": "^3.2.0"
|
|
},
|
|
"dependencies": {
|
|
"async": "^3.2.0",
|
|
"is-html": "^2.0.0",
|
|
"markdown-it": "^12.0.0",
|
|
"node-quill-converter": "^0.3.2",
|
|
"quill": "^1.3.6",
|
|
"quill-delta-to-html": "^0.12.0",
|
|
"quill-magic-url": "^4.0.0",
|
|
"screenfull": "^5.0.0"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "npx lint-staged",
|
|
"commit-msg": "npx commitlint -E HUSKY_GIT_PARAMS"
|
|
}
|
|
},
|
|
"lint-staged": {
|
|
"*.js": [
|
|
"eslint --fix",
|
|
"git add"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "19.8.1",
|
|
"@commitlint/config-angular": "19.8.1",
|
|
"eslint": "9.26.0",
|
|
"eslint-config-airbnb-base": "15.0.0",
|
|
"eslint-plugin-import": "2.31.0",
|
|
"husky": "9.1.7",
|
|
"lint-staged": "16.0.0"
|
|
}
|
|
}
|