-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
72 lines (72 loc) · 2.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
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "strapi-tiptap-editor",
"version": "0.9.13",
"description": "A drop-in replacement for the strapi editor",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"strapi": {
"name": "strapi-tiptap-editor",
"displayName": "Strapi TipTap Editor",
"description": "A drop-in replacement for the strapi editor",
"kind": "plugin"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dasmikko/strapi-tiptap-editor.git"
},
"keywords": [
"strapi",
"tiptap",
"editor"
],
"author": "dasmikko",
"license": "MIT",
"bugs": {
"url": "https://github.com/dasmikko/strapi-tiptap-editor/issues"
},
"homepage": "https://github.com/dasmikko/strapi-tiptap-editor#readme",
"dependencies": {
"@tiptap/core": "2.0.0-beta.220",
"@tiptap/extension-blockquote": "2.0.0-beta.220",
"@tiptap/extension-bold": "2.0.0-beta.220",
"@tiptap/extension-bullet-list": "2.0.0-beta.220",
"@tiptap/extension-character-count": "2.0.0-beta.220",
"@tiptap/extension-code": "2.0.0-beta.220",
"@tiptap/extension-code-block": "2.0.0-beta.220",
"@tiptap/extension-color": "2.0.0-beta.220",
"@tiptap/extension-document": "2.0.0-beta.220",
"@tiptap/extension-gapcursor": "2.0.0-beta.220",
"@tiptap/extension-hard-break": "2.0.0-beta.220",
"@tiptap/extension-heading": "2.0.0-beta.220",
"@tiptap/extension-highlight": "^2.0.0-beta.220",
"@tiptap/extension-history": "2.0.0-beta.220",
"@tiptap/extension-horizontal-rule": "2.0.0-beta.220",
"@tiptap/extension-image": "2.0.0-beta.220",
"@tiptap/extension-italic": "2.0.0-beta.220",
"@tiptap/extension-link": "2.0.0-beta.220",
"@tiptap/extension-list-item": "2.0.0-beta.220",
"@tiptap/extension-ordered-list": "2.0.0-beta.220",
"@tiptap/extension-paragraph": "2.0.0-beta.220",
"@tiptap/extension-strike": "2.0.0-beta.220",
"@tiptap/extension-table": "2.0.0-beta.220",
"@tiptap/extension-table-cell": "2.0.0-beta.220",
"@tiptap/extension-table-header": "2.0.0-beta.220",
"@tiptap/extension-table-row": "2.0.0-beta.220",
"@tiptap/extension-text": "2.0.0-beta.220",
"@tiptap/extension-text-align": "2.0.0-beta.220",
"@tiptap/extension-text-style": "2.0.0-beta.220",
"@tiptap/extension-underline": "2.0.0-beta.220",
"@tiptap/extension-youtube": "2.0.0-beta.220",
"@tiptap/pm": "2.0.0-beta.220",
"@tiptap/react": "2.0.0-beta.220",
"react-icons": "4.7.1"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"engines": {
"node": ">=18.x.x <=21.x.x",
"npm": ">=6.0.0"
}
}