UNPKG

gatsby-theme-try-ghost

Version:

A Gatsby theme for building flaring fast blogs from headless Ghost CMS.

86 lines (85 loc) 2.46 kB
{ "name": "gatsby-theme-try-ghost", "description": "A Gatsby theme for building flaring fast blogs from headless Ghost CMS.", "version": "2.0.2", "license": "MIT", "author": "styxlab", "homepage": "https://github.com/styxlab/", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/styxlab/gatsby-theme-try-ghost" }, "engines": { "node": ">= 10.13.0" }, "bugs": { "url": "https://github.com/styxlab/gatsby-theme-try-ghost/issues" }, "keywords": [ "gatsby", "gatsby-plugin", "gatsby-theme", "gatsby-theme-ghost", "jamify", "jamify-theme", "jamify-theme-ghost", "ghost", "ghost-theme", "casper", "blogging", "static-site", "static-site-generator", "gatsbyjs", "react" ], "dependencies": { "@tryghost/helpers": "^1.1.39", "@tryghost/url-utils": "^1.0.1", "autoprefixer": "^9.8.6", "babel-plugin-styled-components": "^1.12.0", "babel-preset-gatsby": "^1.0.0", "cheerio": "^1.0.0-rc.5", "cssnano": "^4.1.10", "gatsby-background-image": "^1.4.1", "gatsby-image": "^3.0.0", "gatsby-plugin-advanced-sitemap": "^1.6.0", "gatsby-plugin-amp": "^0.2.2", "gatsby-plugin-catch-links": "^3.0.0", "gatsby-plugin-feed": "^3.0.0", "gatsby-plugin-force-trailing-slashes": "^1.0.5", "gatsby-plugin-ghost-images": "^2.0.2", "gatsby-plugin-manifest": "^3.0.0", "gatsby-plugin-postcss": "^3.2.0", "gatsby-plugin-react-helmet": "^4.0.0", "gatsby-plugin-sharp": "^3.0.0", "gatsby-plugin-styled-components": "^4.0.0", "gatsby-source-filesystem": "^3.0.0", "gatsby-source-try-ghost": "^3.0.2", "gatsby-transformer-sharp": "^3.0.0", "lodash": "^4.17.21", "lodash.throttle": "^4.1.1", "parse-numeric-range": "^1.2.0", "postcss-color-mod-function": "^3.0.3", "postcss-custom-properties": "^10.0.0", "postcss-easy-import": "^3.0.0", "query-string": "^6.14.1", "react-helmet": "^6.1.0", "react-icons": "^4.2.0", "rehype-react": "^6.2.0", "styled-components": "^5.2.1" }, "peerDependencies": { "react": "^17.0.1", "react-dom": "^17.0.1" }, "devDependencies": { "babel-eslint": "^10.1.0", "eslint": "^7.21.0", "eslint-plugin-ghost": "^2.0.0", "eslint-plugin-react": "^7.22.0", "react": "^17.0.1", "react-dom": "^17.0.1" }, "gitHead": "760a3c13ab52da0dcbf729d36ad91a4e12cfcec9" }