420a7a2b68
We have to do this for now :( hopefully find a self-hosted solution later
62 lines
1.8 KiB
JSON
Executable file
62 lines
1.8 KiB
JSON
Executable file
{
|
|
"name": "gatsby-starter-ghost",
|
|
"description": "A starter template to build lightning fast websites with Ghost and Gatsby",
|
|
"version": "1.0.0",
|
|
"license": "MIT",
|
|
"author": "Ghost Foundation",
|
|
"homepage": "https://docs.ghost.org/api/gatsby/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tryghost/gatsby-starter-ghost.git"
|
|
},
|
|
"resolutions": {
|
|
"sharp": "0.22.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.9.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tryghost/gatsby-starter-ghost/issues"
|
|
},
|
|
"keywords": [
|
|
"gatsby",
|
|
"ghost"
|
|
],
|
|
"main": "n/a",
|
|
"scripts": {
|
|
"serve": "gatsby build && NODE_ENV=production gatsby serve",
|
|
"build": "gatsby build",
|
|
"dev": "gatsby develop",
|
|
"lint": "eslint . --ext .js --cache",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "6.4.0",
|
|
"eslint-plugin-ghost": "0.5.0",
|
|
"eslint-plugin-react": "7.14.3"
|
|
},
|
|
"dependencies": {
|
|
"@tryghost/helpers": "1.1.10",
|
|
"@tryghost/helpers-gatsby": "1.0.13",
|
|
"cheerio": "1.0.0-rc.3",
|
|
"gatsby": "2.15.18",
|
|
"gatsby-awesome-pagination": "0.3.4",
|
|
"gatsby-image": "2.2.19",
|
|
"gatsby-plugin-advanced-sitemap": "1.4.4",
|
|
"gatsby-plugin-catch-links": "2.1.9",
|
|
"gatsby-plugin-feed": "2.3.12",
|
|
"gatsby-plugin-force-trailing-slashes": "1.0.4",
|
|
"gatsby-plugin-google-analytics": "^2.1.19",
|
|
"gatsby-plugin-manifest": "2.2.17",
|
|
"gatsby-plugin-offline": "3.0.7",
|
|
"gatsby-plugin-react-helmet": "3.1.7",
|
|
"gatsby-plugin-sharp": "2.2.24",
|
|
"gatsby-source-filesystem": "2.1.24",
|
|
"gatsby-source-ghost": "3.4.6",
|
|
"gatsby-transformer-sharp": "2.2.15",
|
|
"lodash": "4.17.15",
|
|
"react": "16.9.0",
|
|
"react-dom": "16.9.0",
|
|
"react-helmet": "5.2.1"
|
|
}
|
|
}
|