-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathpackage.json
49 lines (49 loc) · 1.66 KB
/
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
45
46
47
48
49
{
"name": "slate-md-editor",
"version": "1.5.4",
"description": "Add live markdown preview and edit to your Slate editor.",
"repository": {
"type": "git",
"url": "https://github.com/canner/slate-md-editor.git"
},
"main": "lib/index.js",
"license": "MIT",
"peerDependencies": {
"antd": "^3.3.1",
"react": "^0.14.0 || ^15.0.0 || 16.x",
"react-dom": "^0.14.0 || ^15.0.0 || 16.x",
"slate": ">=0.33.0",
"slate-react": "^0.12.0"
},
"dependencies": {
"@canner/slate-editor-help": "^1.5.2",
"@canner/slate-helper-block-list": "^1.5.0",
"@canner/slate-helper-mark-removeall": "^1.5.0",
"@canner/slate-icon-blockquote": "^1.5.0",
"@canner/slate-icon-bold": "^1.5.0",
"@canner/slate-icon-code": "^1.5.0",
"@canner/slate-icon-codeblock": "^1.5.0",
"@canner/slate-icon-header": "^1.5.0",
"@canner/slate-icon-hr": "^1.5.0",
"@canner/slate-icon-image": "^1.5.0",
"@canner/slate-icon-italic": "^1.5.0",
"@canner/slate-icon-link": "^1.5.0",
"@canner/slate-icon-list": "^1.5.0",
"@canner/slate-icon-shared": "^1.5.0",
"@canner/slate-icon-strikethrough": "^1.5.0",
"@canner/slate-icon-underline": "^1.5.0",
"@canner/slate-md-plugin": "^1.5.4",
"@canner/slate-paste-html-plugin": "^1.5.2",
"github-markdown-css": "^2.10.0",
"markup-it": "^7.0.0",
"prismjs": "^1.13.0",
"slate-edit-blockquote": "^0.6.0",
"slate-edit-code": "^0.15.0",
"slate-edit-list": "^0.11.2",
"slate-prism": "^0.4.0",
"slate-soft-break": "^0.6.0",
"styled-components": "^3.2.1"
},
"keywords": ["slate", "plugin", "markdown"],
"gitHead": "bb30f8746be7cbe2cda641b6b74c9d976bb56e31"
}