{
  "name": "mui-flex-layout",
  "version": "1.1.1",
  "main": "lib/index.js",
  "module": "lib/index.es.js",
  "description": "Flex Layout components made easy for Material-UI projects",
  "repository": "https://github.com/SharonGrossman/mui-flex-layout.git",
  "author": "Sharon Grossman <sharong1337@gmail.com>",
  "license": "MIT",
  "scripts": {
    "test": "yarn lint",
    "build": "rollup -c",
    "lint": "eslint src --fix",
    "prepublish": "yarn build"
  },
  "keywords": [
    "react",
    "mui",
    "material-ui",
    "flex",
    "flexbox"
  ],
  "dependencies": {},
  "devDependencies": {
    "@babel/cli": "^7.5.5",
    "@babel/core": "^7.5.5",
    "@babel/preset-env": "^7.5.5",
    "@babel/preset-react": "^7.0.0",
    "@commitlint/cli": "^8.1.0",
    "@commitlint/config-conventional": "^8.1.0",
    "@material-ui/core": "^4.3.3",
    "babel-eslint": "^10.0.3",
    "eslint": "^6.3.0",
    "eslint-config-prettier": "^6.1.0",
    "eslint-config-sharongrossman": "^0.0.2",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-prettier": "^3.1.0",
    "eslint-plugin-react": "^7.14.3",
    "husky": "^3.0.4",
    "lint-staged": "^9.2.5",
    "prettier": "^1.18.2",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "rollup": "^1.20.3",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0"
  }
}
