{ "name": "@family-wishlist/frontend", "version": "0.3.4", "private": true, "type": "module", "scripts": { "dev": "vite --host 0.0.0.0 --port 5173", "build": "tsc -b && vite build", "preview": "vite preview --host 0.0.0.0 --port 4173", "typecheck": "tsc -b", "lint": "echo 'skip'" }, "dependencies": { "@family-wishlist/shared": "workspace:*", "@hookform/resolvers": "^3.9.0", "@tanstack/react-query": "^5.56.2", "clsx": "^2.1.1", "lucide-react": "^0.445.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-hook-form": "^7.53.0", "react-router-dom": "^6.26.2", "sonner": "^1.5.0", "tailwind-merge": "^2.5.2", "zod": "^3.23.8", "zustand": "^4.5.5" }, "devDependencies": { "@types/node": "^20.16.5", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.1", "autoprefixer": "^10.4.20", "postcss": "^8.4.47", "tailwindcss": "^3.4.11", "typescript": "^5.6.2", "vite": "^5.4.6" } }