diff options
author | polwex <polwex@sortug.com> | 2025-05-15 10:13:00 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-05-15 10:13:00 +0700 |
commit | d56594d3289002566f4653d607f0837befd65109 (patch) | |
tree | f69685b458419566a78727ce6a8cecd0cdc269a5 /package.json | |
parent | 04509d9207603d9055cf022051763ec05c9214d6 (diff) |
wtf man
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 31f7965..8ee4fbb 100644 --- a/package.json +++ b/package.json @@ -9,12 +9,14 @@ "start": "bunx --bun waku start" }, "dependencies": { + "@edge-runtime/cookies": "^6.0.0", "@hookform/resolvers": "^5.0.1", "@radix-ui/react-label": "^2.1.6", "@radix-ui/react-select": "^2.2.4", "@radix-ui/react-slot": "^1.2.2", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", + "cookie": "^1.0.2", "franc-all": "^7.2.0", "lucide-react": "^0.510.0", "next-themes": "^0.4.6", @@ -32,6 +34,7 @@ "devDependencies": { "@tailwindcss/postcss": "4.1.4", "@types/bun": "latest", + "@types/cookie": "^1.0.0", "@types/react": "19.1.2", "@types/react-dom": "19.1.2", "postcss": "8.5.3", |