UNPKG

devexpress-richedit

Version:

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

46 lines 1.24 kB
{ "name": "devexpress-richedit", "version": "25.2.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": "25.2.3", "devextreme-dist": "25.2.3" }, "devDependencies": { "webpack": "5.89.0", "terser-webpack-plugin": "5.3.10", "webpack-cli": "5.1.4", "gulp": "^5.0.1", "nspell": "2.1.5", "dictionary-en": "3.2.0" }, "dependencies": { "@types/pdfkit": "0.13.3", "@devexpress/utils": "^2.1.0", "jszip": "~3.10.1", "tslib": "2.6.2", "pdfkit": "0.14.0" }, "keywords": [ "richtext", "rich-text", "editor", "word processor", "wysiwyg", "docx", "rtf", "html", "txt", "office", "openxml", "devexpress" ] }