{
  "name": "material-ui-shell",
  "version": "3.4.14",
  "description": "material-ui-shell React component",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "css",
    "es",
    "lib",
    "umd"
  ],
  "scripts": {
    "build": "nwb build-react-component",
    "clean": "nwb clean-module && nwb clean-demo",
    "prepublishOnly": "npm run build",
    "start": "nwb serve-react-demo",
    "test": "nwb test-react",
    "test:coverage": "nwb test-react --coverage",
    "test:watch": "nwb test-react --server",
    "release": "release-it -- patch"
  },
  "peerDependencies": {
    "@emotion/react": "11.x",
    "@emotion/styled": "11.x",
    "@fontsource/roboto": "4.x",
    "@mui/icons-material": "5.x",
    "@mui/material": "5.x",
    "base-shell": "2.x",
    "intl": "1.x",
    "jss-rtl": "0.x",
    "lp-react-virtualized-auto-sizer-react-18": "1.x",
    "notistack": "2.x",
    "react": "16.x || 17.x || 18.x",
    "react-custom-scrollbars-2": "4.x",
    "react-dom": "16.x || 17.x || 18.x",
    "react-easy-crop": "4.x",
    "react-intl": "6.x",
    "react-ios-pwa-prompt": "1.x",
    "react-markdown": "^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
    "react-router-dom": "6.x",
    "react-window": "1.x"
  },
  "devDependencies": {
    "@emotion/react": "^11.10.4",
    "@emotion/styled": "^11.10.4",
    "@fontsource/roboto": "^4.5.8",
    "@mui/icons-material": "^5.10.9",
    "@mui/material": "^5.10.10",
    "base-shell": "^2.5.10",
    "intl": "^1.2.5",
    "jss-rtl": "^0.3.0",
    "lp-react-virtualized-auto-sizer-react-18": "^1.0.7",
    "notistack": "^2.0.8",
    "nwb": "^0.25.2",
    "prettier": "^2.7.1",
    "raw-loader": "^4.0.2",
    "react": "^18.2.0",
    "react-custom-scrollbars-2": "^4.5.0",
    "react-dom": "^18.2.0",
    "react-easy-crop": "^4.6.1",
    "react-intl": "^6.2.1",
    "react-ios-pwa-prompt": "^1.8.4",
    "react-markdown": "^8.0.3",
    "react-router-dom": "^6.4.2",
    "react-window": "^1.8.7"
  },
  "author": "Tarik Huber",
  "homepage": "https://www.react-most-wanted.com/",
  "license": "MIT",
  "prettier": {
    "trailingComma": "es5",
    "tabWidth": 2,
    "semi": false,
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TarikHuber/react-most-wanted.git",
    "directory": "packages/material-ui-shell"
  },
  "keywords": [
    "react-component"
  ]
}
