{
  "name": "@trackunit/react-form-wizard",
  "version": "2.6.20",
  "repository": "https://github.com/Trackunit/manager",
  "license": "SEE LICENSE IN LICENSE.txt",
  "dependencies": {
    "zod": "^3.25.76",
    "@hookform/resolvers": "^3.3.4",
    "@tanstack/router-core": "1.114.29",
    "@trackunit/shared-utils": "1.16.22",
    "@trackunit/css-class-variance-utilities": "1.14.19",
    "@trackunit/react-components": "2.10.13",
    "@trackunit/i18n-library-translation": "2.4.19"
  },
  "engines": {
    "node": ">=24.x",
    "yarn": "3.8.6"
  },
  "peerDependencies": {
    "react": "^19.0.0",
    "react-hook-form": "^7.62.0",
    "@tanstack/react-router": "^1.114.29"
  },
  "migrations": "./migrations.json",
  "module": "./index.esm.js",
  "main": "./index.cjs.js",
  "types": "./index.d.ts"
}