forked from sajinshrestha/slate-editor-icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 942 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
{
"name": "@canner/slate-icon-link",
"version": "1.2.1",
"description": "Slate icon for link",
"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.6",
"antd": ">=3.2.0",
"react": "^0.14.0 || ^15.0.0 || 16.x",
"react-dom": "^0.14.0 || ^15.0.0 || 16.x",
"slate": ">=^0.33.0"
},
"jest": {
"moduleNameMapper": {
"\\.(css|less)$": "<rootDir>/__mocks__/styleMock.js"
}
},
"dependencies": {
"@canner/slate-editor-renderer": "^1.2.1",
"@canner/slate-helper-inline-links": "^0.1.3",
"@canner/slate-icon-shared": "^1.2.1",
"@canner/slate-util-have": "^0.1.2"
}
}