UNPKG

@atlaskit/menu

Version:

A list of options to help users navigate, or perform actions.

113 lines (112 loc) 2.81 kB
{ "name": "@atlaskit/menu", "version": "8.4.4", "description": "A list of options to help users navigate, or perform actions.", "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", "sideEffects": [ "**/*.compiled.css" ], "atlaskit:src": "src/index.tsx", "atlassian": { "team": "Design System Team", "website": { "name": "Menu", "subPages": [ { "title": "Popup menu group", "id": "popup-menu-group", "status": { "type": "deprecated", "description": "PopupMenuGroup has been deprecated. We recommend using the MenuGroup component instead.", "actions": [ { "text": "View MenuGroup documentation", "href": "https://atlassian.design/components/menu/menu-group/examples" } ] } } ], "category": "Navigation" } }, "dependencies": { "@atlaskit/app-provider": "^3.2.0", "@atlaskit/css": "^0.14.0", "@atlaskit/interaction-context": "^3.1.0", "@atlaskit/platform-feature-flags": "^1.1.0", "@atlaskit/primitives": "^14.15.0", "@atlaskit/theme": "^21.0.0", "@atlaskit/tokens": "^6.4.0", "@babel/runtime": "^7.0.0", "@compiled/react": "^0.18.3" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@af/accessibility-testing": "workspace:^", "@af/integration-testing": "workspace:^", "@af/visual-regression": "workspace:^", "@atlaskit/button": "^23.4.0", "@atlaskit/docs": "^11.1.0", "@atlaskit/ds-lib": "^5.1.0", "@atlaskit/icon": "^28.3.0", "@atlaskit/icon-file-type": "^7.0.0", "@atlaskit/icon-object": "^7.2.0", "@atlaskit/link": "^3.2.0", "@atlaskit/section-message": "^8.7.0", "@atlassian/feature-flags-test-utils": "^0.3.0", "@testing-library/react": "^13.4.0", "ast-types": "^0.13.3", "jscodeshift": "^17.0.0" }, "keywords": [ "atlaskit", "react", "ui" ], "techstack": { "@atlassian/frontend": { "import-structure": "atlassian-conventions" }, "@repo/internal": { "ui-components": "lite-mode", "design-system": "v1", "styling": [ "static", "compiled" ], "analytics": "analytics-next", "design-tokens": [ "color", "spacing" ], "deprecation": "no-deprecated-imports" } }, "typesVersions": { ">=4.5 <4.9": { "*": [ "dist/types-ts4.5/*", "dist/types-ts4.5/index.d.ts" ] } }, "platform-feature-flags": { "platform_fix_a11y_selected_and_hovered_state_color": { "type": "boolean" } }, "homepage": "https://atlassian.design/components/menu/" }