forked from CKEditor5/ckeditor5.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.77 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
{
"name": "ckeditor5.github.io",
"private": true,
"description": "Source of https://ckeditor5.github.io",
"scripts": {
"build": "webpack --production",
"serve": "http-server . -o index2.html"
},
"repository": {
"type": "git",
"url": "https://github.com/CKEditor5/ckeditor5.github.io"
},
"author": "CKSource (http://cksource.com/)",
"license": "(GPL-2.0 OR LGPL-2.1 OR MPL-1.1)",
"bugs": {
"url": "https://github.com/CKEditor5/ckeditor5.github.io/issues"
},
"homepage": "https://github.com/CKEditor5/ckeditor5.github.io#readme",
"devDependencies": {
"@ckeditor/ckeditor5-autoformat": "^29.0.0",
"@ckeditor/ckeditor5-basic-styles": "^29.0.0",
"@ckeditor/ckeditor5-block-quote": "^29.0.0",
"@ckeditor/ckeditor5-cloud-services": "^29.0.0",
"@ckeditor/ckeditor5-dev-utils": "^23.6.1",
"@ckeditor/ckeditor5-dev-webpack-plugin": "^23.6.1",
"@ckeditor/ckeditor5-easy-image": "^29.0.0",
"@ckeditor/ckeditor5-editor-classic": "^29.0.0",
"@ckeditor/ckeditor5-essentials": "^29.0.0",
"@ckeditor/ckeditor5-heading": "^29.0.0",
"@ckeditor/ckeditor5-image": "^29.0.0",
"@ckeditor/ckeditor5-link": "^29.0.0",
"@ckeditor/ckeditor5-list": "^29.0.0",
"@ckeditor/ckeditor5-media-embed": "^29.0.0",
"@ckeditor/ckeditor5-paragraph": "^29.0.0",
"@ckeditor/ckeditor5-paste-from-office": "^29.0.0",
"@ckeditor/ckeditor5-table": "^29.0.0",
"@ckeditor/ckeditor5-theme-lark": "^29.0.0",
"@ckeditor/ckeditor5-upload": "^29.0.0",
"@ckeditor/ckeditor5-utils": "^29.0.0",
"css-loader": "^4.2.2",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^0.10.0",
"postcss-loader": "^3.0.0",
"raw-loader": "^4.0.1",
"style-loader": "^1.2.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
}
}