@atlaskit/avatar
Version:
An avatar is a visual representation of a user or entity.
117 lines (116 loc) • 3.04 kB
JSON
{
"name": "@atlaskit/avatar",
"version": "25.0.2",
"description": "An avatar is a visual representation of a user or entity.",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror",
"author": "Atlassian Pty Ltd",
"license": "Apache-2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"module:es2019": "dist/es2019/index.js",
"types": "dist/types/index.d.ts",
"typesVersions": {
">=4.5 <4.9": {
"*": [
"dist/types-ts4.5/*",
"dist/types-ts4.5/index.d.ts"
]
}
},
"sideEffects": [
"**/*.compiled.css"
],
"atlaskit:src": "src/index.tsx",
"atlassian": {
"team": "Design System Team",
"website": {
"name": "Avatar",
"category": "Images and icons"
},
"runReact18": true
},
"af:exports": {
"./AvatarItem": "./src/entry-points/avatar-item.tsx",
"./Avatar": "./src/entry-points/avatar.tsx",
"./Presence": "./src/entry-points/presence.tsx",
"./Skeleton": "./src/entry-points/skeleton.tsx",
"./Status": "./src/entry-points/status.tsx",
"./types": "./src/entry-points/types.tsx",
".": "./src/index.tsx"
},
"dependencies": {
"@atlaskit/analytics-next": "^11.0.0",
"@atlaskit/css": "^0.10.0",
"@atlaskit/ds-lib": "^4.0.0",
"@atlaskit/focus-ring": "^3.0.0",
"@atlaskit/icon": "^25.0.0",
"@atlaskit/platform-feature-flags": "^1.1.0",
"@atlaskit/primitives": "^14.2.0",
"@atlaskit/theme": "^18.0.0",
"@atlaskit/tokens": "^4.5.0",
"@babel/runtime": "^7.0.0",
"@compiled/react": "^0.18.3"
},
"peerDependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@af/accessibility-testing": "^2.0.0",
"@af/integration-testing": "^0.5.0",
"@af/visual-regression": "^1.3.0",
"@atlaskit/button": "^21.1.0",
"@atlaskit/code": "^16.0.0",
"@atlaskit/docs": "^10.0.0",
"@atlaskit/form": "^12.0.0",
"@atlaskit/heading": "^5.1.0",
"@atlaskit/link": "^3.0.0",
"@atlaskit/range": "^9.0.0",
"@atlaskit/section-message": "^8.2.0",
"@atlaskit/ssr": "^0.4.0",
"@atlaskit/textfield": "^8.0.0",
"@atlaskit/tooltip": "^20.0.0",
"@atlassian/feature-flags-test-utils": "^0.3.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"jest-in-case": "^1.0.2",
"react-dom": "^18.2.0",
"typescript": "~5.4.2"
},
"keywords": [
"atlaskit",
"react",
"ui"
],
"techstack": {
"@atlassian/frontend": {
"import-structure": "atlassian-conventions"
},
"@repo/internal": {
"dom-events": "use-bind-event-listener",
"design-system": "v1",
"ui-components": "lite-mode",
"analytics": "analytics-next",
"design-tokens": [
"color",
"spacing"
],
"styling": [
"static",
"compiled"
],
"deprecation": "no-deprecated-imports"
}
},
"homepage": "https://atlassian.design/components/avatar/",
"platform-feature-flags": {
"platform.design-system-team.avatar-item-font-size_830x6": {
"type": "boolean"
},
"platform-component-visual-refresh": {
"type": "boolean"
}
}
}