{
  "name": "@input-output-hk/front-end-site-components",
  "version": "1.15.0",
  "description": "Opinionated React components for IOHK's front-end web team",
  "main": "components/index.js",
  "watch": {
    "build:js": {
      "patterns": [
        "src"
      ],
      "extensions": "js"
    }
  },
  "scripts": {
    "build": "npm run clean && babel src --out-dir components --source-maps inline",
    "clean": "rm -rf ./components",
    "lint": "eslint src/**/*.js",
    "install-peers": "npm-install-peers",
    "test": "TZ=UTC jest src/",
    "watch": "npm run build -- --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/input-output-hk/front-end-site-components.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/input-output-hk/front-end-site-components/issues"
  },
  "keywords": [
    "iohk",
    "components",
    "react",
    "styled",
    "material",
    "ui"
  ],
  "files": [
    "/src",
    "/components"
  ],
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/plugin-transform-runtime": "^7.4.4",
    "@babel/preset-env": "^7.4.5",
    "@babel/preset-react": "7.8.3",
    "@babel/runtime": "^7.4.5",
    "babel-eslint": "^10.0.2",
    "babel-jest": "^24.8.0",
    "coveralls": "^3.0.4",
    "enzyme": "^3.11.0",
    "enzyme-adapter-react-16": "^1.15.2",
    "enzyme-to-json": "^3.4.4",
    "eslint": "^6.0.1",
    "eslint-config-standard": "^12.0.0",
    "eslint-config-standard-jsx": "^6.0.2",
    "eslint-config-standard-react": "^7.0.2",
    "eslint-plugin-import": "^2.18.0",
    "eslint-plugin-jest": "^22.7.1",
    "eslint-plugin-node": "^9.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.14.2",
    "eslint-plugin-standard": "^4.0.0",
    "jest": "^24.8.0",
    "npm-install-peers": "^1.2.1",
    "npm-watch": "^0.6.0",
    "react-dom": "^16.12.0"
  },
  "dependencies": {
    "prop-types": "^15.6.2",
    "react-icons": "^3.9.0"
  },
  "peerDependencies": {
    "@input-output-hk/front-end-core-components": "^1.0.5",
    "@input-output-hk/front-end-core-libraries": "^1.2.0",
    "styled-components": "^5.0.1",
    "react": "^16.3.0"
  },
  "homepage": "https://github.com/input-output-hk/front-end-site-components#readme"
}
