{ "name": "ckeditor5", "version": "12.0.0", "description": "The development environment of CKEditor 5 – the best browser-based rich text editor.", "private": true, "keywords": [ "ckeditor", "ckeditor5", "ckeditor 5", "wysiwyg", "rich text", "editor", "html", "contentEditable", "editing", "operational transformation", "ot", "collaboration", "collaborative", "real-time", "framework" ], "dependencies": { "@ckeditor/ckeditor5-adapter-ckfinder": "^11.0.0", "@ckeditor/ckeditor5-alignment": "^11.0.0", "@ckeditor/ckeditor5-autoformat": "^11.0.0", "@ckeditor/ckeditor5-autosave": "^11.0.0", "@ckeditor/ckeditor5-basic-styles": "^11.0.0", "@ckeditor/ckeditor5-block-quote": "^11.0.0", "@ckeditor/ckeditor5-build-balloon": "^12.0.0", "@ckeditor/ckeditor5-build-balloon-block": "^12.0.0", "@ckeditor/ckeditor5-build-classic": "^12.0.0", "@ckeditor/ckeditor5-build-decoupled-document": "^12.0.0", "@ckeditor/ckeditor5-build-inline": "^12.0.0", "@ckeditor/ckeditor5-ckfinder": "^11.0.0", "@ckeditor/ckeditor5-clipboard": "^11.0.0", "@ckeditor/ckeditor5-cloud-services": "^11.0.0", "@ckeditor/ckeditor5-core": "^12.0.0", "@ckeditor/ckeditor5-easy-image": "^11.0.0", "@ckeditor/ckeditor5-editor-balloon": "^12.0.0", "@ckeditor/ckeditor5-editor-classic": "^12.0.0", "@ckeditor/ckeditor5-editor-decoupled": "^12.0.0", "@ckeditor/ckeditor5-editor-inline": "^12.0.0", "@ckeditor/ckeditor5-engine": "^13.0.0", "@ckeditor/ckeditor5-enter": "^11.0.0", "@ckeditor/ckeditor5-essentials": "^11.0.0", "@ckeditor/ckeditor5-font": "^11.0.0", "@ckeditor/ckeditor5-heading": "^11.0.0", "@ckeditor/ckeditor5-highlight": "^11.0.0", "@ckeditor/ckeditor5-image": "^13.0.0", "@ckeditor/ckeditor5-link": "^11.0.0", "@ckeditor/ckeditor5-list": "^12.0.0", "@ckeditor/ckeditor5-markdown-gfm": "^11.0.0", "@ckeditor/ckeditor5-media-embed": "^11.0.0", "@ckeditor/ckeditor5-mention": "*", "@ckeditor/ckeditor5-paragraph": "^11.0.0", "@ckeditor/ckeditor5-paste-from-office": "^11.0.0", "@ckeditor/ckeditor5-remove-format": "*", "@ckeditor/ckeditor5-table": "^12.0.0", "@ckeditor/ckeditor5-theme-lark": "^13.0.0", "@ckeditor/ckeditor5-typing": "^12.0.0", "@ckeditor/ckeditor5-ui": "^12.0.0", "@ckeditor/ckeditor5-undo": "^11.0.0", "@ckeditor/ckeditor5-upload": "^11.0.0", "@ckeditor/ckeditor5-utils": "^12.0.0", "@ckeditor/ckeditor5-widget": "^11.0.0" }, "devDependencies": { "@ckeditor/ckeditor5-comments": "^2.0.0", "@ckeditor/ckeditor5-dev-docs": "^11.0.1", "@ckeditor/ckeditor5-dev-env": "^14.1.1", "@ckeditor/ckeditor5-dev-tests": "^16.2.2", "@ckeditor/ckeditor5-dev-utils": "^12.0.1", "@ckeditor/ckeditor5-dev-webpack-plugin": "^8.0.1", "@ckeditor/ckeditor5-inspector": "^1.2.0", "@ckeditor/ckeditor5-real-time-collaboration": "^12.1.0", "@ckeditor/ckeditor5-track-changes": "^0.1.0", "css-loader": "^1.0.0", "eslint": "^5.5.0", "eslint-config-ckeditor5": "^1.0.11", "glob": "^7.1.2", "husky": "^1.3.1", "lint-staged": "^7.0.0", "mgit2": "^0.10.0", "mini-css-extract-plugin": "^0.4.0", "minimatch": "^3.0.4", "postcss-loader": "^3.0.0", "raw-loader": "^1.0.0", "style-loader": "^0.23.0", "svgo": "^1.1.0", "uglifyjs-webpack-plugin": "^1.2.7", "umberto": "^0.22.0", "webpack": "^4.15.0" }, "engines": { "node": ">=8.0.0", "npm": ">=5.7.1" }, "author": "CKSource (http://cksource.com/)", "license": "GPL-2.0-or-later", "homepage": "https://ckeditor.com/ckeditor-5", "bugs": "https://github.com/ckeditor/ckeditor5/issues", "repository": { "type": "git", "url": "https://github.com/ckeditor/ckeditor5.git" }, "scripts": { "lint": "eslint --quiet '**/*.js'", "test": "node --max_old_space_size=4096 node_modules/@ckeditor/ckeditor5-dev-tests/bin/test.js", "manual": "node --max_old_space_size=4096 node_modules/@ckeditor/ckeditor5-dev-tests/bin/test-manual.js", "bootstrap": "mgit sync && yarn install", "clean": "rm -rf node_modules && mgit exec 'rm -rf node_modules'", "reset": "rm -rf ./packages ./node_modules && yarn run bootstrap", "reinstall": "yarn run clean && yarn run bootstrap", "docs": "node --max-old-space-size=4096 ./scripts/docs/build-docs.js", "docs:api": "node ./scripts/docs/build-api-docs.js", "docs:build-and-publish": "node ./scripts/docs/build-and-publish.js", "docs:build-and-publish-nightly": "node ./scripts/docs/build-and-publish-nightly.js", "translations:collect": "ckeditor5-dev-env-translations collect", "translations:download": "ckeditor5-dev-env-translations download", "translations:upload": "ckeditor5-dev-env-translations upload", "changelog": "node ./scripts/release/changelog.js", "release:bump-version": "node ./scripts/release/bump-versions.js", "release:publish": "node ./scripts/release/publish.js", "release:stable-branches": "sh ./scripts/update-stable-branches.sh", "switch-to-dev-dev": "sh ./scripts/switch-to-dev-dev.sh", "clean-up-svg-icons": "sh ./scripts/clean-up-svg-icons.sh" }, "lint-staged": { "**/*.js": [ "eslint --quiet" ] }, "eslintIgnore": [ "build/**", "coverage/**", "packages/**" ], "workspaces": { "packages": [ "packages/*", "." ], "nohoist": [ "**/husky" ] }, "husky": { "hooks": { "pre-commit": "lint-staged" } } }