mui-nav-menu
Version:
Navigation menu component based on material ui
75 lines • 2.39 kB
JSON
{
"name": "mui-nav-menu",
"version": "1.0.2",
"description": "Navigation menu component based on material ui",
"main": "./lib/cjs/index.js",
"module": "./lib/esm/index.js",
"types": "./lib/esm/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build:esm && npm run build:cjs",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir lib/cjs",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"deploy": "gh-pages -d styleguide/public",
"docs": "npm run styleguide:build && npm run deploy"
},
"author": "bigrivi",
"license": "MIT",
"keywords": [
"react",
"typescript",
"material ui",
"navigation menu",
"nav-menu"
],
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.15.2",
"@mui/styled-engine-sc": "^6.0.0-alpha.10",
"classnames": "^2.3.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"styled-components": "^6.1.6",
"tss-react": "^4.9.3"
},
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.13",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.18.10",
"@babel/preset-flow": "^7.18.6",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"babel-loader": "^8.2.5",
"gh-pages": "^4.0.0",
"react-docgen-typescript": "^2.2.2",
"react-styleguidist": "^13.1.2",
"typescript": "^4.9.5",
"webpack": "^5.90.0"
},
"peerDependencies": {
"@mui/material": ">=5.15.2",
"@types/react": ">=18.0.0",
"@types/react-dom": ">=18.0.0",
"classnames": ">=2.3.1",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"tss-react": ">=4.9.3"
},
"files": [
"/lib",
"LICENSE",
"README.md"
],
"homepage": "https://bigrivi.github.io/mui-nav-menu/",
"repository": {
"type": "git",
"url": "https://github.com/bigrivi/mui-nav-menu"
}
}