UNPKG

@vaadin/avatar

Version:
61 lines (60 loc) 1.46 kB
{ "name": "@vaadin/avatar", "version": "24.7.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", "theme", "vaadin-*.d.ts", "vaadin-*.js", "web-types.json", "web-types.lit.json" ], "keywords": [ "Vaadin", "Avatar", "vaadin-avatar", "web-components", "web-component", "polymer" ], "dependencies": { "@open-wc/dedupe-mixin": "^1.3.0", "@polymer/polymer": "^3.0.0", "@vaadin/a11y-base": "~24.7.3", "@vaadin/component-base": "~24.7.3", "@vaadin/tooltip": "~24.7.3", "@vaadin/vaadin-lumo-styles": "~24.7.3", "@vaadin/vaadin-material-styles": "~24.7.3", "@vaadin/vaadin-themable-mixin": "~24.7.3", "lit": "^3.0.0" }, "devDependencies": { "@vaadin/chai-plugins": "~24.7.3", "@vaadin/test-runner-commands": "~24.7.3", "@vaadin/testing-helpers": "^1.1.0", "sinon": "^18.0.0" }, "web-types": [ "web-types.json", "web-types.lit.json" ], "gitHead": "07e8e8a103cbba1906fb7332eaf1114b8e4d3907" }