material-ui-nested-menu-item-v5
Version:
Infinite nested material menus
79 lines (78 loc) • 2.02 kB
JSON
{
"name": "material-ui-nested-menu-item-v5",
"version": "2.0.1",
"description": "Infinite nested material menus",
"repository": {
"type": "git",
"url": "https://github.com/azmenak/material-ui-nested-menu-item"
},
"scripts": {
"test": "echo \"No units tests.\"",
"build": "react-scripts build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"typecheck": "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.16.0",
"@pika/pack": "^0.5.0",
"@pika/plugin-build-node": "^0.9.2",
"@pika/plugin-build-web": "^0.9.2",
"@pika/plugin-ts-standard-pkg": "^0.9.2",
"@pika/types": "^0.9.2",
"@storybook/addon-actions": "^6.3.12",
"@storybook/addon-links": "^6.3.12",
"@storybook/addons": "^6.3.12",
"@storybook/react": "^6.3.12",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@types/jest": "^27.0.3",
"@types/react": "^17.0.36",
"babel-loader": "^8.2.3",
"clsx": "^1.1.1",
"jest": "^27.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
"ts-jest": "^27.0.7",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2"
},
"peerDependencies": {
"clsx": "^1.0.4",
"react": ">=16.9.0"
},
"@pika/pack": {
"pipeline": [
[
"@pika/plugin-ts-standard-pkg",
{
"exclude": [
"*.spec.*",
"stories/**/*"
]
}
]
]
},
"dependencies": {
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@mui/codemod": "^5.2.0",
"@mui/icons-material": "^5.2.0",
"@mui/material": "^5.2.0",
"@mui/styles": "^5.2.0"
}
}