{
  "name": "@hixme-ui/theme",
  "version": "2.2.0",
  "description": "hixme-ui theme",
  "main": "lib/index.js",
  "scripts": {
    "clean": "rimraf lib",
    "test": "jest",
    "test:watch": "npm test -- --watch",
    "lint": "eslint src test",
    "build": "cross-env BABEL_ENV=commonjs babel src --out-dir lib --source-maps",
    "flow": "flow",
    "prepare": "npm run clean && npm run lint && npm run build && npm run test"
  },
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "files": [
    "lib",
    "src"
  ],
  "keywords": [
    "react",
    "components",
    "ui-library",
    "javascript"
  ],
  "author": "hixme.com",
  "contributors": [
    "Joel Iniguez",
    "Billy Montgomery",
    "Will Morgan",
    "Rodrigo Munoz",
    "Calvin Cieslak"
  ],
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^6.0.0-beta.6",
    "babel-loader": "^6.2.0",
    "babel-plugin-transform-runtime": "^6.3.13",
    "babel-polyfill": "^6.9.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-react-optimize": "^1.0.1",
    "babel-preset-stage-0": "^6.3.13",
    "babel-register": "^6.3.13",
    "babel-runtime": "^6.3.19",
    "chai": "^3.5.0",
    "chai-as-promised": "^5.1.0",
    "chai-enzyme": "^0.4.0",
    "codecov": "^1.0.1",
    "cross-env": "^4.0.0",
    "debug": "^2.2.0",
    "enzyme": "^2.9.1",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-config-standard": "^5.1.0",
    "eslint-config-standard-react": "^2.2.0",
    "eslint-plugin-babel": "^3.3.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-promise": "^1.0.8",
    "eslint-plugin-react": "^6.10.3",
    "eslint-plugin-standard": "^1.3.1",
    "extract-text-webpack-plugin": "^1.0.0",
    "flow-bin": "^0.45.0",
    "husky": "^0.13.3",
    "jest": "^21.2.1",
    "react-addons-test-utils": "^15.0.0",
    "react-test-renderer": "^16.0.0",
    "rimraf": "^2.6.1",
    "sinon": "^1.17.3",
    "sinon-chai": "^2.8.0",
    "webpack": "^3.5.5"
  },
  "license": "MIT",
  "dependencies": {
    "normalize.css": "^8.0.0",
    "styled-components": "^2.3.3"
  },
  "peerDependencies": {
    "prop-types": "^15.6.0",
    "react": "~15 || ~16 || ~17"
  },
  "gitHead": "0f12e2e39bf7c488f1f78676616185bf3102ff1d"
}
