@hakuna-matata-ui/system
Version:
Chakra UI system primitives
55 lines (54 loc) • 1.37 kB
JSON
{
"name": "@hakuna-matata-ui/system",
"version": "1.8.4",
"description": "Chakra UI system primitives",
"keywords": [
"system",
"styled-component",
"emotion",
"ui-component",
"ui",
"chakra",
"style-props",
"design-system"
],
"sideEffects": false,
"author": "logan <loagan.luo@crypto.com>",
"homepage": "https://github.com/monacohq/hakuna-matata-ui#readme",
"license": "MIT",
"main": "dist/hakuna-matata-ui-system.cjs.js",
"module": "dist/hakuna-matata-ui-system.esm.js",
"types": "dist/hakuna-matata-ui-system.cjs.d.ts",
"files": [
"dist",
"src"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monacohq/hakuna-matata-ui.git",
"directory": "packages/system"
},
"bugs": {
"url": "https://github.com/monacohq/hakuna-matata-ui/issues"
},
"dependencies": {
"@hakuna-matata-ui/color-mode": "1.3.3",
"@hakuna-matata-ui/react-utils": "1.2.2",
"@hakuna-matata-ui/styled-system": "1.15.1",
"@hakuna-matata-ui/utils": "1.9.2",
"react-fast-compare": "3.2.0"
},
"peerDependencies": {
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"react": ">=16.8.6"
},
"devDependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"react": "^17.0.1"
}
}