aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorKevin Hoerr <kjhoerr@protonmail.com>2022-11-21 16:58:44 -0500
committerGitHub <noreply@github.com>2022-11-21 16:58:44 -0500
commit7fede4ee94880f09f44697104c0696e44fc2f8b6 (patch)
tree334174ebef088157e223fb23a7b53145f3c6cc28 /package.json
parent7a11c20d60119d72c392cbcee21b259aa13e1e6c (diff)
downloadsubmelon.dev-7fede4ee94880f09f44697104c0696e44fc2f8b6.tar.gz
submelon.dev-7fede4ee94880f09f44697104c0696e44fc2f8b6.tar.bz2
submelon.dev-7fede4ee94880f09f44697104c0696e44fc2f8b6.zip
Add Offline Gatsby plugin (#14)
* Add offline plugin * More updates
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 3a8a5e8..2e751ad 100644
--- a/package.json
+++ b/package.json
@@ -16,9 +16,11 @@
"lint": "eslint src --ext ts --ext tsx --ext js --ext jsx"
},
"dependencies": {
+ "babel-plugin-styled-components": "^2.0.7",
"gatsby": "5.0.1",
"gatsby-plugin-image": "3.0.0",
"gatsby-plugin-manifest": "5.0.0",
+ "gatsby-plugin-offline": "^6.0.0",
"gatsby-plugin-sharp": "5.0.0",
"gatsby-plugin-styled-components": "6.0.0",
"gatsby-source-filesystem": "5.0.0",