UNPKG

@hakuna-matata-ui/avatar

Version:

A React component used to show users avatar or initials

51 lines (50 loc) 1.26 kB
{ "name": "@hakuna-matata-ui/avatar", "version": "1.3.2", "description": "A React component used to show users avatar or initials", "keywords": [ "component", "react", "hakuna-matata-ui", "react-component", "avatar", "profile-image", "photo", "initials" ], "sideEffects": false, "author": "logan <loagan.luo@crypto.com>", "homepage": "https://github.com/monacohq/hakuna-matata-ui#readme", "license": "MIT", "main": "dist/hakuna-matata-ui-avatar.cjs.js", "module": "dist/hakuna-matata-ui-avatar.esm.js", "types": "dist/hakuna-matata-ui-avatar.cjs.d.ts", "files": [ "dist", "src" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/monacohq/hakuna-matata-ui.git", "directory": "packages/avatar" }, "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/image": "1.1.2", "@hakuna-matata-ui/react-utils": "1.2.2", "@hakuna-matata-ui/utils": "1.9.2" }, "peerDependencies": { "@hakuna-matata-ui/system": ">=1.0.0", "react": ">=16.8.6" } }