{
  "name": "gatsby-docs-starter",
  "description": "GatsbyJS starter designed with documentation and tutorial websites in mind.",
  "version": "1.0.1",
  "author": "Eric Windmill <eric@ericwindmill.com>",
  "dependencies": {
    "@cicada/render": "^1.1.8-alpha18",
    "antd-mobile": "^2.1.6",
    "babel-plugin-lodash": "^3.2.11",
    "babel-plugin-transform-builtin-extend": "^1.1.2",
    "gatsby": "^1.9.239",
    "gatsby-link": "^1.6.7",
    "gatsby-plugin-catch-links": "^1.0.4",
    "gatsby-plugin-feed": "^1.3.4",
    "gatsby-plugin-glamor": "^1.6.11",
    "gatsby-plugin-google-fonts": "0.0.3",
    "gatsby-plugin-less": "^1.0.9",
    "gatsby-plugin-manifest": "^1.0.3",
    "gatsby-plugin-nprogress": "^1.0.2",
    "gatsby-plugin-offline": "^1.0.3",
    "gatsby-plugin-react-helmet": "^1.0.8",
    "gatsby-plugin-sharp": "^1.6.1",
    "gatsby-plugin-sitemap": "^1.2.19",
    "gatsby-plugin-styled-components": "^2.0.2",
    "gatsby-plugin-typography": "^1.7.11",
    "gatsby-remark-autolink-headers": "^1.4.3",
    "gatsby-remark-copy-linked-files": "^1.5.1",
    "gatsby-remark-images": "^1.5.3",
    "gatsby-remark-prismjs": "^1.2.0",
    "gatsby-remark-responsive-iframe": "^1.4.2",
    "gatsby-source-filesystem": "^1.4.2",
    "gatsby-transformer-remark": "^1.7.0",
    "glamorous": "^4.11.4",
    "hex2rgba": "^0.0.1",
    "lodash": "^4.17.4",
    "lodash-webpack-plugin": "^0.11.4",
    "react": "^16.2.0",
    "react-disqus-comments": "^1.0.3",
    "react-dom": "^16.2.0",
    "react-helmet": "^5.2.0",
    "react-icons": "^2.2.7",
    "react-live": "1.8.0-0",
    "react-markings": "^1.1.7",
    "react-share": "^1.15.1",
    "rehype-react": "^3.0.2",
    "remarkable": "^1.7.1",
    "request-promise": "^4.2.2",
    "styled-components": "^2.2.3",
    "typography-theme-kirkham": "^0.16.3"
  },
  "devDependencies": {
    "cli-glob": "^0.1.0",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^15.0.2",
    "eslint-config-prettier": "^2.3.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.1.0",
    "gh-pages": "^1.0.0",
    "prettier": "^1.5.3",
    "remark-cli": "^4.0.0",
    "remark-preset-lint-recommended": "^3.0.1",
    "stylefmt": "^6.0.0",
    "stylelint": "^8.0.0",
    "stylelint-config-standard": "^17.0.0",
    "write-good": "^0.11.3"
  },
  "keywords": [
    "gatsby"
  ],
  "license": "MIT",
  "main": "n/a",
  "scripts": {
    "start": "gatsby develop",
    "develop": "gatsby develop",
    "dev": "npm run develop",
    "serve": "gatsby serve",
    "build": "gatsby build",
    "build:pp": "gatsby build --prefix-paths",
    "build:gh": "npm run clean && npm run build:pp && gh-pages -d public",
    "clean": "rm -rf public",
    "lint:js": "eslint --ext .js,.jsx --ignore-pattern public,static .",
    "lint:md": "remark content/posts/",
    "write-good": "write-good $(glob 'content/posts/**/*.md')",
    "format:js": "prettier '**/*.{js,jsx}' --write"
  },
  "remarkConfig": {
    "plugins": [
      "remark-preset-lint-recommended"
    ]
  }
}
