UNPKG

@reusable-ui/foreground

Version:

Foreground (text color) stuff of UI.

48 lines (47 loc) 1.22 kB
{ "name": "@reusable-ui/foreground", "version": "6.5.0", "description": "Foreground (text color) stuff of UI.", "keywords": [ "foreground", "colors", "features", "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/foreground.js", "types": "dist/foreground.d.ts", "type": "module", "exports": { ".": "./dist/foreground.js", "./index": "./dist/foreground.js", "./index.js": "./dist/foreground.js" }, "sideEffects": false, "publishConfig": { "access": "public" }, "scripts": { "tsc": "tsc", "tsc:watch": "tsc --watch", "ncu": "ncu --peer", "ncu:upgrade": "ncu --peer --upgrade", "test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest" }, "dependencies": { "@cssfn/core": "^3.2.0" }, "peerDependencies": { "@reusable-ui/mildable": "^6.5.0", "@reusable-ui/outlineable": "^6.5.0", "@reusable-ui/themeable": "^6.5.0" }, "gitHead": "0e48076707a5618f7df0a19c6a2ca6db88318bb8" }