{
  "name": "@tsed/react-formio",
  "version": "3.0.2",
  "description": "Provide a react formio wrapper. Written in TypeScript.",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.modern.js",
  "exports": {
    ".": {
      "tsed-source": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./*": {
      "tsed-source": "./src/*",
      "types": "./dist/*.d.ts",
      "default": "./dist/*.js"
    }
  },
  "source": "src/index.ts",
  "scripts": {
    "test": "vitest run --coverage",
    "build": "vite build",
    "watch": "vite build --watch"
  },
  "dependencies": {
    "clsx": "2.1.1",
    "eventemitter2": "^6.4.3",
    "use-debounce": "^10.0.4"
  },
  "peerDependencies": {
    "@formio/choices.js": ">=9.0.1",
    "@tanstack/react-table": ">=8.20.6",
    "formiojs": ">=4.0.0",
    "lodash": ">=4.17.20",
    "moment": ">=2.30.1",
    "react": ">=16.14.0",
    "react-dnd": ">=16.0.1",
    "react-dnd-html5-backend": ">=16.0.1",
    "react-dom": ">=16.14.0",
    "react-select": ">=5.9.0",
    "react-table": ">=7.6.3",
    "tooltip.js": ">=1.3.3"
  },
  "devDependencies": {
    "@tanstack/react-table": ">=8.20.6",
    "@tsed/tailwind-formio": "3.0.2",
    "@tsed/typescript": "3.0.2",
    "microbundle": "0.13.0",
    "vite": "7.1.5",
    "vitest": "3.2.4"
  },
  "repository": "https://github.com/tsedio/tsed-formio",
  "bugs": {
    "url": "https://github.com/tsedio/tsed-formio/issues"
  },
  "homepage": "https://github.com/tsedio/tsed-formio/tree/master/packages/react-formio",
  "author": "Romain Lenzotti"
}