{
  "name": "react-website-themes",
  "version": "0.0.8",
  "description": "A set of components with styles for building a website with ReactJS",
  "main": "dist/index.js",
  "publishConfig": {},
  "scripts": {
    "build": "babel src -d dist --ignore /__tests__/ --copy-files",
    "watch": "onchange src/**/*.js -v -w -- yarn build",
    "clear": "rimraf dist",
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "lint": "eslint src",
    "stylelint": "stylelint src/**/*.js",
    "validate": "npm-run-all --parallel test lint stylelint build"
  },
  "files": [
    "dist"
  ],
  "author": "greg lobinski <greglobinski@gmail.com> (https://www.greglobinski.com/)",
  "license": "MIT",
  "homepage": "https://github.com/greglobinski/react-website-themes",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/greglobinski/react-website-themes.git"
  },
  "keywords": [
    "gatsby",
    "gatsbyjs",
    "themes",
    "theme",
    "starters",
    "starter"
  ],
  "peerDependencies": {
    "emotion": "^9.2.4",
    "emotion-server": "^9.2.6",
    "facepaint": "^1.2.1",
    "gatsby-plugin-emotion": "^1.1.17",
    "prop-types": "^15.6.0",
    "react": "^16.3.0",
    "react-custom-share": "^0.4.8",
    "react-dom": "^16.3.0",
    "react-emotion": "^9.2.6",
    "react-helmet": "^5.2.0"
  },
  "devDependencies": {
    "@babel/runtime": "7.0.0-beta.52",
    "babel-cli": "6.24.1",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "7.2.3",
    "babel-loader": "7.1.4",
    "babel-plugin-dynamic-import-node": "^2.0.0",
    "babel-plugin-emotion": "^9.2.6",
    "babel-plugin-react-require": "3.0.0",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-transform-class-properties": "6.24.1",
    "babel-plugin-transform-object-rest-spread": "6.26.0",
    "babel-plugin-transform-react-jsx": "6.24.1",
    "babel-preset-env": "1.5.1",
    "babel-preset-react": "6.24.1",
    "cross-env": "5.2.0",
    "emotion": "^9.2.6",
    "emotion-server": "^9.2.6",
    "eslint": "4.1.1",
    "eslint-config-react-app": "2.1.0",
    "eslint-loader": "2.0.0",
    "eslint-plugin-babel": "5.1.0",
    "eslint-plugin-emotion": "^9.1.0",
    "eslint-plugin-flowtype": "2.34.1",
    "eslint-plugin-import": "2.6.0",
    "eslint-plugin-jest": "21.17.0",
    "eslint-plugin-jsx-a11y": "5.1.1",
    "eslint-plugin-react": "7.1.0",
    "facepaint": "^1.2.1",
    "gatsby-image": "2.0.0-beta.7",
    "gatsby-plugin-emotion": "^1.1.17",
    "html-webpack-plugin": "3.2.0",
    "jest": "23.2.0",
    "jest-emotion": "^9.2.4",
    "jsdom": "^11.11.0",
    "npm-run-all": "4.1.3",
    "onchange": "^4.1.0",
    "prettier": "1.13.7",
    "prop-types": "^15.6.0",
    "react": "^16.3.0",
    "react-custom-share": "^0.4.8",
    "react-dom": "^16.3.0",
    "react-emotion": "^9.2.6",
    "react-facebook": "^5.0.3",
    "react-helmet": "^5.2.0",
    "react-testing-library": "^4.1.2",
    "rimraf": "2.6.2",
    "stylelint": "9.3.0",
    "stylelint-config-recommended": "^2.1.0",
    "stylelint-config-styled-components": "^0.1.1",
    "stylelint-processor-styled-components": "^1.3.1"
  },
  "dependencies": {
    "github-slugger": "^1.2.0",
    "typeface-merriweather-sans": "^0.0.54"
  },
  "babel": {
    "presets": "./.babelrc.js"
  }
}
