diff --git a/package.json b/package.json index 73f9a19..4845043 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,8 @@ "react-dom": "19.0.0", "react-icons": "5.4.0", "tailwind-merge": "2.6.0", - "tailwindcss-animate": "1.0.7" + "tailwindcss-animate": "1.0.7", + "zod": "3.24.1" }, "devDependencies": { "@commitlint/cli": "19.6.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 7a7245e..bc26c96 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -47,6 +47,9 @@ importers: tailwindcss-animate: specifier: 1.0.7 version: 1.0.7(tailwindcss@3.4.17) + zod: + specifier: 3.24.1 + version: 3.24.1 devDependencies: '@commitlint/cli': specifier: 19.6.1 @@ -2634,6 +2637,9 @@ packages: resolution: {integrity: sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==} engines: {node: '>=12.20'} + zod@3.24.1: + resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==} + snapshots: '@alloc/quick-lru@5.2.0': {} @@ -5406,3 +5412,5 @@ snapshots: yocto-queue@0.1.0: {} yocto-queue@1.1.1: {} + + zod@3.24.1: {}