UNPKG

983 BJSONView Raw
1{
2 "name": "slate",
3 "description": "A completely customizable framework for building rich text editors.",
4 "version": "0.102.0",
5 "license": "MIT",
6 "repository": "git://github.com/ianstormtaylor/slate.git",
7 "main": "dist/index.js",
8 "module": "dist/index.es.js",
9 "types": "dist/index.d.ts",
10 "umd": "dist/slate.js",
11 "umdMin": "dist/slate.min.js",
12 "sideEffects": false,
13 "files": [
14 "dist/"
15 ],
16 "dependencies": {
17 "immer": "^10.0.3",
18 "is-plain-object": "^5.0.0",
19 "tiny-warning": "^1.0.3"
20 },
21 "devDependencies": {
22 "@babel/runtime": "^7.23.2",
23 "lodash": "^4.17.21",
24 "slate-hyperscript": "^0.100.0",
25 "source-map-loader": "^4.0.1"
26 },
27 "keywords": [
28 "canvas",
29 "contenteditable",
30 "custom",
31 "document",
32 "edit",
33 "editor",
34 "html",
35 "immutable",
36 "markdown",
37 "medium",
38 "paper",
39 "react",
40 "rich",
41 "richtext",
42 "richtext",
43 "slate",
44 "text",
45 "wysiwyg",
46 "wysiwym"
47 ]
48}