-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.42 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
{
"name": "@visao/ckeditor5-flex-layout",
"version": "29.1.0",
"dependencies": {
"@ckeditor/ckeditor5-ui": "^29.1.0",
"ckeditor5": "^29.1.0",
"lodash-es": "^4.17.15"
},
"scripts": {
"build": "webpack --mode development",
"build:watch": "webpack --mode development -w",
"dll:build": "webpack"
},
"devDependencies": {
"@ckeditor/ckeditor5-core": "^29.1.0",
"@ckeditor/ckeditor5-widget": "^29.1.0",
"@ckeditor/ckeditor5-basic-styles": "^29.1.0",
"@ckeditor/ckeditor5-dev-utils": "^25.0.0",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^23.6.0",
"@ckeditor/ckeditor5-editor-classic": "^29.1.0",
"@ckeditor/ckeditor5-essentials": "^29.1.0",
"@ckeditor/ckeditor5-inspector": "^2.2.2",
"@ckeditor/ckeditor5-paragraph": "^29.1.0",
"@ckeditor/ckeditor5-theme-lark": "^29.1.0",
"postcss-loader": "^3.0.0",
"raw-loader": "^4.0.2",
"style-loader": "^1.3.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=5.7.1"
},
"author": "Tom Kay <[email protected]> - Visao",
"license": "MIT",
"homepage": "https://github.com/Technologie-Visao/ckeditor5-flex-layout",
"bugs": "https://github.com/Technologie-Visao/ckeditor5-flex-layout/issues",
"repository": {
"type": "git",
"url": "https://github.com/Technologie-Visao/ckeditor5-flex-layout.git"
},
"files": [
"lang",
"src",
"theme"
]
}