{
  "name": "@interface-technologies/iti-react",
  "version": "6.0.7",
  "description": "Utilities and React components covering form validation, date/time/phone inputs, Bootstrap components, and more.",
  "homepage": "https://github.com/srmagura/iti-react",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/srmagura/iti-react.git"
  },
  "license": "MIT",
  "author": "Interface Technologies, Inc.",
  "type": "commonjs",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "sideEffects": [
    "**/*.css",
    "**/*.scss"
  ],
  "scripts": {
    "copy-stylesheet": "pwsh Copy-Stylesheet.ps1"
  },
  "dependencies": {
    "@emotion/serialize": "^1.3.1",
    "@floating-ui/utils": "^0.2.7",
    "@fortawesome/fontawesome-svg-core": "^6.6.0",
    "@fortawesome/free-solid-svg-icons": "^6.6.0",
    "@fortawesome/react-fontawesome": "^0.2.2",
    "@interface-technologies/iti-react-core": "6.0.7",
    "@react-hook/event": "^1.2.6",
    "@reduxjs/toolkit": "^2.11.2",
    "@tippyjs/react": "^4.2.6",
    "@types/color": "^3.0.6",
    "@types/debounce-promise": "^3.1.9",
    "@types/history": "^5.0.0",
    "@types/lodash": "^4.17.7",
    "@types/react": "^19.2.11",
    "@types/react-confirm": "^0.2.3",
    "@types/react-dom": "^19.2.3",
    "@vvo/tzdb": "^6.144.0",
    "color": "^4.2.3",
    "copy-to-clipboard": "^3.3.3",
    "debounce-promise": "^3.1.2",
    "immer": "^10.1.1",
    "input-format": "^0.3.14",
    "lodash": "^4.17.21",
    "moment-timezone": "^0.5.45",
    "react-bootstrap": "^2.10.4",
    "react-confirm": "^0.2.4",
    "react-select": "^5.8.0",
    "real-cancellable-promise": "^1.2.0",
    "tippy.js": "^6.3.7",
    "use-debounce": "^10.0.3"
  },
  "devDependencies": {
    "@interface-technologies/tsconfig": "6.0.7",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.5.0",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.5.2",
    "react": "^19.2.4",
    "react-datepicker": "^9.1.0",
    "react-dom": "^19.2.4",
    "react-popper": "^2.3.0",
    "react-router-dom": "^6.26.1",
    "react-select-event": "^5.5.1"
  },
  "peerDependencies": {
    "@popperjs/core": "^2.10.2",
    "bootstrap": "^5.1.2",
    "jest": ">=27.2.4",
    "jquery": "^3.6.0",
    "react": "^19.2.0",
    "react-datepicker": "^9.1.0",
    "react-dom": "^19.2.4",
    "react-popper": "*",
    "react-router-dom": "^6.2.2"
  },
  "peerDependenciesMeta": {
    "jest": {
      "optional": true
    },
    "jquery": {
      "optional": true
    }
  }
}