@reusable-ui/themable
Version:
Color options of UI.
42 lines (41 loc) • 984 B
JSON
{
"name": "@reusable-ui/themable",
"version": "5.3.0",
"description": "Color options of UI.",
"keywords": [
"themable",
"theme",
"colors",
"options",
"design",
"layouts"
],
"author": "HeyMarco <31385284+heyymarco@users.noreply.github.com>",
"homepage": "https://reusableui.org",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/reusable-ui/reusable-ui-monorepo.git"
},
"main": "dist/themable.js",
"types": "dist/themable.d.ts",
"type": "module",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"tsc": "tsc",
"tsc:watch": "tsc --watch",
"ncu": "ncu --peer",
"ncu:upgrade": "ncu --peer --upgrade",
"test": "NODE_OPTIONS=--experimental-vm-modules npx jest"
},
"dependencies": {
"@cssfn/core": "^2.5.0"
},
"peerDependencies": {
"@reusable-ui/colors": "^5.3.0"
},
"gitHead": "310f98288345686bd6173c020dc6e6af3e75c9bf"
}