UNPKG

1.63 kBJSONView Raw
1{
2 "name": "@ckeditor/ckeditor5-dev-utils",
3 "version": "31.1.1",
4 "description": "Utils for CKEditor 5 development tools packages.",
5 "keywords": [],
6 "main": "lib/index.js",
7 "dependencies": {
8 "@babel/parser": "^7.18.9",
9 "@babel/traverse": "^7.18.9",
10 "@ckeditor/ckeditor5-dev-webpack-plugin": "^31.1.1",
11 "chalk": "^3.0.0",
12 "cli-cursor": "^3.1.0",
13 "cli-spinners": "^2.6.1",
14 "cssnano": "^5.0.0",
15 "del": "^5.0.0",
16 "escodegen": "^1.9.0",
17 "fs-extra": "^8.1.0",
18 "is-interactive": "^1.0.0",
19 "javascript-stringify": "^1.6.0",
20 "pofile": "^1.0.9",
21 "postcss": "^8.4.12",
22 "postcss-import": "^14.1.0",
23 "postcss-loader": "^4.3.0",
24 "postcss-mixins": "^9.0.2",
25 "postcss-nesting": "^10.1.4",
26 "raw-loader": "^4.0.1",
27 "shelljs": "^0.8.1",
28 "style-loader": "^2.0.0",
29 "terser-webpack-plugin": "^4.2.3",
30 "through2": "^3.0.1",
31 "ts-loader": "^9.3.0"
32 },
33 "devDependencies": {
34 "chai": "^4.1.2",
35 "mockery": "^2.1.0",
36 "proxyquire": "^2.1.0",
37 "sinon": "^9.2.4",
38 "vinyl": "^2.1.0"
39 },
40 "peerDependencies": {
41 "webpack": "^4.43.0 || ^5.24.0"
42 },
43 "engines": {
44 "node": ">=14.0.0",
45 "npm": ">=5.7.1"
46 },
47 "files": [
48 "lib"
49 ],
50 "author": "CKSource (http://cksource.com/)",
51 "license": "GPL-2.0-or-later",
52 "homepage": "https://github.com/ckeditor/ckeditor5-dev/tree/master/packages/ckeditor5-dev-utils",
53 "bugs": "https://github.com/ckeditor/ckeditor5/issues",
54 "repository": {
55 "type": "git",
56 "url": "https://github.com/ckeditor/ckeditor5-dev.git",
57 "directory": "packages/ckeditor5-dev-utils"
58 }
59}