@hakuna-matata-ui/button
Version:
A React component that is a base button.
51 lines (50 loc) • 1.27 kB
JSON
{
"name": "@hakuna-matata-ui/button",
"version": "1.5.3",
"description": "A React component that is a base button.",
"keywords": [
"button",
"button-group",
"react",
"hakuna-matata-ui",
"component",
"clickable",
"tabbable"
],
"sideEffects": false,
"author": "logan <loagan.luo@crypto.com>",
"homepage": "https://github.com/monacohq/hakuna-matata-ui#readme",
"license": "MIT",
"main": "dist/hakuna-matata-ui-button.cjs.js",
"module": "dist/hakuna-matata-ui-button.esm.js",
"types": "dist/hakuna-matata-ui-button.cjs.d.ts",
"files": [
"dist",
"src"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monacohq/hakuna-matata-ui.git",
"directory": "packages/button"
},
"bugs": {
"url": "https://github.com/monacohq/hakuna-matata-ui/issues"
},
"devDependencies": {
"@hakuna-matata-ui/system": "1.8.4",
"react": "^17.0.1"
},
"dependencies": {
"@hakuna-matata-ui/hooks": "1.7.2",
"@hakuna-matata-ui/react-utils": "1.2.2",
"@hakuna-matata-ui/spinner": "1.2.2",
"@hakuna-matata-ui/utils": "1.9.2"
},
"peerDependencies": {
"@hakuna-matata-ui/system": ">=1.0.0",
"react": ">=16.8.6"
}
}