@patternfly/react-tokens
Version:
This library provides access to the design tokens of PatternFly 4 from JavaScript
38 lines (37 loc) • 995 B
JSON
{
"name": "@patternfly/react-tokens",
"version": "6.0.0",
"description": "This library provides access to the design tokens of PatternFly 4 from JavaScript",
"main": "dist/js/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"sideEffects": false,
"publishConfig": {
"access": "public",
"tag": "prerelease"
},
"repository": {
"type": "git",
"url": "https://github.com/patternfly/patternfly-react.git"
},
"keywords": [
"react",
"patternfly"
],
"author": "Red Hat",
"license": "MIT",
"bugs": {
"url": "https://github.com/patternfly/patternfly-react/issues"
},
"homepage": "https://github.com/patternfly/patternfly-react#readme",
"scripts": {
"generate": "yarn clean && node scripts/writeTokens.mjs",
"clean": "rimraf dist"
},
"devDependencies": {
"@patternfly/patternfly": "6.0.0",
"css": "^3.0.0",
"fs-extra": "^11.2.0"
},
"gitHead": "69e205707d0228544b9b45467832e11d7a46ab45"
}