UNPKG

@vaadin/avatar

Version:
60 lines (59 loc) 1.46 kB
{ "name": "@vaadin/avatar", "version": "25.2.4", "publishConfig": { "access": "public" }, "description": "vaadin-avatar", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/vaadin/web-components.git", "directory": "packages/avatar" }, "author": "Vaadin Ltd", "homepage": "https://vaadin.com/components", "bugs": { "url": "https://github.com/vaadin/web-components/issues" }, "main": "vaadin-avatar.js", "module": "vaadin-avatar.js", "type": "module", "files": [ "src", "vaadin-*.d.ts", "vaadin-*.js", "custom-elements.json", "web-types.json", "web-types.lit.json" ], "keywords": [ "Vaadin", "Avatar", "vaadin-avatar", "web-components", "web-component" ], "dependencies": { "@open-wc/dedupe-mixin": "^1.3.0", "@vaadin/a11y-base": "~25.2.4", "@vaadin/component-base": "~25.2.4", "@vaadin/tooltip": "~25.2.4", "@vaadin/vaadin-themable-mixin": "~25.2.4", "lit": "^3.0.0" }, "devDependencies": { "@vaadin/aura": "~25.2.4", "@vaadin/chai-plugins": "~25.2.4", "@vaadin/test-runner-commands": "~25.2.4", "@vaadin/testing-helpers": "^2.0.0", "@vaadin/vaadin-lumo-styles": "~25.2.4", "sinon": "^22.0.0" }, "customElements": "custom-elements.json", "web-types": [ "web-types.json", "web-types.lit.json" ], "gitHead": "8671e6394dd539f76cd5e3ec885c7abf133ce3e7" }