forked from sajinshrestha/slate-editor-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 854 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
{
"name": "@canner/slate-select-fontsize",
"version": "1.2.1",
"description": "A slate selector for changing font sizes",
"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.7",
"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-select-shared": "^1.2.1",
"lodash.omit": "^4.5.0",
"react-dropdown": "^1.4.0"
}
}