UNPKG

ckeditor5-build-classic-simple-upload-adapter-image-resize

Version:
94 lines (93 loc) 2.89 kB
{ "name": "ckeditor5-build-classic-simple-upload-adapter-image-resize", "version": "1.0.4", "description": "CKEditor 5 with simple upload adapter and image resize.", "keywords": [ "ckeditor5-build", "ckeditor", "ckeditor5", "ckeditor 5", "wysiwyg", "rich text", "editor", "html", "contentEditable", "editing", "operational transformation", "ot", "collaboration", "collaborative", "real-time", "framework", "simple upload adapter", "image resize" ], "main": "./build/ckeditor.js", "files": [ "build" ], "devDependencies": { "@ckeditor/ckeditor5-adapter-ckfinder": "^15.0.0", "@ckeditor/ckeditor5-autoformat": "^15.0.0", "@ckeditor/ckeditor5-basic-styles": "^15.0.0", "@ckeditor/ckeditor5-block-quote": "^15.0.0", "@ckeditor/ckeditor5-core": "^15.0.0", "@ckeditor/ckeditor5-dev-utils": "^12.0.0", "@ckeditor/ckeditor5-dev-webpack-plugin": "^8.0.0", "@ckeditor/ckeditor5-editor-classic": "^15.0.0", "@ckeditor/ckeditor5-essentials": "^15.0.0", "@ckeditor/ckeditor5-heading": "^15.0.0", "@ckeditor/ckeditor5-image": "^15.0.0", "@ckeditor/ckeditor5-indent": "^15.0.0", "@ckeditor/ckeditor5-link": "^15.0.0", "@ckeditor/ckeditor5-list": "^15.0.0", "@ckeditor/ckeditor5-media-embed": "^15.0.0", "@ckeditor/ckeditor5-paragraph": "^15.0.0", "@ckeditor/ckeditor5-paste-from-office": "^15.0.0", "@ckeditor/ckeditor5-table": "^15.0.0", "@ckeditor/ckeditor5-theme-lark": "^15.0.0", "@ckeditor/ckeditor5-upload": "^15.0.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": "Abdazov Nursultan", "license": "GPL-2.0-or-later", "homepage": "https://github.com/theabdazov/ckeditor5-build-classic-simple-upload-adapter-image-resize", "bugs": "https://github.com/theabdazov/ckeditor5-build-classic-simple-upload-adapter-image-resize/issues", "repository": { "type": "git", "url": "https://github.com/theabdazov/ckeditor5-build-classic-simple-upload-adapter-image-resize.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": {} }