-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 1003 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
{
"name": "@paperbits/slate",
"version": "0.1.23",
"description": "Paperbits HTML editor based on Slate.",
"author": "Paperbits",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/paperbits/paperbits-slate.git"
},
"keywords": [
"paperbits",
"slate"
],
"bugs": {
"url": "https://github.com/paperbits/paperbits-slate/issues"
},
"dependencies": {
"@paperbits/common": "0.1.23",
"es6-shim": "^0.35.3",
"immutable": "^3.8.2",
"is-hotkey": "^0.1.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-frame-aware-selection-plugin": "^2.0.2",
"react-frame-component": "^2.0.2",
"slate": "^0.32.4",
"slate-edit-list": "^0.11.2",
"slate-react": "^0.11.4"
},
"devDependencies": {
"@types/es6-shim": "^0.31.36",
"@types/immutable": "^3.8.7",
"@types/react": "^16.3.10"
}
}