From e3fbe83fd17aaab3441f8ddc303efc063bc91b29 Mon Sep 17 00:00:00 2001 From: lokesh-coder Date: Mon, 15 Mar 2021 22:26:50 +0530 Subject: [PATCH] feat: add pwa support --- gatsby-config.js | 2 +- package.json | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index e60147f..38d9db5 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -15,6 +15,7 @@ module.exports = { }, plugins: [ 'gatsby-plugin-react-helmet', + 'gatsby-plugin-offline', 'gatsby-plugin-image', { resolve: 'gatsby-source-filesystem', @@ -52,6 +53,5 @@ module.exports = { portalZIndex: 40, }, }, - '@chakra-ui/gatsby-plugin', ], }; diff --git a/package.json b/package.json index d2b15b0..b0e64b0 100644 --- a/package.json +++ b/package.json @@ -6,35 +6,35 @@ "author": "Lokesh Rajendran ", "dependencies": { "@chakra-ui/gatsby-plugin": "^1.0.1", + "@chakra-ui/icons": "^1.0.5", "@chakra-ui/react": "^1.3.4", "@emotion/react": "^11.1.5", "@emotion/styled": "^11.1.5", + "blobshape": "^1.0.0", + "dynamics.js": "^1.1.5", "framer-motion": "^3.10.3", "gatsby": "^3.0.1", + "gatsby-image": "^3.0.0", "gatsby-plugin-gatsby-cloud": "^2.0.0", + "gatsby-plugin-google-analytics": "^3.0.0", "gatsby-plugin-image": "^1.0.0", "gatsby-plugin-manifest": "^3.0.0", "gatsby-plugin-offline": "^4.0.0", "gatsby-plugin-react-helmet": "^4.0.0", "gatsby-plugin-sharp": "^3.0.0", - "gatsby-source-filesystem": "^3.0.0", - "gatsby-transformer-sharp": "^3.0.0", - "prop-types": "^15.7.2", - "react": "^17.0.1", - "react-dom": "^17.0.1", - "react-helmet": "^6.1.0", - "@chakra-ui/icons": "^1.0.5", - "blobshape": "^1.0.0", - "dynamics.js": "^1.1.5", - "gatsby-image": "^3.0.0", - "gatsby-plugin-google-analytics": "^3.0.0", "gatsby-plugin-sitemap": "^3.0.0", "gatsby-rehype-prismjs": "^2.0.0", "gatsby-remark-prismjs": "^4.0.0", + "gatsby-source-filesystem": "^3.0.0", "gatsby-transformer-rehype": "^2.0.0", "gatsby-transformer-remark": "^3.0.0", + "gatsby-transformer-sharp": "^3.0.0", "prismjs": "^1.23.0", "project-name-generator": "^2.1.9", + "prop-types": "^15.7.2", + "react": "^17.0.1", + "react-dom": "^17.0.1", + "react-helmet": "^6.1.0", "react-syntax-highlighter": "^15.4.3", "redux-zero": "^5.1.7", "use-sound": "^2.0.1"