UNPKG

devexpress-richedit

Version:

DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.

46 lines 1.25 kB
{ "name": "devexpress-richedit", "version": "26.1.3", "homepage": "https://www.devexpress.com/", "bugs": "https://www.devexpress.com/support/", "author": "Developer Express Inc.", "license": "SEE LICENSE IN README.md", "scripts": { "localization": "node bin/localization-builder.js localization-source localization", "build-custom": "webpack --mode production --config=bin/webpack.config.js && gulp --gulpfile=bin/gulpfile.js concatenate-css", "build-nspell": "webpack --mode production --config=bin/nspell.webpack.config.js" }, "peerDependencies": { "devextreme": "26.1.3", "devextreme-dist": "26.1.3" }, "devDependencies": { "dictionary-en": "3.2.0", "gulp": "^5.0.1", "nspell": "2.1.5", "terser-webpack-plugin": "^5.3.17", "webpack": "^5.105.3", "webpack-cli": "5.1.4" }, "dependencies": { "@devexpress/utils": "^2.1.1", "@types/pdfkit": "0.13.3", "jszip": "~3.10.1", "pdfkit": "0.14.0", "tslib": "2.6.2" }, "keywords": [ "richtext", "rich-text", "editor", "word processor", "wysiwyg", "docx", "rtf", "html", "txt", "office", "openxml", "devexpress" ] }