forked from sajinshrestha/slate-editor-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 793 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
{
"name": "@canner/slate-icon-header",
"version": "1.2.1",
"description": "Slate icons for headers",
"main": "lib/index.js",
"scripts": {
"test": "jest src",
"prepublish": "../../node_modules/.bin/babel src -d lib --copy-files"
},
"author": "",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"jest": "^22.4.2",
"react-test-renderer": "^16.2.0"
},
"peerDependencies": {
"@canner/slate-constant": ">=^1.0.5",
"react": "^0.14.0 || ^15.0.0 || 16.x",
"react-dom": "^0.14.0 || ^15.0.0 || 16.x",
"slate": ">=^0.33.0"
},
"dependencies": {
"@canner/slate-editor-renderer": "^1.2.1",
"@canner/slate-icon-shared": "^1.2.1",
"@canner/slate-util-have": "^0.1.2",
"is-hotkey": "^0.1.2"
}
}