{
  "name": "components-extra",
  "version": "3.2.1",
  "description": "React UI molecule components based on styled-components & material-ui.",
  "homepage": "https://components-extra.netlify.app/",
  "author": "Alexandre Le Lain <lelain.alexandre@gmail.com>",
  "license": "MIT",
  "module": "./esm/index.js",
  "browser": "./build/esm/index.js",
  "main": "./index.js",
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/alexandre-lelain/components-extra.git"
  },
  "keywords": [
    "react",
    "react-components",
    "material design",
    "material-ui",
    "blocks",
    "molecule components"
  ],
  "dependencies": {
    "prop-types": "^15.7.2"
  },
  "peerDependencies": {
    "@material-ui/core": "^4.12.3",
    "react": "^17.0.0",
    "react-dom": "^17.0.0",
    "styled-components": "^5.0.0"
  },
  "typings": "./index.d.ts"
}