UNPKG

@ckeditor/ckeditor5-dev-utils

Version:
53 lines 1.55 kB
{ "name": "@ckeditor/ckeditor5-dev-utils", "version": "54.2.3", "description": "Utils for CKEditor 5 development tools packages.", "keywords": [], "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" }, "engines": { "node": ">=24.11.0", "npm": ">=5.7.1" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@ckeditor/ckeditor5-dev-translations": "^54.2.3", "@types/postcss-import": "^14.0.3", "@types/through2": "^2.0.41", "babel-loader": "^10.0.0", "cli-cursor": "^5.0.0", "cli-spinners": "^3.0.0", "css-loader": "^7.0.0", "cssnano": "^7.0.0", "esbuild-loader": "^4.0.0", "glob": "^13.0.0", "is-interactive": "^2.0.0", "mini-css-extract-plugin": "^2.4.2", "mocha": "^11.1.0", "pacote": "^21.0.0", "postcss": "^8.4.12", "postcss-import": "^16.0.0", "postcss-loader": "^8.0.0", "postcss-mixins": "^11.0.0", "postcss-nesting": "^13.0.0", "raw-loader": "^4.0.1", "shelljs": "^0.10.0", "simple-git": "^3.27.0", "style-loader": "^4.0.0", "terser-webpack-plugin": "^5.0.0", "through2": "^4.0.0", "upath": "^2.0.1" } }