@n8d/htwoo-patterns
Version:
hTWOo Patterns to setup custom style guide
73 lines (72 loc) • 2.42 kB
JSON
{
"name": "@n8d/htwoo-patterns",
"version": "2.2.3",
"description": "hTWOo Patterns to setup custom style guide",
"private": false,
"bin": {
"htwoo-toggle-patterns": "./lib/toggle-patterns.js"
},
"files": [
"_patterns",
"_data",
"images",
"lib",
"README.md",
"LICENSE"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node ./lib/move-patterns.js",
"export": "pattern-export --source ../../htwoo-core/src/_patterns --data ../../htwoo-core/src/_data --images ../../htwoo-core/src/images --output .",
"export:verbose": "pattern-export --source ../../htwoo-core/src/_patterns --data ../../htwoo-core/src/_data --images ../../htwoo-core/src/images --output . --verbose",
"export:dry-run": "pattern-export --source ../../htwoo-core/src/_patterns --data ../../htwoo-core/src/_data --images ../../htwoo-core/src/images --output . --dry-run --verbose",
"compare": "pattern-export --source ../../htwoo-core/src/_patterns --data ../../htwoo-core/src/_data --images ../../htwoo-core/src/images --output . --verbose",
"toggle-hidden": "pattern-export toggle-hidden --source _patterns",
"toggle-hidden:dry-run": "pattern-export toggle-hidden --source _patterns --dry-run --verbose",
"hide-all": "pattern-export hide-all --source _patterns",
"hide-all:dry-run": "pattern-export hide-all --source _patterns --dry-run --verbose",
"show-all": "pattern-export show-all --source _patterns",
"show-all:dry-run": "pattern-export show-all --source _patterns --dry-run --verbose"
},
"dependencies": {
"@n8d/htwoo-pattern-export": "^1.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/n8design/htwoo.git"
},
"keywords": [
"hTWOo",
"Atomic Design",
"Office UI Framework",
"UI Framework",
"Design",
"Patternlabs",
"patternlabs.io",
"Style Guide",
"Guide",
"Fluent",
"Design",
"UI",
"Fluent Design",
"Fluent UI",
"SharePoint Framework",
"SPFx"
],
"author": "Stefan Bauer",
"license": "MIT",
"bugs": {
"url": "https://github.com/n8design/htwoo/issues"
},
"homepage": "https://lab.n8d.studio/htwoo/",
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/StfBauer"
},
{
"type": "github",
"url": "https://github.com/sponsors/n8design"
}
]
}