@scoped-vaadin/vaadin-lumo-styles
Version:
Lumo is a design system foundation for modern web applications, used by Vaadin components
50 lines (49 loc) • 1.25 kB
JSON
{
"name": "@scoped-vaadin/vaadin-lumo-styles",
"version": "24.6.2",
"repository": {
"type": "git",
"url": "https://github.com/robrez/scoped-vaadin.git",
"directory": "packages/vaadin-lumo-styles"
},
"bugs": {
"url": "https://github.com/robrez/scoped-vaadin/issues"
},
"publishConfig": {
"access": "public"
},
"description": "Lumo is a design system foundation for modern web applications, used by Vaadin components",
"license": "Apache-2.0",
"author": "Vaadin Ltd",
"homepage": "https://vaadin.com/components",
"main": "all-imports.js",
"module": "all-imports.js",
"type": "module",
"scripts": {
"icons": "gulp icons --gulpfile gulpfile.cjs"
},
"files": [
"*.d.ts",
"*.js",
"auto-complete.css",
"mixins/*.d.ts",
"mixins/*.js",
"presets/*.js",
"utilities/*.js"
],
"keywords": [
"vaadin",
"lumo",
"design-system",
"web-components",
"web-component",
"polymer"
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@scoped-vaadin/component-base": "^24.6.2",
"@scoped-vaadin/icon": "^24.6.2",
"@scoped-vaadin/vaadin-themable-mixin": "^24.6.2",
"@scoped-vaadin/internal-custom-elements-registry": "^24.6.2"
}
}