rich-text-editor-lib
Version:
A reusable and responsive rich text editor React component.
90 lines (89 loc) • 2.09 kB
JSON
{
"name": "rich-text-editor-lib",
"version": "0.0.3",
"description": "A reusable and responsive rich text editor React component.",
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"dev": "vite",
"build": "tsup src/index.ts --dts --format esm,cjs --legacy-output --out-dir dist",
"lint": "eslint .",
"preview": "vite preview"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"lucide-react": ">=0.300.0"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.11",
"tailwindcss": "^4.1.11"
},
"devDependencies": {
"@eslint/js": "^9.30.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"eslint": "^9.30.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.3.0",
"tsup": "^8.0.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.35.1",
"vite": "^7.0.4"
},
"repository": {
"type": "git",
"url": "https://github.com/adarshnub/rich-text-editor-lib.git"
},
"bugs": {
"url": "https://github.com/adarshnub/rich-text-editor-lib/issues"
},
"homepage": "https://github.com/adarshnub/rich-text-editor-lib#readme",
"keywords": [
"react",
"rich-text",
"editor",
"component",
"wysiwyg",
"text",
"text editor",
"react component",
"typescript",
"html",
"contenteditable",
"toolbar",
"formatting",
"bold",
"italic",
"underline",
"strikethrough",
"lists",
"bullet list",
"numbered list",
"link",
"insert link",
"customizable",
"responsive",
"dark mode",
"lucide",
"lucide-react",
"accessibility",
"keyboard",
"reset",
"placeholder",
"error",
"live output",
"html output",
"open source",
"MIT"
],
"author": "Adarsh Viswam",
"license": "MIT"
}