diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2024-01-08 18:11:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-08 12:11:11 -0500 |
| commit | 0a8e56f80033ce889b38b01f2287cd6fbbe36dd6 (patch) | |
| tree | 333572d8e30d340288e6bf2388428bf465e928a4 /package.json | |
| parent | 0fb0c42ff56c9cc66aeb8f875c6389c3d2ace1b9 (diff) | |
Add splitmode and shares to expenses (#11)
* Add splitmode and shares to expenses
* Update balances based on shares
* Change field size
* Form validation
* Redesign expense form
* Split unevenly by amount
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 7fe84fc..e46173f 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ "@hookform/resolvers": "^3.3.2", "@prisma/client": "5.6.0", "@radix-ui/react-checkbox": "^1.0.4", + "@radix-ui/react-collapsible": "^1.0.3", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-hover-card": "^1.0.7", "@radix-ui/react-icons": "^1.3.0", @@ -35,6 +36,7 @@ "react-hook-form": "^7.47.0", "tailwind-merge": "^1.14.0", "tailwindcss-animate": "^1.0.7", + "ts-pattern": "^5.0.6", "uuid": "^9.0.1", "zod": "^3.22.4" }, |
