{
  "name": "@react-md/elevation",
  "version": "5.1.6",
  "description": "This is a small package for react-md that can create the elevation styles in the material design spec.",
  "main": "./dist/scssVariables.js",
  "module": "./dist/scssVariables.js",
  "types": "./dist/scssVariables.d.ts",
  "sideEffects": [
    "dist/**/*"
  ],
  "author": "Mikkel Laursen <mlaursen03@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/mlaursen/react-md.git",
    "directory": "packages/elevation"
  },
  "bugs": {
    "url": "https://github.com/mlaursen/react-md/issues"
  },
  "homepage": "https://react-md.dev/packages/elevation/demos",
  "keywords": [
    "react-md",
    "material design",
    "sass",
    "styles",
    "elevation"
  ],
  "license": "MIT",
  "dependencies": {
    "@react-md/theme": "^5.1.6",
    "@react-md/transition": "^5.1.6",
    "@react-md/utils": "^5.1.6"
  },
  "devDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.1"
  },
  "peerDependencies": {
    "react": ">= 16.14",
    "react-dom": ">= 16.14"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": false
    },
    "react-dom": {
      "optional": false
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "f794f0439e33508d8c518cd9657d80ea2d371a00"
}
