UNPKG

@vaadin/avatar

Version:
60 lines (59 loc) 1.46 kB
{ "name": "@vaadin/avatar", "version": "25.1.3", "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.1.3", "@vaadin/component-base": "~25.1.3", "@vaadin/tooltip": "~25.1.3", "@vaadin/vaadin-themable-mixin": "~25.1.3", "lit": "^3.0.0" }, "devDependencies": { "@vaadin/aura": "~25.1.3", "@vaadin/chai-plugins": "~25.1.3", "@vaadin/test-runner-commands": "~25.1.3", "@vaadin/testing-helpers": "^2.0.0", "@vaadin/vaadin-lumo-styles": "~25.1.3", "sinon": "^21.0.2" }, "customElements": "custom-elements.json", "web-types": [ "web-types.json", "web-types.lit.json" ], "gitHead": "6faa3dbd92204cfda519d0146de376084234f560" }