UNPKG

gatsby-theme-try-ghost

Version:

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

34 lines (33 loc) 951 B
{ "name": "gatsby-plugin-ghost-manifest", "description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", "version": "0.0.1", "author": "Ghost Foundation", "license": "MIT", "main": "index.js", "dependencies": { "@babel/runtime": "7.10.2", "bluebird": "3.7.2", "sharp": "0.25.4" }, "devDependencies": { "@babel/cli": "7.10.1", "@babel/core": "7.10.2", "babel-preset-gatsby-package": "0.4.4", "cross-env": "7.0.2" }, "keywords": [ "gatsby", "gatsby-plugin", "favicon", "icons", "manifest.webmanifest", "progressive-web-app", "pwa" ], "scripts": { "build": "babel src --out-dir . --ignore **/__tests__", "prepare": "cross-env NODE_ENV=production npm run build", "watch": "babel -w src --out-dir . --ignore **/__tests__" } }