{
  "name": "@eccenca/gui-elements",
  "version": "5.1.3",
  "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": "export TEST_REPORT_PATH='./test/reports/' && jest --no-cache --detectOpenHandles",
    "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"
  },
  "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": "^2.0.0",
    "classnames": "^2.2.5",
    "lodash": "^4.16.4",
    "moment": "^2.20.1",
    "prop-types": "^15.7.2",
    "react-datetime": "^2.11.0",
    "react-highlight-words": "^0.10.0",
    "react-mdl": "^2.1.0",
    "react-select": "1.0.1",
    "sassyjson": "^1.1.8",
    "scroll-into-view": "^1.9.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/eccenca/ecc-gui-elements.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "peerDependencies": {
    "react": "*",
    "react-dom": "*"
  },
  "devDependencies": {
    "@eccenca/dotfiles": "^2.6.3",
    "@eccenca/gulp-tasks": "^3.16.10",
    "babel-jest": "^23.6.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "ecc-messagebus": "^3.6.0",
    "enzyme": "^3.8.0",
    "enzyme-adapter-react-15": "^1.4.0",
    "enzyme-to-json": "^3.3.5",
    "fs-extra": "^5.0.0",
    "gulp-download-stream": "^0.0.13",
    "gulp-rename": "^1.2.2",
    "gulp-sequence": "^1.0.0",
    "jest": "^23.6.0",
    "jest-environment-enzyme": "^7.0.1",
    "jest-enzyme": "^7.0.1",
    "jest-html-reporter": "^2.4.4",
    "jest-junit-reporter": "^1.1.0",
    "jest-raw-loader": "^1.0.1",
    "js-yaml": "^3.8.4",
    "markdown-loader-jest": "^0.1.1",
    "nock": "^10.0.6",
    "node-sass": "^4.5.3",
    "react": "^15.6.1",
    "react-dom": "^15.6.1",
    "react-router-dom": "^4.3.1",
    "react-test-renderer": "^15",
    "sinon": "^7.2.3"
  },
  "lint-staged": {
    "*.{js,jsx}": "eslint"
  }
}
