-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.02 KB
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
{
"name": "@pikulinpw/ckeditor5-fullscreen",
"version": "1.0.1",
"description": "Maximize your CKEditor 5 editing space with the FullScreen plugin. Offering a seamless way to expand the editor to full screen, it ensures an uninterrupted and expansive writing canvas.",
"main": "src/FullScreen.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pikulinpw/ckeditor5-fullscreen.git"
},
"keywords": [
"ckeditor5",
"plugin",
"fullscreen",
"maximize",
"full",
"screen",
"editor"
],
"author": "Pikulin.pw",
"license": "MIT",
"bugs": {
"url": "https://github.com/pikulinpw/ckeditor5-fullscreen/issues"
},
"homepage": "https://github.com/pikulinpw/ckeditor5-fullscreen#readme",
"dependencies": {
"@ckeditor/ckeditor5-core": ">=27.1.0",
"@ckeditor/ckeditor5-ui": ">=27.1.0"
},
"peerDependencies": {
"@ckeditor/ckeditor5-core": ">=27.1.0",
"@ckeditor/ckeditor5-ui": ">=27.1.0"
}
}