@dependable/styleguide
Version:
Styleguide for @dependable/view
37 lines (36 loc) • 923 B
JSON
{
"type": "module",
"name": "@dependable/styleguide",
"version": "0.26.0",
"description": "Styleguide for @dependable/view",
"author": "Sune Simonsen <sune@we-knowhow.dk>",
"license": "MIT",
"module": "src/index.js",
"keywords": [
"styleguide",
"dependable",
"view",
"UI",
"components"
],
"bugs": "https://github.com/sunesimonsen/dependable-components/issues",
"repository": {
"url": "git@github.com:sunesimonsen/dependable-components.git",
"type": "git"
},
"bin": {
"create-styleguide-importmap": "./scripts/create-importmap.cjs"
},
"sideEffects": false,
"dependencies": {
"@dependable/cache": "^0.9.0",
"@dependable/nano-router": "^0.9.0",
"@dependable/state": "^0.20.0",
"@dependable/view": "^0.22.0",
"stylewars": "^2.4.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "117bf8cab8ef0709b39c43bd4e6617c47888b2c9"
}