@hakuna-matata-ui/utils
Version:
Common utilties and types for Chakra UI
34 lines (33 loc) • 896 B
JSON
{
"name": "@hakuna-matata-ui/utils",
"version": "1.9.2",
"description": "Common utilties and types for Chakra UI",
"author": "logan <loagan.luo@crypto.com>",
"homepage": "https://github.com/monacohq/hakuna-matata-ui#readme",
"license": "MIT",
"sideEffects": false,
"main": "dist/hakuna-matata-ui-utils.cjs.js",
"module": "dist/hakuna-matata-ui-utils.esm.js",
"types": "dist/hakuna-matata-ui-utils.cjs.d.ts",
"files": [
"dist",
"src"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monacohq/hakuna-matata-ui.git",
"directory": "packages/utils"
},
"bugs": {
"url": "https://github.com/monacohq/hakuna-matata-ui/issues"
},
"dependencies": {
"@types/lodash.mergewith": "4.6.6",
"css-box-model": "1.2.1",
"framesync": "5.3.0",
"lodash.mergewith": "4.6.2"
}
}