{
  "name": "ions",
  "description": "A React-powered component library, for the web.",
  "version": "0.1.2-beta-52",
  "main": "./lib/index.js",
  "author": "Ambassador <sam@getambassador.com>",
  "dependencies": {
    "@tippy.js/react": "^2.2.2",
    "fuzzy": "0.1.3",
    "polished": "2.3.3",
    "prop-types": "15.7.2",
    "react-color": "2.17.3",
    "react-popper": "^1.3.3",
    "styled-media-query": "2.1.1",
    "styled-theming": "2.2.0"
  },
  "keywords": [
    "gatsby"
  ],
  "license": "MIT",
  "scripts": {
    "build": "gatsby build",
    "build:sprite": "node ./src/scripts/gen-sprite.js",
    "build:release": "./export.sh",
    "develop": "gatsby develop",
    "start": "npm run develop",
    "format": "prettier --write \"src/**/*.js\"",
    "test": "jest",
    "deploy": "gatsby build --prefix-paths && gh-pages -d public",
    "lint-staged": "lint-staged"
  },
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "prettier --write",
      "git add",
      "jest --bail --findRelatedTests"
    ]
  },
  "pre-commit": [
    "lint-staged"
  ],
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.3.4",
    "@babel/node": "^7.2.2",
    "@babel/plugin-proposal-export-default-from": "^7.2.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.4.3",
    "@babel/preset-env": "^7.3.4",
    "@babel/runtime": "^7.4.3",
    "@types/styled-components": "4.1.16",
    "babel-eslint": "^10.0.1",
    "babel-jest": "24.3.1",
    "babel-plugin-module-resolver": "^3.2.0",
    "babel-plugin-styled-components": "^1.10.0",
    "babel-preset-gatsby": "^0.1.8",
    "color": "^3.1.0",
    "create-index": "^2.4.0",
    "css-loader": "^2.1.1",
    "enzyme": "^3.9.0",
    "enzyme-adapter-react-16": "^1.10.0",
    "enzyme-to-json": "^3.3.5",
    "eslint": "^5.15.1",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-jest": "^22.4.1",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-react": "^7.12.4",
    "eslint-plugin-standard": "^4.0.0",
    "gatsby": "^2.1.27",
    "gatsby-image": "^2.0.31",
    "gatsby-plugin-manifest": "^2.0.22",
    "gatsby-plugin-offline": "^2.0.24",
    "gatsby-plugin-react-helmet": "^3.0.8",
    "gatsby-plugin-resolve-src": "^1.1.4",
    "gatsby-plugin-root-import": "^2.0.5",
    "gatsby-plugin-sharp": "^2.0.25",
    "gatsby-plugin-styled-components": "^3.0.6",
    "gatsby-plugin-tslint": "0.0.2",
    "gatsby-plugin-typescript": "^2.0.11",
    "gatsby-remark-autolink-headers": "^2.0.15",
    "gatsby-remark-prismjs": "^3.2.4",
    "gatsby-source-filesystem": "^2.0.23",
    "gatsby-transformer-react-docgen": "^3.0.5",
    "gatsby-transformer-remark": "^2.3.1",
    "gatsby-transformer-sharp": "^2.1.15",
    "gh-pages": "^2.0.1",
    "identity-obj-proxy": "^3.0.0",
    "jest": "24.3.1",
    "jest-date-mock": "1.0.7",
    "jest-styled-components": "^6.3.1",
    "lint-staged": "^8.1.5",
    "loader-utils": "^1.2.3",
    "material-design-icons": "^3.0.1",
    "node-sass": "^4.11.0",
    "postcss-scss": "^2.0.0",
    "pre-commit": "^1.2.2",
    "prismjs": "^1.15.0",
    "react": "16.8.6",
    "react-dom": "16.8.6",
    "react-helmet": "^5.2.0",
    "react-live": "^2.0.0",
    "react-loadable": "^5.5.0",
    "react-redux": "^6.0.1",
    "react-router-dom": "^5.0.0",
    "react-test-renderer": "^16.8.4",
    "redux": "^4.0.1",
    "sass-loader": "^7.1.0",
    "sinon": "^7.0.0",
    "style-loader": "^0.23.1",
    "styled-components": "4.3.1",
    "tslint": "^5.14.0",
    "tslint-loader": "^3.5.4",
    "tslint-react": "^3.6.0",
    "typescript": "^3.3.3333"
  },
  "peerDependencies": {
    "styled-components": ">= 4.3.0",
    "react": ">= 16.3.0",
    "react-dom": ">= 16.3.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/getambassador/ions"
  },
  "bugs": {
    "url": "https://github.com/getambassador/ions/issues"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  }
}
