{
  "name": "@trackunit/custom-field-components",
  "version": "2.8.35",
  "repository": "https://github.com/Trackunit/manager",
  "license": "SEE LICENSE IN LICENSE.txt",
  "engines": {
    "node": ">=24.x"
  },
  "dependencies": {
    "react-select": "^5.10.2",
    "@trackunit/react-form-components": "2.6.21",
    "@trackunit/shared-utils": "1.16.22",
    "@trackunit/custom-field-api": "2.9.32",
    "@trackunit/react-components": "2.10.14",
    "@trackunit/react-modal": "2.6.21",
    "@trackunit/react-core-hooks": "1.21.20",
    "@trackunit/i18n-library-translation": "2.4.20",
    "@trackunit/iris-app-runtime-core-api": "1.17.26"
  },
  "peerDependencies": {
    "@apollo/client": "^3.13.8",
    "@tanstack/react-router": "^1.114.29",
    "graphql": "^16.10.0",
    "react": "^19.0.0",
    "react-hook-form": "^7.62.0"
  },
  "migrations": "./migrations.json",
  "module": "./index.esm.js",
  "main": "./index.cjs.js",
  "types": "./index.d.ts"
}