-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81b165b
commit f76cb52
Showing
15 changed files
with
7,979 additions
and
9,261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
exports.createSchemaCustomization = require('./src/gatsby/node/createSchemaCustomization') | ||
exports.createPages = require('./src/gatsby/node/createPages') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,45 @@ | ||
{ | ||
"name": "gatsby-starter-gcn", | ||
"description": "A starter template to build amazing static websites with Gatsby, Contentful and Netlify", | ||
"version": "2.1.3", | ||
"version": "3.0.0", | ||
"repository": "https://github.com/ryanwiemer/gatsby-starter-gcn", | ||
"author": "Ryan Wiemer <[email protected]>", | ||
"dependencies": { | ||
"@emotion/core": "^10.0.27", | ||
"@emotion/styled": "^10.0.27", | ||
"babel-plugin-styled-components": "^1.10.7", | ||
"chalk": "^3.0.0", | ||
"contentful-import": "^7.6.2", | ||
"gatsby": "^2.19.12", | ||
"gatsby-awesome-pagination": "^0.3.5", | ||
"gatsby-image": "^2.2.40", | ||
"gatsby-plugin-catch-links": "^2.1.25", | ||
"gatsby-plugin-emotion": "^4.1.22", | ||
"gatsby-plugin-google-analytics": "^2.1.35", | ||
"gatsby-plugin-manifest": "^2.2.41", | ||
"gatsby-plugin-netlify": "^2.1.32", | ||
"gatsby-plugin-offline": "^3.0.34", | ||
"gatsby-plugin-react-helmet": "^3.1.22", | ||
"gatsby-plugin-schema-snapshot": "^1.0.0", | ||
"gatsby-plugin-sitemap": "^2.2.27", | ||
"gatsby-plugin-theme-ui": "^0.3.0", | ||
"gatsby-remark-autolink-headers": "^2.1.24", | ||
"gatsby-remark-images-contentful": "^2.1.31", | ||
"gatsby-remark-prismjs": "^3.3.31", | ||
"gatsby-source-contentful": "^2.1.85", | ||
"gatsby-transformer-remark": "^2.6.50", | ||
"inquirer": "^7.0.4", | ||
"lodash": "^4.17.15", | ||
"moment": "^2.24.0", | ||
"@emotion/core": "^11.0.0", | ||
"@emotion/react": "^11.5.0", | ||
"@emotion/styled": "^11.3.0", | ||
"babel-plugin-styled-components": "^1.13.3", | ||
"chalk": "^4.1.2", | ||
"contentful-import": "^8.2.24", | ||
"gatsby": "^4.1.4", | ||
"gatsby-awesome-pagination": "^0.3.8", | ||
"gatsby-image": "^3.11.0", | ||
"gatsby-plugin-catch-links": "^4.1.0", | ||
"gatsby-plugin-emotion": "^7.1.0", | ||
"gatsby-plugin-google-analytics": "^4.1.0", | ||
"gatsby-plugin-image": "^2.1.2", | ||
"gatsby-plugin-lodash": "^5.1.0", | ||
"gatsby-plugin-manifest": "^4.1.3", | ||
"gatsby-plugin-netlify": "^3.14.0", | ||
"gatsby-plugin-offline": "^5.1.3", | ||
"gatsby-plugin-react-helmet": "^5.1.0", | ||
"gatsby-plugin-schema-snapshot": "^3.1.0", | ||
"gatsby-plugin-sitemap": "^5.1.1", | ||
"gatsby-plugin-theme-ui": "^0.12.0", | ||
"gatsby-remark-autolink-headers": "^5.1.1", | ||
"gatsby-remark-images-contentful": "^5.1.0", | ||
"gatsby-remark-prismjs": "^6.1.0", | ||
"gatsby-source-contentful": "^6.1.3", | ||
"gatsby-transformer-remark": "^5.1.3", | ||
"inquirer": "^8.2.0", | ||
"lodash": "^4.17.21", | ||
"moment": "^2.29.1", | ||
"path": "^0.12.7", | ||
"prismjs": "^1.19.0", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"react-helmet": "^5.2.1", | ||
"theme-ui": "^0.3.1" | ||
"prismjs": "^1.25.0", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-helmet": "^6.1.0", | ||
"theme-ui": "^0.12.0" | ||
}, | ||
"keywords": [ | ||
"gatsby" | ||
|
@@ -45,6 +48,7 @@ | |
"main": "n/a", | ||
"scripts": { | ||
"develop": "gatsby develop", | ||
"dev": "gatsby develop", | ||
"build": "gatsby build", | ||
"serve": "gatsby serve", | ||
"test": "yarn run lint:css && yarn run lint:js && yarn run check-pretty", | ||
|
@@ -55,14 +59,17 @@ | |
"format": "prettier --write \"src/**/*.js\"", | ||
"clean": "gatsby clean" | ||
}, | ||
"engines": { | ||
"node": ">=14.15.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^6.8.0", | ||
"eslint-config-gatsby-standard": "^2.2.0", | ||
"prettier": "^1.19.1", | ||
"stylelint": "^13.0.0", | ||
"stylelint-config-prettier": "^8.0.1", | ||
"stylelint-config-standard": "^19.0.0", | ||
"eslint-config-gatsby-standard": "^3.0.2", | ||
"prettier": "^2.4.1", | ||
"stylelint": "^14.0.1", | ||
"stylelint-config-prettier": "^9.0.3", | ||
"stylelint-config-standard": "^23.0.0", | ||
"stylelint-config-styled-components": "^0.1.1", | ||
"stylelint-processor-styled-components": "^1.9.0" | ||
"stylelint-processor-styled-components": "^1.10.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.