forked from dasmikko/strapi-tiptap-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.69 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
{
"name": "strapi-tiptap-editor",
"version": "0.7.11",
"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": {
"@strapi/icons": "0.0.1-alpha.79",
"@tiptap/core": "2.0.0-beta.174",
"@tiptap/extension-character-count": "2.0.0-beta.26",
"@tiptap/extension-color": "2.0.0-beta.9",
"@tiptap/extension-gapcursor": "2.0.0-beta.34",
"@tiptap/extension-image": "2.0.0-beta.27",
"@tiptap/extension-link": "2.0.0-beta.36",
"@tiptap/extension-table": "2.0.0-beta.48",
"@tiptap/extension-table-cell": "2.0.0-beta.20",
"@tiptap/extension-table-header": "2.0.0-beta.22",
"@tiptap/extension-table-row": "2.0.0-beta.19",
"@tiptap/extension-text-align": "2.0.0-beta.29",
"@tiptap/extension-text-style": "2.0.0-beta.23",
"@tiptap/extension-underline": "2.0.0-beta.23",
"@tiptap/react": "2.0.0-beta.108",
"@tiptap/starter-kit": "2.0.0-beta.183",
"react-icons": "4.3.1"
},
"peerDependencies": {
"@strapi/strapi": "^4.0.0"
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
}
}