{
  "name": "@synerise/ds-menu",
  "version": "1.4.26",
  "description": "Menu UI Component for the Synerise Design System",
  "license": "ISC",
  "repository": "Synerise/synerise-design",
  "main": "dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    },
    "./dist/*.js": "./dist/*.js",
    "./dist/*": "./dist/*.js"
  },
  "files": [
    "/dist",
    "CHANGELOG.md",
    "README.md",
    "package.json",
    "LICENSE.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "vite build",
    "build:watch": "vite build --watch",
    "pack:ci": "pnpm pack --pack-destination ../../storybook/storybook-static/static",
    "prepublish": "pnpm run build",
    "test": "vitest run",
    "test:watch": "vitest",
    "types": "tsc --noEmit",
    "check:circular-dependencies": "madge --circular --extensions ts,tsx,js,jsx --ts-config tsconfig.json src/ --exclude '/dist/'",
    "upgrade:ds": "ncu -f \"@synerise/ds-*\" -u"
  },
  "sideEffects": [
    "dist/style/*",
    "*.less"
  ],
  "types": "dist/index.d.ts",
  "dependencies": {
    "@synerise/ds-button": "^1.5.30",
    "@synerise/ds-divider": "^1.3.12",
    "@synerise/ds-icon": "^1.18.1",
    "@synerise/ds-popover": "^1.6.0",
    "@synerise/ds-tooltip": "^1.5.0",
    "@synerise/ds-utils": "^1.9.0",
    "classnames": "^2.5.1",
    "rc-menu": "~9.6.3",
    "react-intl": "^6.8.7",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "@testing-library/user-event": "^14"
  },
  "peerDependencies": {
    "@synerise/ds-core": "*",
    "antd": "4.24.16",
    "copy-to-clipboard": "^3.3.1",
    "react": ">=16.9.0 <= 18.3.1",
    "styled-components": "^5.3.3",
    "vitest": "4"
  },
  "gitHead": "f257f56d8991010593efd5ea9915335e813671a6"
}
