custom-rich-text-editor
Version:
A customizable React rich text editor with icon-based toolbar
47 lines (46 loc) • 1 kB
JSON
{
"name": "custom-rich-text-editor",
"version": "1.1.0",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "tsc"
},
"author": "Sai Krishna M",
"description": "A customizable React rich text editor with icon-based toolbar",
"dependencies": {
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@types/react": "^18.1.4",
"@types/react-dom": "^18.1.4",
"ts-loader": "^9.5.2",
"typescript": "^5.8.3"
},
"keywords": [
"react",
"editor",
"rich-text",
"component",
"rich-text-editor",
"react-editor",
"wysiwyg",
"html-editor",
"text-editor",
"typescript",
"react-component",
"custom-toolbar",
"contenteditable",
"npm-package",
"react-textarea",
"editor-component",
"react-html-editor",
"react-rich-text",
"custom-rich-text-editor",
"react-icons"
],
"license": "MIT"
}