{
  "name": "@microsoft/sp-loader",
  "version": "1.22.2",
  "description": "The SharePoint Framework loader",
  "license": "https://aka.ms/spfx/license",
  "homepage": "http://aka.ms/spfx",
  "engines": {
    "node": ">=18.17.1 <19.0.0 || >=22.14.0 < 23.0.0"
  },
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "typings": "dist/index-internal.d.ts",
  "tsdoc": {
    "tsdocFlavor": "AEDoc"
  },
  "devDependencies": {
    "@rushstack/heft": "1.1.2",
    "@types/react": "17.0.45",
    "@types/react-dom": "17.0.17",
    "@types/sinon": "1.16.34",
    "@types/systemjs": "0.19.33",
    "eslint": "8.57.1",
    "sinon": "~1.17.6",
    "@msinternal/sp-flight-inspector": "0.1.0",
    "@msinternal/react-query-bundle": "4.36.1",
    "@msinternal/sp-telemetry": "0.35.58",
    "@msinternal/spfx-manifests-file": "0.1.0",
    "@msinternal/swc-helpers-bundle": "0.5.13",
    "@msinternal/spfx-internal-web-build-rig": "0.1.0",
    "@msinternal/tslib-2-bundle": "2.3.1",
    "@msinternal/tweak-spfx-webpack-config-plugin": "0.1.0",
    "@microsoft/sp-diagnostics": "1.22.2",
    "@msinternal/sp-service-worker-inspector": "0.4.286"
  },
  "dependencies": {
    "@fluentui/react": "^8.123.1",
    "@rushstack/loader-raw-script": "1.5.2",
    "@swc/helpers": "^0.5.12",
    "@types/requirejs": "2.1.29",
    "raw-loader": "~0.5.1",
    "react": "17.0.1",
    "react-dom": "17.0.1",
    "requirejs": "2.3.7",
    "tslib": "2.3.1",
    "@microsoft/sp-core-library": "1.22.2",
    "@microsoft/sp-dynamic-data": "1.22.2",
    "@microsoft/sp-diagnostics": "1.22.2",
    "@microsoft/sp-http-base": "1.22.2",
    "@microsoft/sp-lodash-subset": "1.22.2",
    "@microsoft/sp-module-interfaces": "1.22.2",
    "@microsoft/sp-page-context": "1.22.2",
    "@microsoft/sp-odata-types": "1.22.2"
  },
  "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:build:incremental": "heft run --only build --",
    "_phase:depscan": "heft depscan",
    "_phase:test": "heft run --only test -- --clean",
    "_phase:test:incremental": "heft run --only test --"
  }
}