@opentiny/fluent-editor
Version:
A rich text editor based on Quill 2.0, which extends rich modules and formats on the basis of Quill. It's powerful and out-of-the-box.
48 lines (47 loc) • 1.25 kB
JSON
{
"name": "@opentiny/fluent-editor",
"type": "module",
"version": "4.1.2",
"description": "A rich text editor based on Quill 2.0, which extends rich modules and formats on the basis of Quill. It's powerful and out-of-the-box.",
"author": "OpenTiny Team",
"license": "MIT",
"homepage": "https://opentiny.github.io/tiny-editor/",
"repository": {
"type": "git",
"url": "git@github.com:opentiny/tiny-editor.git"
},
"bugs": {
"url": "https://github.com/opentiny/tiny-editor/issues"
},
"keywords": [
"editor",
"rich-text-editor",
"rich-text",
"wysiwyg",
"wysiwyg-editor",
"quill",
"opentiny",
"fluent-editor"
],
"main": "es/index.es.js",
"module": "es/index.es.js",
"types": "types/index.d.ts",
"dependencies": {
"quill": "^2.0.0",
"quill-easy-color": "^0.0.10",
"quill-i18n": "^0.2.0",
"quill-shortcut-key": "^0.2.1",
"quill-table-up": "^3.5.0"
},
"exports": {
".": {
"import": "./es/index.es.js",
"require": "./lib/index.cjs.js",
"types": "./types/index.d.ts"
},
"./style.css": "./style.css",
"./flow-chart.css": "./flow-chart.css",
"./mind-map.css": "./mind-map.css",
"./package.json": "./package.json"
}
}