-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (51 loc) · 1.61 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
{
"name": "ckeditor5-codeblock-with-syntax-highlight",
"version": "1.0.1",
"description": "Code Block feature for CKEditor 5.",
"keywords": [
"ckeditor",
"ckeditor5",
"ckeditor5-codeblock",
"syntax-highlight",
"ckeditor5-feature",
"ckeditor5-plugin"
],
"dependencies": {
"@ckeditor/ckeditor5-core": "^24.0.0",
"@ckeditor/ckeditor5-enter": "^24.0.0",
"@ckeditor/ckeditor5-ui": "^24.0.0",
"@ckeditor/ckeditor5-utils": "^24.0.0",
"lodash-es": "^4.17.15",
"highlight.js": "^10.4.1"
},
"devDependencies": {
"@ckeditor/ckeditor5-alignment": "^24.0.0",
"@ckeditor/ckeditor5-autoformat": "^24.0.0",
"@ckeditor/ckeditor5-basic-styles": "^24.0.0",
"@ckeditor/ckeditor5-block-quote": "^24.0.0",
"@ckeditor/ckeditor5-editor-classic": "^24.0.0",
"@ckeditor/ckeditor5-engine": "^24.0.0",
"@ckeditor/ckeditor5-indent": "^24.0.0",
"@ckeditor/ckeditor5-markdown-gfm": "^24.0.0",
"@ckeditor/ckeditor5-paragraph": "^24.0.0",
"@ckeditor/ckeditor5-undo": "^24.0.0"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=5.7.1"
},
"author": "regis (http://cksource.com/)",
"license": "GPL-2.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/regischen/CKEditor5-CodeBlock-With-Syntax-Highlight.git",
"directory": "packages/ckeditor5-code-block"
},
"files": [
"lang",
"src",
"theme"
],
"__npminstall_done": "Mon Dec 21 2020 10:16:58 GMT+0800 (China Standard Time)",
"_resolved": "https://registry.npm.taobao.org/@ckeditor/ckeditor5-code-block/download/@ckeditor/ckeditor5-code-block-24.0.0.tgz"
}