@vaadin/rich-text-editor
Version:
vaadin-rich-text-editor
72 lines (71 loc) • 1.87 kB
JSON
{
"name": "@vaadin/rich-text-editor",
"version": "24.7.3",
"publishConfig": {
"access": "public"
},
"description": "vaadin-rich-text-editor",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/vaadin/web-components.git",
"directory": "packages/rich-text-editor"
},
"author": "Vaadin Ltd",
"homepage": "https://vaadin.com/components",
"bugs": {
"url": "https://github.com/vaadin/web-components/issues"
},
"main": "vaadin-rich-text-editor.js",
"module": "vaadin-rich-text-editor.js",
"type": "module",
"scripts": {
"icons": "gulp icons --gulpfile gulpfile.cjs"
},
"files": [
"src",
"theme",
"vaadin-*.d.ts",
"vaadin-*.js",
"vendor",
"web-types.json",
"web-types.lit.json"
],
"keywords": [
"Vaadin",
"vaadin-rich-text-editor",
"web-components",
"web-component",
"polymer"
],
"dependencies": {
"@open-wc/dedupe-mixin": "^1.3.0",
"@polymer/polymer": "^3.0.0",
"@vaadin/button": "~24.7.3",
"@vaadin/component-base": "~24.7.3",
"@vaadin/confirm-dialog": "~24.7.3",
"@vaadin/overlay": "~24.7.3",
"@vaadin/text-field": "~24.7.3",
"@vaadin/tooltip": "~24.7.3",
"@vaadin/vaadin-lumo-styles": "~24.7.3",
"@vaadin/vaadin-material-styles": "~24.7.3",
"@vaadin/vaadin-themable-mixin": "~24.7.3",
"lit": "^3.0.0"
},
"devDependencies": {
"@vaadin/a11y-base": "~24.7.3",
"@vaadin/chai-plugins": "~24.7.3",
"@vaadin/test-runner-commands": "~24.7.3",
"@vaadin/testing-helpers": "^1.1.0",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-iconfont": "^11.0.0",
"sinon": "^18.0.0"
},
"cvdlName": "vaadin-rich-text-editor",
"web-types": [
"web-types.json",
"web-types.lit.json"
],
"gitHead": "07e8e8a103cbba1906fb7332eaf1114b8e4d3907"
}