UNPKG

slate-editor

Version:

A complete rich text editor based on SlateJS framework

70 lines (69 loc) 1.99 kB
{ "name": "slate-editor", "version": "5.1.1", "description": "A complete rich text editor based on SlateJS framework", "main": "dist/index.js", "repository": { "type": "git", "url": "git+ssh://git@github.com/nossas/slate-editor.git" }, "homepage": "https://github.com/nossas/slate-editor", "author": "Nossas <tech@nossas.org> (http://github.com/nossas)", "license": "MIT", "scripts": { "prepare": "babel src --out-dir dist --copy-files" }, "devDependencies": { "babel-cli": "^6.14.0", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.11.1", "babel-preset-stage-0": "^6.5.0", "enzyme": "^3.2.0", "enzyme-adapter-react-16": "^1.1.0" }, "dependencies": { "@slate-editor/alignment-plugin": "^5.1.0", "@slate-editor/bold-plugin": "^5.0.0", "@slate-editor/color-plugin": "^5.1.0", "@slate-editor/components": "^5.0.0", "@slate-editor/embed-plugin": "^5.1.0", "@slate-editor/font-family-plugin": "^5.1.0", "@slate-editor/font-size-plugin": "^5.1.0", "@slate-editor/grid-plugin": "^5.1.0", "@slate-editor/image-plugin": "^5.1.1", "@slate-editor/italic-plugin": "^5.0.0", "@slate-editor/link-plugin": "^5.1.0", "@slate-editor/list-plugin": "^5.1.0", "@slate-editor/state-logger": "^5.0.0", "@slate-editor/strikethrough-plugin": "^5.0.0", "@slate-editor/toggle-readonly": "^5.0.0", "@slate-editor/underline-plugin": "^5.0.0", "@slate-editor/utils": "^5.0.0", "classnames": "^2.2.5", "immutable": "^3.8.2", "prop-types": "^15.6.0", "react": "^16.2.0", "slate": "0.41.3", "slate-react": "0.18.11" }, "peerDependencies": { "slate": "0.41.3", "slate-react": "0.18.11" }, "files": [ "LICENSE", "README.md", "CHANGELOG.md", "dist" ], "keywords": [ "slate", "rich-text", "editor", "react", "slate-plugins" ], "bugs": { "url": "https://github.com/nossas/slate-editor/issues" } }