UNPKG

@vaadin/notification

Version:
60 lines (59 loc) 1.43 kB
{ "name": "@vaadin/notification", "version": "24.4.13", "publishConfig": { "access": "public" }, "description": "vaadin-notification", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/vaadin/web-components.git", "directory": "packages/notification" }, "author": "Vaadin Ltd", "homepage": "https://vaadin.com/components", "bugs": { "url": "https://github.com/vaadin/web-components/issues" }, "main": "vaadin-notification.js", "module": "vaadin-notification.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-notification", "web-components", "web-component", "polymer" ], "dependencies": { "@polymer/polymer": "^3.0.0", "@vaadin/component-base": "~24.4.13", "@vaadin/lit-renderer": "~24.4.13", "@vaadin/vaadin-lumo-styles": "~24.4.13", "@vaadin/vaadin-material-styles": "~24.4.13", "@vaadin/vaadin-themable-mixin": "~24.4.13", "lit": "^3.0.0" }, "devDependencies": { "@esm-bundle/chai": "^4.3.4", "@vaadin/button": "~24.4.13", "@vaadin/testing-helpers": "^0.6.0", "sinon": "^13.0.2" }, "web-types": [ "web-types.json", "web-types.lit.json" ], "gitHead": "c904798dd078dcafbdb3b3cca760a9f831b92e2b" }