diff --git a/bun.lockb b/bun.lockb index fef12cf..47ff8ef 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index be27261..56ff653 100644 --- a/package.json +++ b/package.json @@ -19,6 +19,7 @@ "@tanstack/react-router": "^1.18.3", "@tanstack/router-vite-plugin": "^1.18.1", "autoprefixer": "^10.4.18", + "axios": "^1.6.7", "clsx": "^2.1.0", "framer-motion": "^11.0.8", "install": "^0.13.0", @@ -27,9 +28,12 @@ "react-dom": "^18.2.0", "styled-components": "^6.1.8", "tailwind-merge": "^2.2.1", - "tailwindcss": "^3.4.1" + "tailwindcss": "^3.4.1", + "zod": "^3.22.4", + "zustand": "^4.5.2" }, "devDependencies": { + "@types/axios": "^0.14.0", "@types/node": "^20.11.24", "@types/react": "^18.2.56", "@types/react-dom": "^18.2.19",