{
  "name": "@microsoft/sp-dialog",
  "version": "1.18.1",
  "description": "SharePoint Framework support for displaying dialog boxes",
  "engines": {
    "node": ">=18.17.1 <19.0.0"
  },
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "typings": "dist/index-internal.d.ts",
  "license": "https://aka.ms/spfx/license",
  "homepage": "http://aka.ms/spfx",
  "devDependencies": {
    "@rushstack/heft": "0.62.1",
    "@types/react": "17.0.45",
    "@types/react-dom": "17.0.17",
    "eslint": "8.7.0",
    "@ms/office-ui-fabric-react-bundle": "1.18.6",
    "@ms/spfx-internal-web-build-rig": "0.1.0"
  },
  "dependencies": {
    "@fluentui/react": "^8.110.12",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "tslib": "2.3.1",
    "@microsoft/sp-application-base": "1.18.1",
    "@microsoft/sp-core-library": "1.18.1",
    "@microsoft/sp-diagnostics": "1.18.1"
  },
  "peerDependencies": {
    "@types/react": ">=16.9.51 <18.0.0",
    "@types/react-dom": ">=16.9.8 <18.0.0"
  },
  "scripts": {
    "build": "heft test --clean",
    "clean": "heft clean",
    "deploy": "heft dev-deploy",
    "start": "heft build-watch --serve",
    "test": "heft test",
    "test-watch": "heft test-watch",
    "_phase:build": "heft run --only build -- --clean",
    "_phase:test": "heft run --only test -- --clean",
    "_phase:build-incremental": "heft run --only build --",
    "_phase:depscan": "heft depscan"
  }
}