UNPKG

@ckeditor/ckeditor5-react

Version:

Official React component for CKEditor 5 – the best browser-based rich text editor.

65 lines (64 loc) 1.5 kB
{ "name": "@ckeditor/ckeditor5-react", "version": "11.0.0", "description": "Official React component for CKEditor 5 – the best browser-based rich text editor.", "keywords": [ "wysiwyg", "rich text", "editor", "html", "contentEditable", "editing", "react", "react-component", "ckeditor", "ckeditor5", "ckeditor 5" ], "type": "module", "main": "./dist/index.umd.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.umd.cjs" }, "./package.json": "./package.json" }, "dependencies": { "@ckeditor/ckeditor5-integrations-common": "^2.2.2" }, "peerDependencies": { "ckeditor5": ">=46.0.0 || ^0.0.0-nightly", "react": "^16.13.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "resolutions": { "wrap-ansi": "7.0.0", "string-width": "4.1.0", "semver": "^7.0.0", "ws": "^8" }, "author": "CKSource (http://cksource.com/)", "license": "SEE LICENSE IN LICENSE.md", "repository": { "type": "git", "url": "https://github.com/ckeditor/ckeditor5-react.git" }, "bugs": { "url": "https://github.com/ckeditor/ckeditor5-react/issues" }, "homepage": "https://github.com/ckeditor/ckeditor5-react", "files": [ "dist", "README.md", "CHANGELOG.md", "LICENSE.md" ], "lint-staged": { "**/*": [ "eslint --quiet" ] } }