vaadin-material-stylespackage.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vaadin-webcomponents Show documentation
Show all versions of vaadin-webcomponents Show documentation
Mvnpm composite: Vaadin webcomponents
The newest version!
{
"name": "@vaadin/vaadin-material-styles",
"version": "24.5.3",
"publishConfig": {
"access": "public"
},
"description": "Vaadin Material is a complete theme for Vaadin components, inspired by Google’s Material Design guidelines.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/vaadin/web-components.git",
"directory": "packages/vaadin-material-styles"
},
"author": "Vaadin Ltd",
"homepage": "https://vaadin.com/themes",
"bugs": {
"url": "https://github.com/vaadin/web-components/issues"
},
"main": "all-imports.js",
"module": "all-imports.js",
"type": "module",
"scripts": {
"icons": "gulp icons --gulpfile gulpfile.cjs"
},
"files": [
"*.d.ts",
"*.js",
"mixins/*.d.ts",
"mixins/*.js"
],
"keywords": [
"vaadin",
"material",
"theme",
"design-system",
"web-components",
"web-component",
"polymer"
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/component-base": "~24.5.3",
"@vaadin/vaadin-themable-mixin": "~24.5.3"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-iconfont": "^11.0.0",
"gulp-sort": "^2.0.0",
"gulp-svgmin": "^4.1.0"
},
"gitHead": "1f3681623cd4950de8b805fffa4bf148ea8ff9a2"
}