{
  "name": "soda-heroui",
  "version": "0.12.24",
  "description": "",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    }
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "keywords": [],
  "authors": [
    "lurongv@qq.com"
  ],
  "license": "MIT",
  "files": [
    "compiled",
    "dist",
    "src",
    "tsconfig.json"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.com/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/1adybug/deepsea.git"
  },
  "homepage": "https://github.com/1adybug/deepsea/tree/main/packages/soda-heroui",
  "dependencies": {
    "@internationalized/date": ">=3.10.0",
    "@tanstack/react-form": "^1.33.0",
    "soda-hooks": "6.18.1",
    "deepsea-tools": "5.48.2",
    "soda-type": "6.7.8",
    "soda-tanstack-form": "0.3.8"
  },
  "devDependencies": {
    "@react-types/shared": "^3.35.0",
    "typescript": "^6.0.3"
  },
  "peerDependencies": {
    "@heroui/react": ">=2",
    "@types/node": "^24.13.1",
    "@types/react": "^19.2.17",
    "react": ">=19.2.3"
  },
  "overrides": {
    "@internationalized/date": "catalog:"
  },
  "scripts": {
    "dev": "rslib build --watch",
    "build": "rslib build",
    "prebuild": "bun scripts/export.ts"
  }
}