{
  "name": "gatsby-plugin-material-ui",
  "version": "2.1.5",
  "description": "Gatsby plugin for Material-UI with built-in server-side rendering support",
  "license": "MIT",
  "author": "hello@webappsolutions.de",
  "repository": {
    "type": "git",
    "url": "https://github.com/hupe1980/gatsby-plugin-material-ui"
  },
  "keywords": [
    "react",
    "gatsby",
    "gatsby-plugin",
    "material-ui"
  ],
  "main": "index.js",
  "scripts": {
    "build": "babel src --out-dir . --ignore **/__tests__",
    "build:watch": "babel -w src --out-dir . --ignore **/__tests__",
    "prepare": "cross-env NODE_ENV=production npm run build",
    "jest": "jest",
    "jest:watch": "jest --watch"
  },
  "dependencies": {
    "autoprefixer": "^9.6.1",
    "clean-css": "^4.2.1",
    "postcss": "^7.0.17"
  },
  "peerDependencies": {
    "@material-ui/styles": ">=4.0.0",
    "gatsby": ">=2.0.33"
  },
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "babel-jest": "^24.8.0",
    "babel-preset-gatsby-package": "^0.2.2",
    "cross-env": "^5.2.0",
    "jest": "^24.8.0"
  },
  "gitHead": "5d682933304c1fecf0a136c5847605bba648842b"
}
