{
  "name": "gatsby-theme-nice-blog",
  "description": "A nice starter blog post boilerplate template built using Gatsby",
  "version": "0.0.1",
  "author": "Abhay Nikam <nikma.abhay1@gmail.com>",
  "bugs": {
    "url": "https://github.com/abhaynikam/gatsby-nice-blog/issues"
  },
  "dependencies": {
    "classnames": "^2.2.6",
    "disqus-react": "^1.0.10",
    "gatsby-image": "^2.4.20",
    "gatsby-plugin-dark-mode": "^1.1.2",
    "gatsby-plugin-feed": "^2.5.13",
    "gatsby-plugin-google-analytics": "^2.3.15",
    "gatsby-plugin-manifest": "^2.4.33",
    "gatsby-plugin-offline": "^3.2.30",
    "gatsby-plugin-page-creator": "^2.7.1",
    "gatsby-plugin-react-helmet": "^3.3.12",
    "gatsby-plugin-sass": "^2.3.16",
    "gatsby-plugin-sharp": "^2.6.38",
    "gatsby-plugin-sitemap": "^2.4.15",
    "gatsby-remark-copy-linked-files": "^2.3.18",
    "gatsby-remark-images": "^3.3.32",
    "gatsby-remark-prismjs": "^3.5.15",
    "gatsby-remark-responsive-iframe": "^2.4.16",
    "gatsby-remark-smartypants": "^2.3.12",
    "gatsby-source-filesystem": "^2.3.32",
    "gatsby-transformer-remark": "^2.8.37",
    "gatsby-transformer-sharp": "^2.5.16",
    "node-sass": "^4.14.1",
    "prismjs": "^1.21.0",
    "ramda": "^0.27.1",
    "react-helmet": "^5.2.1",
    "typeface-barlow": "^1.1.13",
    "typeface-merriweather": "0.0.72",
    "typeface-montserrat": "0.0.75"
  },
  "devDependencies": {
    "gatsby": "^2.29.1",
    "gh-pages": "^3.1.0",
    "prettier": "2.1.2",
    "react": "^16.14.0",
    "react-dom": "^16.14.0"
  },
  "peerDependencies": {
    "gatsby": "^2.29.1",
    "gh-pages": "^3.1.0",
    "prettier": "2.1.2",
    "react": "^16.14.0",
    "react-dom": "^16.14.0"
  },
  "homepage": "https://github.com/abhaynikam/gatsby-nice-blog/blob/main/README.md",
  "keywords": [
    "gatsby"
  ],
  "license": "0BSD",
  "main": "n/a",
  "repository": {
    "type": "git",
    "url": "git@github.com:abhaynikam/gatsby-nice-blog.git"
  },
  "scripts": {
    "build": "gatsby build",
    "develop": "gatsby develop",
    "format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
    "start": "npm run develop",
    "serve": "gatsby serve",
    "clean": "gatsby clean",
    "test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
    "deploy": "gatsby build --prefix-paths && gh-pages -d public"
  }
}
