forked from ianstormtaylor/slate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 880 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "slate",
"description": "A completely customizable framework for building rich text editors.",
"version": "0.60.4",
"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": {
"@types/esrever": "^0.2.0",
"esrever": "^0.2.0",
"immer": "^7.0.0",
"is-plain-object": "^3.0.0",
"tiny-warning": "^1.0.3"
},
"keywords": [
"canvas",
"contenteditable",
"custom",
"document",
"edit",
"editor",
"html",
"immutable",
"markdown",
"medium",
"paper",
"react",
"rich",
"richtext",
"richtext",
"slate",
"text",
"wysiwyg",
"wysiwym"
]
}