UNPKG

@lithiumjs/ngx-material-theming

Version:

Dynamic and customizable Angular Material theming made easy.

59 lines 1.47 kB
{ "name": "@lithiumjs/ngx-material-theming", "description": "Dynamic and customizable Angular Material theming made easy.", "version": "1.0.0", "license": "MIT", "private": false, "repository": "https://github.com/lVlyke/lithium-ngx-material-theming", "author": "Mychal Thompson <mychalrthompson@gmail.com>", "keywords": [ "angular", "dynamic", "theme", "theming", "compile", "compiler", "compilation", "ngx", "material", "angular-material", "lithium-angular", "lithiumjs", "ngx-material-theming", "runtime", "sass", "scss", "typescript" ], "bin": { "ltc": "./bin/ltc.js" }, "exports": { "./scripts/compile-theme": "./scripts/compile-theme.js", ".": { "sass": "./src/index.scss", "types": "./index.d.ts", "default": "./fesm2022/lithiumjs-ngx-material-theming.mjs" }, "./package.json": { "default": "./package.json" }, "./dynamic": { "types": "./dynamic/index.d.ts", "default": "./fesm2022/lithiumjs-ngx-material-theming-dynamic.mjs" } }, "peerDependencies": { "@angular/cdk": ">=18.0.0 <21.0.0", "@angular/core": ">=18.0.0 <21.0.0", "@angular/material": ">=18.0.0 <21.0.0", "@lithiumjs/angular": ">=8.0.0", "rxjs": "7.x.x" }, "dependencies": { "tslib": "^2.3.0" }, "module": "fesm2022/lithiumjs-ngx-material-theming.mjs", "typings": "index.d.ts", "sideEffects": false }