UNPKG

896 BJSONView Raw
1{
2 "name": "@canner/slate-icon-shared",
3 "version": "1.1.1",
4 "description": "Shared utils and functions for slate icons",
5 "main": "lib/index.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "test": "jest src",
11 "prepublish": "../../node_modules/.bin/babel src -d lib --copy-files"
12 },
13 "author": "",
14 "license": "MIT",
15 "publishConfig": {
16 "access": "public"
17 },
18 "devDependencies": {
19 "jest": "^22.4.2",
20 "react-test-renderer": "^16.2.0"
21 },
22 "peerDependencies": {
23 "@canner/slate-constant": ">=^1.0.6",
24 "react": "^0.14.0 || ^15.0.0 || 16.x",
25 "react-dom": "^0.14.0 || ^15.0.0 || 16.x",
26 "slate": "^0.33.0"
27 },
28 "dependencies": {
29 "@canner/slate-editor-renderer": "^1.1.0",
30 "@canner/slate-util-have": "^0.1.2",
31 "classnames": "^2.2.5",
32 "is-hotkey": "^0.1.2",
33 "lodash.omit": "^4.5.0",
34 "quill-icons": "^0.6.0"
35 }
36}