@vaadin/vaadin-lumo-styles
Version:
Lumo is a design system foundation for modern web applications, used by Vaadin components
57 lines (56 loc) • 1.39 kB
JSON
{
"name": "@vaadin/vaadin-lumo-styles",
"version": "25.1.3",
"publishConfig": {
"access": "public"
},
"description": "Lumo is a design system foundation for modern web applications, used by Vaadin components",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/vaadin/web-components.git",
"directory": "packages/vaadin-lumo-styles"
},
"author": "Vaadin Ltd",
"homepage": "https://vaadin.com/components",
"bugs": {
"url": "https://github.com/vaadin/web-components/issues"
},
"main": "all-imports.js",
"module": "all-imports.js",
"type": "module",
"scripts": {
"build": "postcss ./{lumo,utility}.css --dir dist && postcss ./presets/**.css --dir dist/presets"
},
"files": [
"*.css",
"*.d.ts",
"*.js",
"!postcss.config.js",
"components/*.css",
"dist",
"mixins/*.d.ts",
"mixins/*.js",
"presets",
"src"
],
"keywords": [
"vaadin",
"lumo",
"design-system",
"web-components",
"web-component"
],
"dependencies": {
"@vaadin/component-base": "~25.1.3",
"@vaadin/icon": "~25.1.3",
"@vaadin/vaadin-themable-mixin": "~25.1.3"
},
"devDependencies": {
"cssnano": "^7.1.1",
"postcss": "^8.1.0",
"postcss-cli": "^11.0.1",
"postcss-import": "^16.1.1"
},
"gitHead": "6faa3dbd92204cfda519d0146de376084234f560"
}