-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.9 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
{
"name": "@visao/ckeditor5-classic",
"version": "29.1.0",
"description": "Visao build of he classic editor build of CKEditor 5",
"keywords": [
"ckeditor5-build",
"ckeditor",
"ckeditor5",
"ckeditor 5",
"wysiwyg",
"rich text",
"editor",
"html",
"contentEditable",
"editing",
"operational transformation",
"ot",
"collaboration",
"collaborative",
"real-time",
"framework"
],
"main": "./build/ckeditor.js",
"files": [
"build"
],
"dependencies": {
"@ckeditor/ckeditor5-autoformat": "^29.1.0",
"@ckeditor/ckeditor5-basic-styles": "^29.1.0",
"@ckeditor/ckeditor5-editor-classic": "^29.1.0",
"@ckeditor/ckeditor5-essentials": "^29.1.0",
"@ckeditor/ckeditor5-horizontal-line": "^29.1.0",
"@ckeditor/ckeditor5-image": "^29.1.0",
"@ckeditor/ckeditor5-link": "^29.1.0",
"@ckeditor/ckeditor5-list": "^29.1.0",
"@ckeditor/ckeditor5-media-embed": "^29.1.0",
"@ckeditor/ckeditor5-paragraph": "^29.1.0",
"@visao/ckeditor5-flex-layout": "29.1.0",
"@visao/ckeditor5-video": "29.1.0"
},
"devDependencies": {
"@ckeditor/ckeditor5-dev-utils": "^25.2.2",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^25.3.0",
"@ckeditor/ckeditor5-theme-lark": "^29.1.0",
"postcss-loader": "^3.0.0",
"raw-loader": "^4.0.1",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^3.0.2",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=5.7.1"
},
"author": "Visao",
"license": "GPL-2.0-or-later",
"homepage": "https://github.com/Technologie-Visao/ckeditor5-classic.com",
"bugs": "https://github.com/Technologie-Visao/ckeditor5-classic/issues",
"repository": {
"type": "git",
"url": "https://github.com/Technologie-Visao/ckeditor5-classic.git"
},
"scripts": {
"build": "webpack --mode production",
"preversion": "npm run build"
}
}