UNPKG

ckeditor5-mathtype-with-extra-plugins

Version:

Ckeditor5 build classic with support of mathtype plugin.

102 lines (101 loc) 3.35 kB
{ "name": "ckeditor5-mathtype-with-extra-plugins", "version": "1.12.54", "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": "^15.0.0", "@ckeditor/ckeditor5-alignment": "^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-ckfinder": "^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-easy-image": "^15.0.0", "@ckeditor/ckeditor5-editor-classic": "^15.0.0", "@ckeditor/ckeditor5-essentials": "^15.0.0", "@ckeditor/ckeditor5-font": "^15.0.0", "@ckeditor/ckeditor5-heading": "^15.0.0", "@ckeditor/ckeditor5-highlight": "^15.0.0", "@ckeditor/ckeditor5-horizontal-line": "^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-page-break": "^15.0.0", "@ckeditor/ckeditor5-paragraph": "^15.0.0", "@ckeditor/ckeditor5-paste-from-office": "^15.0.0", "@ckeditor/ckeditor5-remove-format": "^15.0.0", "@ckeditor/ckeditor5-table": "^15.0.0", "@ckeditor/ckeditor5-theme-lark": "^15.0.0", "@ckeditor/ckeditor5-upload": "^15.0.0", "@wiris/mathtype-ckeditor5": "7.17.1", "ckeditor5-upload-strapi": "^1.0.2", "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", "unlimited-mathtype-ckeditor5": "^7.17.3", "webpack": "^4.39.1", "webpack-cli": "^3.3.6" }, "engines": { "node": ">=8.0.0", "npm": ">=5.7.1" }, "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" } }, "dependencies": { "@babel/preset-env": "^7.24.0", "@ckeditor/ckeditor5-ckbox": "^36.0.1", "@ckeditor/ckeditor5-language": "^41.1.0", "@codecogs/eqneditor-ckeditor5": "^1.0.2", "@wwalc/ckeditor5-emoji": "^11.0.2", "babel-loader": "^9.1.3", "fmath-plugin": "^1.1.1", "html-loader": "^5.0.0", "mathtype-ckeditor5-unlimited": "^7.17.47", "ts-loader": "^9.5.1", "unlimited-mathtype-ckeditor5": "^7.17.3" } }