UNPKG

@vaadin/board

Version:

Web component to create flexible responsive layouts and build nice looking dashboard.

57 lines (56 loc) 1.36 kB
{ "name": "@vaadin/board", "version": "25.0.3", "publishConfig": { "access": "public" }, "description": "Web component to create flexible responsive layouts and build nice looking dashboard.", "license": "SEE LICENSE IN LICENSE", "repository": { "type": "git", "url": "https://github.com/vaadin/web-components.git", "directory": "packages/board" }, "author": "Vaadin Ltd", "homepage": "https://vaadin.com/components", "bugs": { "url": "https://github.com/vaadin/web-components/issues" }, "main": "vaadin-board.js", "module": "vaadin-board.js", "type": "module", "files": [ "src", "vaadin-*.d.ts", "vaadin-*.js", "web-types.json", "web-types.lit.json" ], "keywords": [ "Vaadin", "Board", "dashboard", "responsive", "layout", "web-components", "web-component" ], "dependencies": { "@open-wc/dedupe-mixin": "^1.3.0", "@vaadin/a11y-base": "~25.0.3", "@vaadin/component-base": "~25.0.3", "lit": "^3.0.0" }, "devDependencies": { "@vaadin/chai-plugins": "~25.0.3", "@vaadin/test-runner-commands": "~25.0.3", "@vaadin/testing-helpers": "^2.0.0", "sinon": "^21.0.0" }, "cvdlName": "vaadin-board", "web-types": [ "web-types.json", "web-types.lit.json" ], "gitHead": "a4b57a083b721045770f1f3700edd699872cd7fb" }