-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1020 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 1020 Bytes
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
{
"name": "ucb-ckeditor-plugins",
"version": "1.0.0",
"description": "CU Boulder CKEditor 5 Plugin Collection",
"author": "University of Colorado Boulder",
"license": "GPL-2.0-or-later",
"scripts": {
"watch": "webpack --mode development --watch",
"build": "webpack",
"w": "run(){ webpack --mode development --watch --env plugin=\"$1\"; }; run",
"b": "run(){ webpack --env plugin=\"$1\"; }; run"
},
"devDependencies": {
"@ckeditor/ckeditor5-core": "^47.5.0",
"@ckeditor/ckeditor5-dev-utils": "^54.3.4",
"@ckeditor/ckeditor5-engine": "^47.5.0",
"@ckeditor/ckeditor5-html-support": "^47.5.0",
"@ckeditor/ckeditor5-link": "^47.5.0",
"@ckeditor/ckeditor5-ui": "^47.5.0",
"@ckeditor/ckeditor5-utils": "^47.5.0",
"@ckeditor/ckeditor5-widget": "^47.5.0",
"ckeditor5": "^47.5.0",
"raw-loader": "^4.0.2",
"terser-webpack-plugin": "^5.2.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.1",
"webpack": "^5.51.1",
"webpack-cli": "^4.10.0"
}
}