{
  "name": "mui-nested-menu-item",
  "version": "1.2.6",
  "description": "Infinite nested material menus",
  "repository": "https://github.com/marketingauto/material-ui-nested-menu-item",
  "scripts": {
    "tsc": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
    "prepublish": "yarn tsc"
  },
  "keywords": [
    "react",
    "hook",
    "hooks",
    "typescript",
    "esm",
    "pika",
    "material-ui",
    "nested menu item"
  ],
  "author": "Adam Zmenak <adam.zmenak@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.14.8",
    "@emotion/react": "^11.4.0",
    "@emotion/styled": "^11.3.0",
    "@mui/icons-material": "^5.1.0",
    "@mui/material": "^5.1.0",
    "@mui/styles": "^5.1.0",
    "@pika/pack": "^0.5.0",
    "@pika/plugin-build-node": "^0.8.1",
    "@pika/plugin-build-web": "^0.8.1",
    "@pika/plugin-ts-standard-pkg": "^0.8.1",
    "@pika/types": "^0.8.1",
    "@storybook/addon-actions": "^5.3.9",
    "@storybook/addon-links": "^5.3.9",
    "@storybook/addons": "^5.3.9",
    "@storybook/react": "^5.3.9",
    "@testing-library/react": "^9.4.0",
    "@testing-library/react-hooks": "^3.2.1",
    "@types/jest": "^24.0.25",
    "@types/react": "^17.0.14",
    "babel-loader": "^8.0.6",
    "clsx": "^1.0.4",
    "jest": "^24.9.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.0",
    "react-test-renderer": "^17.0.2",
    "ts-jest": "^24.3.0",
    "ts-loader": "^6.2.1",
    "typescript": "^3.7.4"
  },
  "peerDependencies": {
    "@mui/icons-material": "^5.1.0",
    "@mui/material": "^5.1.0",
    "clsx": "^1.0.4",
    "react": ">=17.0.2"
  },
  "@pika/pack": {
    "pipeline": [
      [
        "@pika/plugin-ts-standard-pkg",
        {
          "exclude": [
            "*.spec.*",
            "stories/**/*"
          ]
        }
      ],
      [
        "@pika/plugin-build-web"
      ]
    ]
  },
  "main": "./lib/cjs/index.js",
  "module": "./lib/esm/index.js",
  "files": [
    "lib/"
  ],
  "private": false
}
