diff options
author | Galen Guyer <galen@galenguyer.com> | 2020-11-13 20:38:09 -0500 |
---|---|---|
committer | Galen Guyer <galen@galenguyer.com> | 2020-11-13 20:38:09 -0500 |
commit | 5d5c39b6d318a91dd5062d829cecf3dcdd25ccab (patch) | |
tree | 7c21646a7509f773e020d85c65a2e7660cd200c3 /package.json | |
parent | 2a844fc6834c3fd512de78da4a8d1c20b41b384a (diff) |
Add swr and configs
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 f209c7b..60803d4 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "react": "^17.0.1", "react-dom": "^17.0.1", "react-scripts": "4.0.0", + "swr": "^0.3.8", "web-vitals": "^0.2.4" }, "scripts": { |