diff options
| author | Kevin Hoerr <kjhoerr@protonmail.com> | 2022-11-21 16:58:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-21 16:58:44 -0500 |
| commit | 7fede4ee94880f09f44697104c0696e44fc2f8b6 (patch) | |
| tree | 334174ebef088157e223fb23a7b53145f3c6cc28 /package.json | |
| parent | 7a11c20d60119d72c392cbcee21b259aa13e1e6c (diff) | |
| download | submelon.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.json | 2 |
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", |
