@atlaskit/lozenge
Version:
A lozenge is a visual indicator used to highlight an item's status for quick recognition.
53 lines (52 loc) • 1.46 kB
JSON
{
"name": "@atlaskit/lozenge",
"version": "10.0.4",
"description": "A lozenge is a visual indicator used to highlight an item's status for quick recognition.",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"repository": "https://bitbucket.org/atlassian/atlassian-frontend",
"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/cjs/index.d.ts",
"sideEffects": false,
"atlaskit:src": "src/index.ts",
"atlassian": {
"team": "Design System Team",
"deprecatedAutoEntryPoints": true,
"inPublicMirror": true,
"releaseModel": "scheduled",
"website": {
"name": "Lozenge"
}
},
"dependencies": {
"@atlaskit/theme": "^10.0.0",
"@emotion/core": "^10.0.9",
"tslib": "^2.0.0"
},
"peerDependencies": {
"react": "^16.8.0"
},
"devDependencies": {
"@atlaskit/build-utils": "*",
"@atlaskit/docs": "*",
"@atlaskit/ssr": "*",
"@atlaskit/visual-regression": "*",
"@atlaskit/webdriver-runner": "*",
"@testing-library/react": "^8.0.1",
"enzyme": "^3.10.0",
"react-dom": "^16.8.0",
"react-test-renderer": "^16.8.0",
"wait-for-expect": "^1.2.0"
},
"techstack": {
"@atlassian/frontend": {
"import-structure": "atlassian-conventions"
}
},
"homepage": "https://atlassian.design/components/lozenge/"
}