UNPKG

dz-rich-text-editor

Version:

A comprehensive React rich text editor component with image upload, resize functionality, and standalone CSS. Ready for NPM publishing.

65 lines (64 loc) 1.8 kB
{ "name": "dz-rich-text-editor", "version": "3.0.0", "description": "A comprehensive React rich text editor component with image upload, resize functionality, and standalone CSS. Ready for NPM publishing.", "main": "./dist/dz-rich-text-editor.umd.js", "module": "./dist/dz-rich-text-editor.es.js", "types": "./dist/DZRichTextEditor.d.ts", "style": "./dist/editor.css", "files": [ "dist", "editor.css", "CHANGELOG.md" ], "repository": { "type": "git", "url": "https://github.com/datazymesrepository/your-repo-name.git" }, "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.8", "@tailwindcss/typography": "^0.5.16", "@types/react": "^18.2.15", "@types/react-dom": "^18.2.7", "@vitejs/plugin-react": "^4.0.3", "autoprefixer": "^10.4.21", "eslint": "^8.45.0", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "postcss": "^8.5.4", "tailwindcss": "^4.1.8", "vite": "^4.4.5", "vite-plugin-dts": "^4.5.4" }, "keywords": [ "react", "dz-rich-text-editor", "rich-text-editor", "standalone-css", "wysiwyg", "contenteditable", "text-editor", "image-upload", "image-resize", "npm-package", "github-packages" ], "author": "Your Name", "license": "MIT", "dependencies": { "dz-rich-text-editor": "^3.0.0", "react": ">=16.8.0", "react-dom": ">=16.8.0" } }