UNPKG

devexpress-richedit

Version:

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

49 lines 1.43 kB
{ "name": "devexpress-richedit", "version": "24.2.6", "homepage": "https://www.devexpress.com/", "bugs": "https://www.devexpress.com/support/", "author": "Developer Express Inc.", "description": "DevExpress Rich Text Editor is an advanced word-processing tool designed for working with rich text documents.", "license": "SEE LICENSE IN README.md", "main": "./index.js", "types": "./index.d.ts", "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": "24.2.6", "devextreme-dist": "24.2.6" }, "dependencies": { "jszip": "~3.10.1", "tslib": "2.6.0", "@devexpress/utils": "^1.4.3" }, "devDependencies": { "webpack": "5.75.0", "terser-webpack-plugin": "5.3.6", "webpack-cli": "5.0.1", "gulp-minify-css": "1.2.4", "gulp": "4.0.2", "gulp-concat-css": "3.1.0", "nspell": "2.1.5", "dictionary-en": "3.2.0" }, "keywords": [ "richtext", "rich-text", "editor", "word processor", "wysiwyg", "docx", "rtf", "html", "txt", "office", "openxml", "devexpress" ] }