UNPKG

@atlaskit/link

Version:

A link takes people to a new location in the app or another website.

100 lines (99 loc) 2.29 kB
{ "name": "@atlaskit/link", "version": "3.3.3", "description": "A link takes people to a new location in the app or another website.", "author": "Atlassian Pty Ltd", "license": "Apache-2.0", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "atlassian": { "team": "Design System Team", "website": { "name": "Link", "category": "Navigation" } }, "repository": "https://bitbucket.org/atlassian/atlassian-frontend-mirror", "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 <5.4": { "*": [ "dist/types-ts4.5/*", "dist/types-ts4.5/index.d.ts" ] } }, "sideEffects": [ "**/*.compiled.css" ], "atlaskit:src": "src/index.tsx", "dependencies": { "@atlaskit/css": "^0.19.0", "@atlaskit/platform-feature-flags": "^1.1.0", "@atlaskit/primitives": "^18.0.0", "@atlaskit/tokens": "^11.0.0", "@babel/runtime": "^7.0.0", "@compiled/react": "^0.18.6" }, "peerDependencies": { "react": "^18.2.0" }, "devDependencies": { "@af/accessibility-testing": "workspace:^", "@af/integration-testing": "workspace:^", "@af/visual-regression": "workspace:^", "@atlaskit/analytics-next": "^11.1.0", "@atlaskit/app-provider": "^4.0.0", "@atlaskit/docs": "^11.3.0", "@atlaskit/heading": "^5.2.0", "@atlaskit/section-message": "^8.12.0", "@testing-library/react": "^16.3.0", "react-dom": "^18.2.0" }, "techstack": { "@atlassian/frontend": { "import-structure": [ "atlassian-conventions" ], "circular-dependencies": [ "file-and-folder-level" ] }, "@repo/internal": { "dom-events": "use-bind-event-listener", "analytics": [ "analytics-next" ], "design-tokens": [ "color" ], "theming": [ "react-context" ], "ui-components": [ "lite-mode" ], "deprecation": "no-deprecated-imports", "styling": [ "emotion", "compiled" ], "imports": [ "import-no-extraneous-disable-for-examples-and-docs" ] } }, "homepage": "https://atlassian.design/components/link", "platform-feature-flags": { "platform-visual-refresh-icons": { "type": "boolean" }, "platform-dst-shape-theme-default": { "type": "boolean" } } }