{
  "name": "turiy-form",
  "version": "2.3.4",
  "description": "This package is built on shadcn, zod",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "scripts": {
    "build": "tsup"
  },
  "keywords": [
    "Form",
    "Zod",
    "Shadcn",
    "Radix-ui",
    "React",
    "Next"
  ],
  "author": "Abhijit Das",
  "license": "ISC",
  "dependencies": {
    "@hookform/resolvers": "^3.6.0",
    "@radix-ui/react-label": "^2.1.0",
    "@radix-ui/react-select": "^2.1.1",
    "class-variance-authority": "^0.7.0",
    "clsx": "^2.1.1",
    "lucide-react": "^0.399.0",
    "react-hook-form": "^7.52.0",
    "tailwind-merge": "^2.3.0",
    "zod": "^3.23.8"
  },
  "peerDependencies": {
    "react": ">=18.3.1",
    "react-dom": ">=18.3.1"
  },
  "devDependencies": {
    "@types/node": "^20.14.9",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.0",
    "postcss": "^8.4.39",
    "tailwindcss": "^3.4.4",
    "tsup": "^8.1.0",
    "typescript": "^5.5.2"
  }
}
