forked from melishev/strapi-plugin-react-editorjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·81 lines (81 loc) · 2.2 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
73
74
75
76
77
78
79
80
81
{
"name": "strapi-plugin-react-editorjs",
"version": "0.0.0-development",
"description": "Plugin for Strapi Headless CMS, hiding the standard WYSIWYG editor and replacing it with Editor.js",
"homepage": "https://market.strapi.io/plugins/strapi-plugin-react-editorjs",
"strapi": {
"icon": "plug",
"name": "editorjs",
"displayName": "EditorJS",
"description": "Plugin for Strapi Headless CMS, hiding the standard WYSIWYG editor and replacing it with Editor.js",
"required": true,
"kind": "plugin"
},
"dependencies": {
"@editorjs/checklist": "1.3.0",
"@editorjs/code": "2.7.0",
"@editorjs/delimiter": "1.2.0",
"@editorjs/editorjs": "2.23.2",
"@editorjs/embed": "2.5.0",
"@editorjs/header": "2.6.2",
"@editorjs/image": "2.6.2",
"@editorjs/inline-code": "1.3.1",
"@editorjs/link": "2.4.0",
"@editorjs/list": "1.6.2",
"@editorjs/marker": "1.2.2",
"@editorjs/paragraph": "2.8.0",
"@editorjs/quote": "2.4.0",
"@editorjs/raw": "2.3.0",
"@editorjs/table": "2.0.1",
"@editorjs/warning": "1.2.0",
"classnames": "^2.3.1",
"get-file-object-from-local-path": "1.0.2",
"open-graph-scraper": "4.9.2",
"react-editor-js": "1.10.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"cz-conventional-changelog": "^3.3.0",
"semantic-release": "^19.0.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"author": {
"name": "Matvey Melishev",
"email": "[email protected]",
"url": "https://melishev.ru"
},
"maintainers": [
{
"name": "Matvey Melishev",
"email": "[email protected]",
"url": "https://melishev.ru"
},
{
"name": "Jason Skipper",
"url": "https://www.skipperinnovations.com"
}
],
"engines": {
"node": ">=10.16.0 <=16.x.x",
"npm": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/melishev/strapi-plugin-editor-js.git"
},
"bugs": {
"url": "https://github.com/melishev/strapi-plugin-editor-js/issues"
},
"keywords": [
"strapi",
"plugin",
"editor-js",
"wysiwyg"
],
"license": "MIT"
}