angular-material-css-vars
Version:
Little library to use css variables for @angular/material
58 lines • 1.4 kB
JSON
{
"name": "angular-material-css-vars",
"version": "9.1.1",
"description": "Little library to use css variables for @angular/material",
"author": "johannesjo <contact@super-productivity.com> (http://super-productivity.com)",
"contributors": [
{
"name": "Daniel Kimmich",
"email": "json-derulo@outlook.com",
"url": "https://github.com/json-derulo"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/johannesjo/angular-material-css-vars"
},
"keywords": [
"angular",
"javascript",
"typescript",
"material",
"css",
"css variables",
"angular-material"
],
"peerDependencies": {
"@angular/common": ">=20",
"@angular/core": ">=20",
"@angular/material": ">=20"
},
"dependencies": {
"@ctrl/tinycolor": "^4.0.0",
"tslib": "^2.3.0"
},
"exports": {
".": {
"sass": "./index.scss",
"types": "./index.d.ts",
"default": "./fesm2022/angular-material-css-vars.mjs"
},
"./main": {
"sass": "./src/lib/_main.scss"
},
"./public-util": {
"sass": "./src/lib/_public-util.scss"
},
"./variables": {
"sass": "./src/lib/_variables.scss"
},
"./package.json": {
"default": "./package.json"
}
},
"module": "fesm2022/angular-material-css-vars.mjs",
"typings": "index.d.ts",
"sideEffects": false
}