diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-31 17:04:04 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-31 17:04:04 +0200 |
commit | 05cbc50ef707e9ac10dc02c56acbb954ffbb3e24 (patch) | |
tree | ae5b39e300757bce577ccf98a7583a256ad9046e /package.json | |
parent | 0c4f21f00de62cd839dda7888cef7a28aaa041e7 (diff) |
added pwa compatibility
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 7862a9b..5631b91 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,7 @@ "es6-tween": "^5.5.11", "framer-motion": "^4", "next": "11.0.1", + "next-pwa": "^5.2.24", "react": "17.0.2", "react-custom-scrollbars-2": "^4.4.0", "react-dom": "17.0.2", |