{ "name": "ckeditor5", "version": "10.1.0", "description": "The development environment of CKEditor 5.", "keywords": [ "CKEditor", "ckeditor5", "ckeditor 5", "WYSIWYG", "WYSIWYM", "text", "rich-text", "richtext", "editor", "html", "contentEditable", "editing", "operational transformation", "ot", "collaboration", "collaborative", "real-time", "virtual dom", "framework" ], "dependencies": { "@ckeditor/ckeditor5-adapter-ckfinder": "v10.0.1", "@ckeditor/ckeditor5-alignment": "v10.0.1", "@ckeditor/ckeditor5-autoformat": "v10.0.1", "@ckeditor/ckeditor5-basic-styles": "v10.0.1", "@ckeditor/ckeditor5-block-quote": "v10.0.1", "@ckeditor/ckeditor5-build-balloon": "v10.1.0", "@ckeditor/ckeditor5-build-classic": "v10.1.0", "@ckeditor/ckeditor5-build-decoupled-document": "v10.1.0", "@ckeditor/ckeditor5-build-inline": "v10.1.0", "@ckeditor/ckeditor5-clipboard": "v10.0.1", "@ckeditor/ckeditor5-cloud-services": "v10.0.1", "@ckeditor/ckeditor5-core": "v10.1.0", "@ckeditor/ckeditor5-easy-image": "v10.0.1", "@ckeditor/ckeditor5-editor-balloon": "v10.0.1", "@ckeditor/ckeditor5-editor-classic": "v10.0.1", "@ckeditor/ckeditor5-editor-decoupled": "v10.0.2", "@ckeditor/ckeditor5-editor-inline": "v10.0.1", "@ckeditor/ckeditor5-engine": "v10.1.0", "@ckeditor/ckeditor5-enter": "v10.1.0", "@ckeditor/ckeditor5-essentials": "v10.1.0", "@ckeditor/ckeditor5-font": "v10.0.1", "@ckeditor/ckeditor5-heading": "v10.0.1", "@ckeditor/ckeditor5-highlight": "v10.0.1", "@ckeditor/ckeditor5-image": "v10.1.0", "@ckeditor/ckeditor5-link": "v10.0.2", "@ckeditor/ckeditor5-list": "v11.0.0", "@ckeditor/ckeditor5-markdown-gfm": "v10.0.1", "@ckeditor/ckeditor5-paragraph": "v10.0.1", "@ckeditor/ckeditor5-table": "v10.0.0", "@ckeditor/ckeditor5-theme-lark": "v10.1.0", "@ckeditor/ckeditor5-typing": "v10.0.1", "@ckeditor/ckeditor5-ui": "v10.1.0", "@ckeditor/ckeditor5-undo": "v10.0.1", "@ckeditor/ckeditor5-upload": "v10.0.1", "@ckeditor/ckeditor5-utils": "v10.1.0", "@ckeditor/ckeditor5-widget": "v10.1.0" }, "devDependencies": { "@ckeditor/ckeditor5-collaboration": "^10.0.1", "@ckeditor/ckeditor5-dev-docs": "^9.0.0", "@ckeditor/ckeditor5-dev-env": "^9.0.0", "@ckeditor/ckeditor5-dev-tests": "^11.0.0", "@ckeditor/ckeditor5-dev-utils": "^9.0.0", "@ckeditor/ckeditor5-dev-webpack-plugin": "^5.0.0", "babel-minify-webpack-plugin": "^0.3.0", "eslint": "^4.15.0", "eslint-config-ckeditor5": "^1.0.7", "extract-text-webpack-plugin": "^3.0.2", "glob": "^7.1.2", "husky": "^0.14.3", "lerna": "^2.2.0", "lint-staged": "^7.0.0", "mgit2": "^0.8.0", "minimatch": "^3.0.4", "postcss-loader": "^2.0.10", "raw-loader": "^0.5.1", "style-loader": "^0.20.3", "umberto": "^0.6.0", "webpack": "^3.11.0", "webpack-sources": "1.0.1" }, "engines": { "node": ">=6.0.0", "npm": ">=3.0.0" }, "author": "CKSource (http://cksource.com/)", "license": "GPL-2.0-or-later", "homepage": "http://ckeditor.com", "bugs": "https://github.com/ckeditor/ckeditor5/issues", "repository": { "type": "git", "url": "https://github.com/ckeditor/ckeditor5.git" }, "scripts": { "lint": "eslint --quiet '**/*.js'", "precommit": "lint-staged", "test": "node --max_old_space_size=4096 node_modules/@ckeditor/ckeditor5-dev-tests/bin/test.js", "test:manual": "node --max_old_space_size=4096 node_modules/@ckeditor/ckeditor5-dev-tests/bin/test-manual.js", "reinstall": "rm -rf ./packages ./node_modules && mgit bootstrap && lerna bootstrap", "docs": "node ./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": "bash ./scripts/release-ckeditor5.sh", "release:dependencies": "node ./scripts/release/release-dependencies.js", "switch-to-dev-dev": "sh ./scripts/switch-to-dev-dev.sh" }, "lint-staged": { "**/*.js": [ "eslint --quiet" ] }, "eslintIgnore": [ "build/**", "coverage/**", "packages/**" ] }