-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.57 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@dreifuss-wysiwyg-editor/link",
"version": "1.0.2-alpha.1",
"description": "Dreifuss wysiwyg Editor Link plugin",
"keywords": [],
"homepage": "https://github.com/wepublish/dreifuss-wysiwyg-editor/tree/main/packages/link",
"bugs": {
"url": "https://github.com/wepublish/dreifuss-wysiwyg-editor/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/wepublish/dreifuss-wysiwyg-editor.git",
"directory": "packages/link"
},
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "rimraf dist tsconfig.tsbuildinfo",
"build": "tsc && yarn rollup",
"watch": "yarn rollup -w",
"rollup": "rollup -c=../../rollup.config.js",
"test": "jest"
},
"peerDependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"slate": "^0.60.0",
"slate-react": "^0.60.0"
},
"dependencies": {
"@udecode/plate-core": "^1.0.0",
"@dreifuss-wysiwyg-editor/common": "1.0.2-alpha.1",
"@udecode/plate-common": "^2.0.0",
"@udecode/plate-normalizers": "^2.0.0"
},
"devDependencies": {
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/slate": "^0.47.8",
"@types/slate-react": "^0.50.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"slate": "^0.62.0",
"slate-react": "^0.62.0"
},
"publishConfig": {
"access": "public"
},
"eslintConfig": {
"extends": [
"../../package.json"
]
},
"gitHead": "86b71bff4c9b87a901ef6ed530aa1b5882697797"
}