@slateui/theme
Version:
Modern Theme Management for Angular - A lightweight, feature-rich theme library with automatic dark mode detection, SSR support, and zero configuration required.
79 lines • 1.95 kB
JSON
{
"name": "@slateui/theme",
"version": "1.0.0",
"description": "Modern Theme Management for Angular - A lightweight, feature-rich theme library with automatic dark mode detection, SSR support, and zero configuration required.",
"keywords": [
"angular",
"theme",
"dark-mode",
"light-mode",
"slateui-theme",
"slateui theme",
"slate ui theme",
"angular-theme",
"angular theme library",
"angular dark mode",
"angular light mode",
"angular theme management",
"angular theming",
"angular css variables",
"angular signals",
"angular ssr",
"angular universal",
"typescript",
"ui",
"frontend",
"css-variables",
"theme-switcher",
"theme-toggle",
"responsive-design"
],
"author": {
"name": "Mohammad Javed",
"email": "mohammadjaved@angularcafe.com",
"url": "https://x.com/immohammadjaved"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/angularcafe/slateui-theme.git"
},
"bugs": {
"url": "https://github.com/angularcafe/slateui-theme/issues"
},
"homepage": "https://github.com/angularcafe/slateui-theme#readme",
"main": "fesm2022/slateui-theme.mjs",
"module": "fesm2022/slateui-theme.mjs",
"typings": "index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./fesm2022/slateui-theme.mjs",
"require": "./fesm2022/slateui-theme.mjs",
"default": "./fesm2022/slateui-theme.mjs"
},
"./package.json": {
"default": "./package.json"
}
},
"files": [
"index.d.ts",
"fesm2022/slateui-theme.mjs",
"README.md",
"LICENSE"
],
"peerDependencies": {
"@angular/common": "^19.0.0 || ^20.1.0",
"@angular/core": "^19.0.0 || ^20.1.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}