diff options
Diffstat (limited to 'frontend/package.json')
| -rw-r--r-- | frontend/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index e215f0c..c3ac2f5 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,9 +15,12 @@ "@remix-run/react": "^2.10.3", "@remix-run/serve": "^2.10.3", "isbot": "^5.1.13", + "jwt-decode": "^4.0.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-use-websocket": "^4.8.1", + "remix-auth": "^3.7.0", + "remix-auth-form": "^1.5.0", "use-debounce": "^10.0.1" }, "devDependencies": { |
