All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
package.package.json Maven / Gradle / Ivy
{
"name": "@vaadin/notification",
"version": "24.4.11",
"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.11",
"@vaadin/lit-renderer": "~24.4.11",
"@vaadin/vaadin-lumo-styles": "~24.4.11",
"@vaadin/vaadin-material-styles": "~24.4.11",
"@vaadin/vaadin-themable-mixin": "~24.4.11",
"lit": "^3.0.0"
},
"devDependencies": {
"@esm-bundle/chai": "^4.3.4",
"@vaadin/button": "~24.4.11",
"@vaadin/testing-helpers": "^0.6.0",
"sinon": "^13.0.2"
},
"web-types": [
"web-types.json",
"web-types.lit.json"
],
"gitHead": "1312f60a4bb0b3158428171271fb5c0d88a1b61e"
}