UNPKG

slate

Version:

A completely customizable framework for building rich text editors.

49 lines (48 loc) 983 B
{ "name": "slate", "description": "A completely customizable framework for building rich text editors.", "version": "0.112.0", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git", "main": "dist/index.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "umd": "dist/slate.js", "umdMin": "dist/slate.min.js", "sideEffects": false, "files": [ "dist/" ], "dependencies": { "immer": "^10.0.3", "is-plain-object": "^5.0.0", "tiny-warning": "^1.0.3" }, "devDependencies": { "@babel/runtime": "^7.23.2", "lodash": "^4.17.21", "slate-hyperscript": "^0.100.0", "source-map-loader": "^4.0.1" }, "keywords": [ "canvas", "contenteditable", "custom", "document", "edit", "editor", "html", "immutable", "markdown", "medium", "paper", "react", "rich", "richtext", "richtext", "slate", "text", "wysiwyg", "wysiwym" ] }