forked from sajinshrestha/slate-editor-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 969 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
37
38
39
{
"name": "@canner/slate-icon-align",
"version": "1.2.1",
"description": "A set of alignment icons in slate editors",
"main": "lib/index.js",
"directories": {
"test": "jest"
},
"scripts": {
"test": "jest src",
"prepublish": "../../node_modules/.bin/babel src -d lib --copy-files"
},
"author": "",
"license": "MIT",
"devDependencies": {
"jest": "^22.4.2",
"react-test-renderer": "^16.2.0",
"slate": "^0.33.0"
},
"jest": {
"moduleNameMapper": {
"^test/(.*)$": "<rootDir>/../../test/$1"
}
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || 16.x",
"react-dom": "^0.14.0 || ^15.0.0 || 16.x"
},
"dependencies": {
"@canner/slate-helper-block-adddata": "^0.1.5",
"@canner/slate-helper-block-cleardatabykey": "^0.1.3",
"@canner/slate-icon-shared": "^1.2.1",
"@canner/slate-util-have": "^0.1.2",
"is-hotkey": "^0.1.2"
}
}