aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/package.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-04 20:33:37 +0900
committernsfisis <nsfisis@gmail.com>2024-08-04 20:33:37 +0900
commit0f0324b396f3eab53606c8f770d26337dd0e291a (patch)
tree0a2afd4701535b11c81fb3908d8c241eaaeb7d21 /frontend/package.json
parentd87507918f33b289ac4fc4dece8a54fa3aa34923 (diff)
downloadiosdc-japan-2025-albatross-0f0324b396f3eab53606c8f770d26337dd0e291a.tar.gz
iosdc-japan-2025-albatross-0f0324b396f3eab53606c8f770d26337dd0e291a.tar.zst
iosdc-japan-2025-albatross-0f0324b396f3eab53606c8f770d26337dd0e291a.zip
feat: authenticate users in admin pages
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 30d385a..e4eefac 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -17,6 +17,7 @@
"@remix-run/node": "^2.10.3",
"@remix-run/react": "^2.10.3",
"@remix-run/serve": "^2.10.3",
+ "cookie": "^0.6.0",
"isbot": "^5.1.13",
"jwt-decode": "^4.0.0",
"openapi-fetch": "^0.10.2",