File size: 1,740 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
  "name": "slate-react",
  "description": "Tools for building completely customizable richtext editors with React.",
  "version": "0.117.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-react.js",
  "umdMin": "dist/slate-react.min.js",
  "sideEffects": false,
  "files": [
    "dist/"
  ],
  "dependencies": {
    "@juggle/resize-observer": "^3.4.0",
    "direction": "^1.0.4",
    "is-hotkey": "^0.2.0",
    "lodash": "^4.17.21",
    "scroll-into-view-if-needed": "^3.1.0",
    "tiny-invariant": "1.3.1"
  },
  "devDependencies": {
    "@babel/runtime": "^7.23.2",
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^14.0.0",
    "@types/is-hotkey": "^0.1.8",
    "@types/jest": "29.5.6",
    "@types/jsdom": "^21.1.4",
    "@types/lodash": "^4.14.200",
    "@types/react": "^18.2.41",
    "@types/react-dom": "^18.2.17",
    "@types/resize-observer-browser": "^0.1.8",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "slate": "^0.117.2",
    "slate-dom": "^0.117.4",
    "slate-hyperscript": "^0.115.0",
    "source-map-loader": "^4.0.1"
  },
  "peerDependencies": {
    "react": ">=18.2.0",
    "react-dom": ">=18.2.0",
    "slate": ">=0.114.0",
    "slate-dom": ">=0.116.0"
  },
  "umdGlobals": {
    "react": "React",
    "slate": "Slate"
  },
  "keywords": [
    "canvas",
    "contenteditable",
    "docs",
    "document",
    "edit",
    "editor",
    "editable",
    "html",
    "immutable",
    "markdown",
    "medium",
    "paper",
    "react",
    "rich",
    "richtext",
    "richtext",
    "slate",
    "text",
    "wysiwyg",
    "wysiwym"
  ]
}