{
  "name": "@react-md/app-bar",
  "version": "3.1.0",
  "description": "This small package implments the AppBar spec in material design.",
  "main": "./lib/index.js",
  "module": "./es/index.js",
  "types": "./types/index.d.ts",
  "sideEffects": [
    "dist/**/*"
  ],
  "author": "Mikkel Laursen <mlaursen03@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/mlaursen/react-md.git",
    "directory": "packages/app-bar"
  },
  "bugs": {
    "url": "https://github.com/mlaursen/react-md/issues"
  },
  "homepage": "https://react-md.dev/packages/app-bar/demos",
  "keywords": [
    "react-md",
    "material design",
    "react",
    "app bar",
    "appbar",
    "toolbar",
    "component"
  ],
  "license": "MIT",
  "dependencies": {
    "@react-md/button": "^3.1.0",
    "@react-md/elevation": "^3.1.0",
    "@react-md/icon": "^3.1.0",
    "@react-md/theme": "^3.1.0",
    "@react-md/typography": "^3.1.0",
    "@react-md/utils": "^3.1.0",
    "classnames": "^2.3.1"
  },
  "devDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.1"
  },
  "peerDependencies": {
    "react": ">= 16.8",
    "react-dom": ">= 16.8.0"
  },
  "optionalDependencies": {
    "prop-types": ">= 15.6"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "5891a3255f12fb34d2cc82d81d10f85f712a21e8"
}
