dynamic-theme-lib
Version:
A flexible and powerful theme management library for Angular applications that allows dynamic color management and theme switching.
35 lines • 967 B
JSON
{
"name": "dynamic-theme-lib",
"version": "0.0.7",
"peerDependencies": {
"@angular/common": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
"@angular/core": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"ng-package": {
"lib": {
"entryFile": "src/public-api.ts"
}
},
"keywords": [
"angular",
"theme",
"dynamic-theme",
"color-management"
],
"author": "minisha_paul_",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/minisha.paulraj/Theme-Config"
},
"main": "bundles/dynamic-theme-lib.umd.js",
"module": "fesm2015/dynamic-theme-lib.js",
"es2015": "fesm2015/dynamic-theme-lib.js",
"esm2015": "esm2015/dynamic-theme-lib.js",
"fesm2015": "fesm2015/dynamic-theme-lib.js",
"typings": "dynamic-theme-lib.d.ts",
"sideEffects": false
}