{
  "name": "@eccenca/gui-elements",
  "version": "3.3.1",
  "description": "Collection of low-level GUI elements like Buttons, Icons or Alerts. Also includes core styles for those elements.",
  "main": "es5/component.js",
  "es5": "es5/component.js",
  "es6": "index.js",
  "scripts": {
    "test": "gulp full-test",
    "lint": "eslint --ignore-path .gitignore '**/*.{js,jsx}' --fix",
    "cover": "gulp cover",
    "start": "gulp",
    "build": "gulp full-build",
    "init": "ecc-link-dotfiles",
    "prepare": "ecc-link-dotfiles && gulp full-build",
    "docs": "gulp docs",
    "precommit": "lint-staged && npm run docs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/eccenca/ecc-gui-elements.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "bugs": {
    "url": "https://github.com/eccenca/ecc-gui-elements/issues"
  },
  "author": "eccenca GmbH <opensource@eccenca.com> (http://eccenca.com)",
  "license": "MIT",
  "dependencies": {
    "@eccenca/material-design-lite": "^1.3.0-beta3",
    "classnames": "^2.2.5",
    "lodash": "^4.16.4",
    "moment": "^2.20.1",
    "prop-types": "^15.6.1",
    "react-datetime": "^2.11.0",
    "react-highlight-words": "^0.10.0",
    "react-mdl": "^1.10.3",
    "react-select": "1.0.1",
    "sassyjson": "^1.1.8",
    "scroll-into-view": "^1.9.0"
  },
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  },
  "devDependencies": {
    "@eccenca/dotfiles": "^2.5.2",
    "@eccenca/gulp-tasks": "^3.16.8",
    "ecc-messagebus": "^3.6.0",
    "fs-extra": "^5.0.0",
    "gulp-download-stream": "^0.0.13",
    "gulp-rename": "^1.2.2",
    "gulp-sequence": "^1.0.0",
    "js-yaml": "^3.8.4",
    "node-sass": "^4.5.3",
    "react": "^15.6.1",
    "react-dom": "^15.6.1"
  },
  "lint-staged": {
    "*.{js,jsx}": "eslint"
  }
}
