react-quill-editors
Version:
A fully customizable React rich text editor with no external dependencies. Features a comprehensive toolbar similar to popular Markdown editors with file operations, media insertion, and advanced formatting capabilities.
76 lines (75 loc) • 2.09 kB
JSON
{
"name": "react-quill-editors",
"version": "1.0.5",
"description": "A fully customizable React rich text editor with no external dependencies. Features a comprehensive toolbar similar to popular Markdown editors with file operations, media insertion, and advanced formatting capabilities.",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build"
},
"keywords": [
"react",
"text-editor",
"rich-text",
"wysiwyg",
"editor",
"typescript",
"markdown",
"content-editor",
"html-editor",
"formatting",
"toolbar",
"no-dependencies",
"lightweight",
"customizable",
"accessible",
"modern-ui",
"file-operations",
"media-insertion",
"color-picker",
"font-controls",
"alignment-tools",
"list-support",
"preview-mode"
],
"author": {
"name": "Akshay Bhalala",
"email": "akshay.bhalala@example.com",
"url": "https://github.com/akshaybhalala"
},
"license": "MIT",
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"rimraf": "^5.0.0",
"rollup": "^3.0.0",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "^5.0.0",
"tslib": "^2.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/akshaybhalala/react-quill-editors.git"
},
"bugs": {
"url": "https://github.com/akshaybhalala/react-quill-editors/issues"
},
"homepage": "https://github.com/akshaybhalala/react-quill-editors#readme"
}