{
  "name": "@medplum/react",
  "version": "4.1.10",
  "description": "Medplum React Component Library",
  "keywords": [
    "medplum",
    "fhir",
    "healthcare",
    "interoperability",
    "json",
    "serialization",
    "hl7",
    "standards",
    "clinical",
    "dstu2",
    "stu3",
    "r4",
    "normative",
    "ui",
    "input",
    "react",
    "react-component"
  ],
  "homepage": "https://www.medplum.com/",
  "bugs": {
    "url": "https://github.com/medplum/medplum/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/medplum/medplum.git",
    "directory": "packages/react"
  },
  "license": "Apache-2.0",
  "author": "Medplum <hello@medplum.com>",
  "sideEffects": [
    "*.css"
  ],
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.mjs"
      },
      "require": {
        "types": "./dist/cjs/index.d.ts",
        "default": "./dist/cjs/index.cjs"
      }
    },
    "./styles.css": "./dist/esm/index.css"
  },
  "main": "dist/cjs/index.cjs",
  "module": "dist/esm/index.mjs",
  "types": "dist/esm/index.d.ts",
  "files": [
    ".env.defaults",
    "dist/cjs",
    "dist/esm"
  ],
  "scripts": {
    "api-extractor": "api-extractor run --local && cp dist/types.d.ts dist/cjs/index.d.ts && cp dist/types.d.ts dist/esm/index.d.ts",
    "build": "npm run clean && tsc && node esbuild.mjs && npm run api-extractor",
    "chromatic": "chromatic --exit-zero-on-changes --build-script-name=storybook --exit-once-uploaded",
    "clean": "rimraf dist storybook-static",
    "dev": "storybook dev -p 6006",
    "lint": "eslint .",
    "storybook": "storybook build",
    "test": "jest"
  },
  "devDependencies": {
    "@mantine/core": "7.17.8",
    "@mantine/hooks": "7.17.8",
    "@mantine/notifications": "7.17.8",
    "@medplum/core": "4.1.10",
    "@medplum/definitions": "4.1.10",
    "@medplum/fhirtypes": "4.1.10",
    "@medplum/mock": "4.1.10",
    "@medplum/react-hooks": "4.1.10",
    "@storybook/addon-actions": "8.6.14",
    "@storybook/addon-essentials": "8.6.14",
    "@storybook/addon-links": "8.6.14",
    "@storybook/addon-storysource": "8.6.14",
    "@storybook/blocks": "8.6.14",
    "@storybook/builder-vite": "8.6.14",
    "@storybook/react": "8.6.14",
    "@storybook/react-vite": "8.6.14",
    "@tabler/icons-react": "3.17.0",
    "@testing-library/dom": "10.4.0",
    "@testing-library/jest-dom": "6.6.3",
    "@testing-library/react": "16.3.0",
    "@testing-library/user-event": "14.6.1",
    "@types/jest": "29.5.14",
    "@types/node": "20.19.1",
    "@types/react": "19.1.8",
    "@types/react-dom": "19.1.6",
    "@vitejs/plugin-react": "4.5.2",
    "chromatic": "13.0.0",
    "jest": "29.7.0",
    "jest-each": "30.0.0",
    "postcss": "8.5.6",
    "postcss-preset-mantine": "1.17.0",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "react-router": "7.6.2",
    "rfc6902": "5.1.2",
    "sinon": "21.0.0",
    "storybook": "8.6.14",
    "storybook-addon-mantine": "5.0.0",
    "typescript": "5.8.3",
    "vite-plugin-turbosnap": "1.0.3"
  },
  "peerDependencies": {
    "@mantine/core": "^7.0.0",
    "@mantine/hooks": "^7.0.0",
    "@mantine/notifications": "^7.0.0",
    "@medplum/core": "4.1.10",
    "@medplum/react-hooks": "4.1.10",
    "react": "^17.0.2 || ^18.0.0 || ^19.0.0",
    "react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0",
    "rfc6902": "^5.0.1"
  },
  "peerDependenciesMeta": {
    "@mantine/core": {
      "optional": true
    },
    "@mantine/hooks": {
      "optional": true
    },
    "@mantine/notifications": {
      "optional": true
    },
    "rfc6902": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
