UNPKG

@atlaskit/link

Version:

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

102 lines (101 loc) 2.28 kB
{ "name": "@atlaskit/link", "version": "3.0.1", "description": "A link takes people to a new location in the product 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" }, "runReact18": true }, "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", "af:exports": { ".": "./src/index.tsx" }, "dependencies": { "@atlaskit/css": "^0.10.0", "@atlaskit/platform-feature-flags": "^1.1.0", "@atlaskit/primitives": "^14.1.0", "@atlaskit/tokens": "^4.2.0", "@babel/runtime": "^7.0.0", "@compiled/react": "^0.18.2" }, "peerDependencies": { "react": "^18.2.0" }, "devDependencies": { "@af/accessibility-testing": "*", "@af/integration-testing": "*", "@af/visual-regression": "*", "@atlaskit/analytics-next": "^11.0.0", "@atlaskit/app-provider": "^2.0.0", "@atlaskit/docs": "*", "@atlaskit/heading": "^5.1.0", "@atlaskit/section-message": "*", "@testing-library/react": "^13.4.0", "react-dom": "^18.2.0", "typescript": "~5.4.2" }, "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" } } }