{
  "name": "@atlaskit/item",
  "version": "12.1.3",
  "description": "A generic item component to be used within other components",
  "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",
  "sideEffects": false,
  "atlaskit:src": "src/index.js",
  "atlassian": {
    "team": "Design System Team",
    "deprecatedAutoEntryPoints": true,
    "releaseModel": "continuous",
    "website": {
      "deprecated": "Item is deprecated. Please use @atlaskit/menu instead.",
      "name": "Item",
      "category": "Components"
    }
  },
  "dependencies": {
    "@atlaskit/theme": "^12.5.0",
    "@atlaskit/tokens": "^1.3.0",
    "@babel/runtime": "^7.0.0",
    "prop-types": "^15.5.10",
    "react-addons-text-content": "^0.0.4",
    "uuid": "^3.1.0"
  },
  "peerDependencies": {
    "react": "^16.8.0",
    "react-dom": "^16.8.0",
    "styled-components": "^3.2.6"
  },
  "devDependencies": {
    "@atlaskit/avatar": "^21.3.0",
    "@atlaskit/docs": "*",
    "@atlaskit/icon": "^21.12.0",
    "@atlaskit/lozenge": "^11.4.0",
    "@atlaskit/ssr": "*",
    "@atlaskit/tooltip": "^17.8.0",
    "@atlaskit/visual-regression": "*",
    "@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
    "@testing-library/react": "^12.1.5",
    "@testing-library/user-event": "^14.4.3",
    "polished": "1.9.3",
    "react-dom": "^16.8.0",
    "react-router": "^4.2.0",
    "react-router-dom": "^4.2.2",
    "recompose": "^0.26.0",
    "wait-for-expect": "^1.2.0"
  },
  "keywords": [
    "atlaskit",
    "react",
    "ui"
  ],
  "prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
}
