1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

add gatsby-plugin-offline

This commit is contained in:
Matthias Kretschmann 2018-04-08 17:25:18 +02:00
parent 55635575d1
commit a6ba0b1ff6
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,7 @@ module.exports = {
'gatsby-plugin-react-helmet',
'gatsby-transformer-json',
'gatsby-plugin-sitemap',
'gatsby-plugin-offline',
{
resolve: 'gatsby-source-filesystem',
options: {

View File

@ -5,9 +5,10 @@
"dependencies": {
"gatsby": "^1.9.241",
"gatsby-link": "^1.6.39",
"gatsby-plugin-offline": "^1.0.15",
"gatsby-plugin-react-helmet": "^2.0.8",
"gatsby-plugin-react-next": "^1.0.11",
"gatsby-plugin-sass": "latest",
"gatsby-plugin-sass": "^1.0.25",
"gatsby-plugin-sitemap": "^1.2.20",
"gatsby-source-filesystem": "^1.5.28",
"gatsby-transformer-json": "^1.0.16",