UNPKG

ileaf-text-editor

Version:

A React-based rich text editor library with Quill.js, featuring PDF/DOCX export, print support, and extensive customization options

96 lines (95 loc) 2.49 kB
{ "name": "ileaf-text-editor", "version": "1.0.6", "description": "A React-based rich text editor library with Quill.js, featuring PDF/DOCX export, print support, and extensive customization options", "type": "module", "main": "dist/ileaf-text-editor.umd.js", "module": "dist/ileaf-text-editor.es.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LIBRARY.md", "CUSTOMIZATION.md" ], "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/ileaf-text-editor.es.js", "require": "./dist/ileaf-text-editor.umd.js" }, "./index.css": "./dist/ileaf-text-editor.css", "./style.css": "./dist/ileaf-text-editor.css", "./assets/*": "./dist/*" }, "keywords": [ "react", "text-editor", "quill", "rich-text", "export", "pdf", "docx", "print", "wysiwyg", "editor", "component", "library", "typescript", "tailwind", "customizable" ], "author": { "name": "areenaileaf", "url": "https://github.com/areenaileaf" }, "license": "MIT", "homepage": "https://github.com/areenaileaf/ileaf-text-editor#readme", "repository": { "type": "git", "url": "https://github.com/areenaileaf/ileaf-text-editor.git" }, "bugs": { "url": "https://github.com/areenaileaf/ileaf-text-editor/issues" }, "scripts": { "dev": "vite", "build": "vite build", "build:lib": "vite build --mode library", "build:types": "cp src/index.d.ts dist/index.d.ts", "postbuild": "npm run build:types", "lint": "eslint .", "lint:fix": "eslint . --fix", "preview": "vite preview", "prepublishOnly": "npm run build", "test": "echo \"No tests specified\" && exit 0" }, "dependencies": { "@tailwindcss/vite": "^4.1.11", "docx": "^9.5.1", "file-saver": "^2.0.5", "html2canvas": "^1.4.1", "jspdf": "^3.0.1", "quill": "^2.0.3", "tailwindcss": "^4.1.11" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0", "react-quill-new": "^3.4.6" }, "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", "react": "^19.1.0", "react-dom": "^19.1.0", "react-quill-new": "^3.4.6", "vite": "^7.0.4" } }