UNPKG

1.01 kBJSONView Raw
1{
2 "name": "@ckeditor/ckeditor5-dev-webpack-plugin",
3 "version": "30.3.1",
4 "description": "CKEditor 5 plugin for webpack.",
5 "keywords": [],
6 "main": "lib/index.js",
7 "dependencies": {
8 "@ckeditor/ckeditor5-dev-utils": "^30.3.1",
9 "chalk": "^4.0.0",
10 "rimraf": "^3.0.2",
11 "semver": "^7.3.4",
12 "webpack-sources": "^2.0.1"
13 },
14 "devDependencies": {
15 "chai": "^4.2.0",
16 "proxyquire": "^2.1.3",
17 "sinon": "^9.2.4"
18 },
19 "peerDependencies": {
20 "webpack": "^4.43.0 || ^5.24.0"
21 },
22 "engines": {
23 "node": ">=14.0.0",
24 "npm": ">=5.7.1"
25 },
26 "files": [
27 "lib"
28 ],
29 "author": "CKSource (http://cksource.com/)",
30 "license": "GPL-2.0-or-later",
31 "homepage": "https://github.com/ckeditor/ckeditor5-dev/tree/master/packages/ckeditor5-dev-webpack-plugin",
32 "bugs": "https://github.com/ckeditor/ckeditor5/issues",
33 "repository": {
34 "type": "git",
35 "url": "https://github.com/ckeditor/ckeditor5-dev.git",
36 "directory": "packages/ckeditor5-dev-webpack-plugin"
37 }
38}