UNPKG

@devlargs/ckeditor5-build-classic

Version:

The classic editor build of CKEditor 5 – the best browser-based rich text editor.

87 lines (86 loc) 2.5 kB
{ "name": "@devlargs/ckeditor5-build-classic", "version": "12.4.8", "description": "The classic editor build of CKEditor 5 – the best browser-based rich text editor.", "keywords": [ "ckeditor5-build", "ckeditor", "ckeditor5" ], "main": "./build/ckeditor.js", "files": [ "build" ], "devDependencies": { "@ckeditor/ckeditor5-adapter-ckfinder": "^11.0.5", "@ckeditor/ckeditor5-autoformat": "^11.0.5", "@ckeditor/ckeditor5-basic-styles": "^11.1.4", "@ckeditor/ckeditor5-block-quote": "^11.1.3", "@ckeditor/ckeditor5-ckfinder": "^11.0.5", "@ckeditor/ckeditor5-core": "^12.3.0", "@ckeditor/ckeditor5-dev-utils": "^12.0.0", "@ckeditor/ckeditor5-dev-webpack-plugin": "^8.0.0", "@ckeditor/ckeditor5-easy-image": "^11.0.5", "@ckeditor/ckeditor5-editor-classic": "^12.1.4", "@ckeditor/ckeditor5-essentials": "^11.0.5", "@ckeditor/ckeditor5-heading": "^11.0.5", "@ckeditor/ckeditor5-image": "^14.0.0", "@ckeditor/ckeditor5-link": "^11.1.2", "@ckeditor/ckeditor5-list": "^12.1.0", "@ckeditor/ckeditor5-media-embed": "^11.1.4", "@ckeditor/ckeditor5-paragraph": "^11.0.5", "@ckeditor/ckeditor5-paste-from-office": "^11.1.0", "@ckeditor/ckeditor5-table": "^14.0.0", "@ckeditor/ckeditor5-theme-lark": "^14.2.0", "eslint": "^5.5.0", "eslint-config-ckeditor5": "^2.0.0", "husky": "^1.3.1", "lint-staged": "^7.0.0", "postcss-loader": "^3.0.0", "raw-loader": "^3.1.0", "style-loader": "^1.0.0", "uglifyjs-webpack-plugin": "^1.3.0", "webpack": "^4.39.1", "webpack-cli": "^3.3.6" }, "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": { "url": "https://github.com/ckeditor/ckeditor5/issues" }, "repository": { "type": "git", "url": "git+https://github.com/ckeditor/ckeditor5-build-classic.git" }, "scripts": { "build": "webpack --mode production", "lint": "eslint --quiet '**/*.js'", "preversion": "npm run build; if [ -n \"$(git status src/ckeditor.js build/ --porcelain)\" ]; then git add -u src/ckeditor.js build/ && git commit -m 'Internal: Build.'; fi" }, "lint-staged": { "**/*.js": [ "eslint --quiet" ] }, "eslintIgnore": [ "build/**", "packages/**" ], "husky": { "hooks": { "pre-commit": "lint-staged" } }, "dependencies": { "@ckeditor/ckeditor5-font": "^11.2.2", "@ckeditor/ckeditor5-upload": "~12.0.0" }, "directories": { "test": "tests" } }