{
  "name": "@trackunit/react-form-components",
  "version": "2.6.21",
  "repository": "https://github.com/Trackunit/manager",
  "license": "SEE LICENSE IN LICENSE.txt",
  "migrations": "./migrations.json",
  "engines": {
    "node": ">=24.x"
  },
  "dependencies": {
    "react-calendar": "^6.0.0",
    "react-select": "^5.10.2",
    "@trackunit/date-and-time-utils": "1.14.20",
    "usehooks-ts": "^3.1.0",
    "libphonenumber-js": "^1.13.6",
    "zod": "^3.25.76",
    "tailwind-merge": "^2.0.0",
    "@trackunit/css-class-variance-utilities": "1.14.19",
    "@trackunit/react-components": "2.10.14",
    "@trackunit/ui-icons": "1.14.18",
    "@trackunit/shared-utils": "1.16.22",
    "@trackunit/ui-design-tokens": "1.15.9",
    "@trackunit/i18n-library-translation": "2.4.20",
    "string-ts": "^2.0.0",
    "es-toolkit": "^1.39.10"
  },
  "peerDependencies": {
    "@tanstack/react-router": "^1.114.29",
    "react": "^19.0.0",
    "react-hook-form": "^7.62.0"
  },
  "module": "./index.esm.js",
  "main": "./index.cjs.js",
  "types": "./index.d.ts"
}