UNPKG

@ckeditor/ckeditor5-dev-utils

Version:
59 lines (58 loc) 1.59 kB
{ "name": "@ckeditor/ckeditor5-dev-utils", "version": "30.1.0", "description": "Utils for CKEditor 5 development tools packages.", "keywords": [], "main": "lib/index.js", "dependencies": { "@ckeditor/ckeditor5-dev-webpack-plugin": "^30.1.0", "acorn": "^6.2.1", "acorn-walk": "^6.2.0", "chalk": "^3.0.0", "cli-spinners": "^2.6.1", "cli-cursor": "^3.1.0", "cssnano": "^5.0.0", "del": "^5.0.0", "escodegen": "^1.9.0", "fs-extra": "^8.1.0", "is-interactive": "^1.0.0", "javascript-stringify": "^1.6.0", "pofile": "^1.0.9", "postcss": "^8.4.12", "postcss-import": "^14.0.2", "postcss-loader": "^4.3.0", "postcss-mixins": "^6.2.3", "postcss-nesting": "^7.0.1", "raw-loader": "^4.0.1", "shelljs": "^0.8.1", "style-loader": "^2.0.0", "terser-webpack-plugin": "^4.2.3", "through2": "^3.0.1" }, "devDependencies": { "chai": "^4.1.2", "mockery": "^2.1.0", "proxyquire": "^2.1.0", "sinon": "^9.2.4", "vinyl": "^2.1.0" }, "peerDependencies": { "webpack": "^4.43.0 || ^5.24.0" }, "engines": { "node": ">=14.0.0", "npm": ">=5.7.1" }, "files": [ "lib" ], "author": "CKSource (http://cksource.com/)", "license": "GPL-2.0-or-later", "homepage": "https://github.com/ckeditor/ckeditor5-dev/tree/master/packages/ckeditor5-dev-utils", "bugs": "https://github.com/ckeditor/ckeditor5/issues", "repository": { "type": "git", "url": "https://github.com/ckeditor/ckeditor5-dev.git", "directory": "packages/ckeditor5-dev-utils" } }