UNPKG

ckeditor5-mathtype

Version:

Ckeditor5 build classic with support of mathtype plugin.

90 lines 2.87 kB
{ "name": "ckeditor5-mathtype", "version": "1.0.4", "description": "Ckeditor5 build classic with support of mathtype plugin.", "keywords": [ "ckeditor5-build", "ckeditor5-build-classic", "ckeditor", "ckeditor5", "wysiwyg", "mathtype", "chemtype" ], "main": "./build/ckeditor.js", "files": [ "build" ], "devDependencies": { "@ckeditor/ckeditor5-adapter-ckfinder": "^19.0.0", "@ckeditor/ckeditor5-autoformat": "^19.0.0", "@ckeditor/ckeditor5-basic-styles": "^19.0.0", "@ckeditor/ckeditor5-block-quote": "^19.0.0", "@ckeditor/ckeditor5-ckfinder": "^19.0.0", "@ckeditor/ckeditor5-core": "^19.0.0", "@ckeditor/ckeditor5-dev-utils": "^13.0.0", "@ckeditor/ckeditor5-dev-webpack-plugin": "^9.0.0", "@ckeditor/ckeditor5-easy-image": "^19.0.0", "@ckeditor/ckeditor5-editor-classic": "^19.0.0", "@ckeditor/ckeditor5-essentials": "^19.0.0", "@ckeditor/ckeditor5-heading": "^19.0.0", "@ckeditor/ckeditor5-image": "^19.0.0", "@ckeditor/ckeditor5-indent": "^19.0.0", "@ckeditor/ckeditor5-link": "^19.0.0", "@ckeditor/ckeditor5-list": "^19.0.0", "@ckeditor/ckeditor5-media-embed": "^19.0.0", "@ckeditor/ckeditor5-paragraph": "^19.0.0", "@ckeditor/ckeditor5-paste-from-office": "^19.0.0", "@ckeditor/ckeditor5-table": "^19.0.0", "@ckeditor/ckeditor5-typing": "^19.0.0", "@ckeditor/ckeditor5-theme-lark": "^19.0.0", "eslint": "^5.5.0", "eslint-config-ckeditor5": "^2.0.0", "husky": "^1.3.1", "lint-staged": "^7.0.0", "stylelint": "^11.1.1", "stylelint-config-ckeditor5": "^1.0.0", "postcss-loader": "^3.0.0", "raw-loader": "^3.1.0", "style-loader": "^1.0.0", "terser-webpack-plugin": "^2.2.1", "webpack": "^4.39.1", "webpack-cli": "^3.3.6", "@wiris/mathtype-ckeditor5": "^7.22.0" }, "engines": { "node": ">=8.0.0", "npm": ">=5.7.1" }, "author": "Sanket Karve", "license": "GPL-2.0-or-later", "homepage": "https://github.com/SanketKarve/ckeditor5-mathtype", "bugs": "https://github.com/SanketKarve/ckeditor5-mathtype/issues", "repository": { "type": "git", "url": "https://github.com/SanketKarve/ckeditor5-mathtype" }, "scripts": { "build": "webpack --mode production", "lint": "eslint --quiet '**/*.js'", "stylelint": "stylelint --quiet --allow-empty-input 'theme/**/*.css' 'docs/**/*.css'", "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" ], "**/*.css": [ "stylelint --quiet --allow-empty-input" ] }, "eslintIgnore": [ "build/**", "packages/**" ], "husky": { "hooks": { "pre-commit": "lint-staged" } } }