iconspackage.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/icons",
"version": "24.5.3",
"publishConfig": {
"access": "public"
},
"description": "Collection of 600+ unique icons designed for web applications",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/vaadin/web-components.git",
"directory": "packages/icons"
},
"author": "Vaadin Ltd",
"homepage": "https://vaadin.com/icons",
"bugs": {
"url": "https://github.com/vaadin/web-components/issues"
},
"main": "vaadin-iconset.js",
"module": "vaadin-iconset.js",
"type": "module",
"scripts": {
"icons": "gulp icons --gulpfile gulpfile.cjs"
},
"files": [
"assets/**/*",
"vaadin-icons.js",
"vaadin-iconset.js"
],
"keywords": [
"Vaadin",
"icons",
"web-components",
"web-component",
"polymer"
],
"dependencies": {
"@polymer/polymer": "^3.0.0",
"@vaadin/icon": "~24.5.3"
},
"devDependencies": {
"cheerio": "^1.0.0-rc.10",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-modify": "^0.1.1"
},
"gitHead": "1f3681623cd4950de8b805fffa4bf148ea8ff9a2"
}