-
Notifications
You must be signed in to change notification settings - Fork 81
/
Copy pathpackage.json
36 lines (36 loc) · 1 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
{
"name": "slate-sidebar",
"version": "1.5.0",
"description":
"Quick and easy way to implement sidebar in your slate editor.",
"homepage": "",
"author": {
"name": "chilijung",
"email": "[email protected]",
"url": ""
},
"files": ["lib"],
"main": "lib/index.js",
"keywords": [""],
"repository": "Canner/slate-sidebar",
"peerDependencies": {
"@canner/slate-helper-block-list": "^0.1.12",
"@canner/slate-helper-block-quote": "^0.1.12",
"@canner/slate-icon-header": "^1.3.0",
"@canner/slate-icon-list": "^1.3.0",
"@canner/slate-icon-shared": "^1.3.0",
"antd": ">=3.4.1",
"react": "^0.14.0 || ^15.0.0 || 16.x",
"react-dom": "^0.14.0 || ^15.0.0 || 16.x",
"slate": "^0.33.4",
"slate-edit-blockquote": "^0.6.0",
"slate-edit-list": "^0.11.2",
"slate-react": "^0.12.4"
},
"license": "MIT",
"dependencies": {
"get-selection-range": "^0.1.0",
"styled-components": "^3.2.5"
},
"gitHead": "bb30f8746be7cbe2cda641b6b74c9d976bb56e31"
}