UNPKG

@vaadin/dialog

Version:
63 lines (62 loc) 1.52 kB
{ "name": "@vaadin/dialog", "version": "24.7.2", "publishConfig": { "access": "public" }, "description": "vaadin-dialog", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/vaadin/web-components.git", "directory": "packages/dialog" }, "author": "Vaadin Ltd", "homepage": "https://vaadin.com/components", "bugs": { "url": "https://github.com/vaadin/web-components/issues" }, "main": "vaadin-dialog.js", "module": "vaadin-dialog.js", "type": "module", "files": [ "lit.d.ts", "lit.js", "src", "theme", "vaadin-*.d.ts", "vaadin-*.js", "web-types.json", "web-types.lit.json" ], "keywords": [ "Vaadin", "vaadin-dialog", "web-components", "web-component", "polymer" ], "dependencies": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "^3.0.0", "@vaadin/component-base": "~24.7.2", "@vaadin/lit-renderer": "~24.7.2", "@vaadin/overlay": "~24.7.2", "@vaadin/vaadin-lumo-styles": "~24.7.2", "@vaadin/vaadin-material-styles": "~24.7.2", "@vaadin/vaadin-themable-mixin": "~24.7.2", "lit": "^3.0.0" }, "devDependencies": { "@vaadin/a11y-base": "~24.7.2", "@vaadin/chai-plugins": "~24.7.2", "@vaadin/test-runner-commands": "~24.7.2", "@vaadin/testing-helpers": "^1.1.0", "sinon": "^18.0.0" }, "web-types": [ "web-types.json", "web-types.lit.json" ], "gitHead": "b9ad056bb7367f9cfcb44eac20e12c8c998ff979" }