UNPKG

@ckeditor/ckeditor5-editor-classic

Version:

Classic editor implementation for CKEditor 5.

40 lines (39 loc) 1.05 kB
{ "name": "@ckeditor/ckeditor5-editor-classic", "version": "48.0.0", "description": "Classic editor implementation for CKEditor 5.", "license": "SEE LICENSE IN LICENSE.md", "author": "CKSource (http://cksource.com/)", "homepage": "https://ckeditor.com/ckeditor-5", "bugs": "https://github.com/ckeditor/ckeditor5/issues", "repository": { "type": "git", "url": "https://github.com/ckeditor/ckeditor5.git", "directory": "packages/ckeditor5-editor-classic" }, "keywords": [ "ckeditor", "ckeditor5", "ckeditor 5", "ckeditor5-editor" ], "type": "module", "main": "./dist/index.js", "exports": { ".": "./dist/index.js", "./dist/*": "./dist/*", "./package.json": "./package.json" }, "dependencies": { "@ckeditor/ckeditor5-core": "48.0.0", "@ckeditor/ckeditor5-engine": "48.0.0", "@ckeditor/ckeditor5-ui": "48.0.0", "@ckeditor/ckeditor5-utils": "48.0.0", "es-toolkit": "1.45.1" }, "files": [ "dist", "CHANGELOG.md" ], "types": "./dist/index.d.ts" }