{
  "name": "@pnp/spfx-property-controls",
  "description": "Reusable property pane controls for SharePoint Framework solutions",
  "version": "3.20.0",
  "engines": {
    "node": ">=16.13.0 <17.0.0 || >=18.17.1 <19.0.0"
  },
  "scripts": {
    "build": "gulp build",
    "clean": "gulp clean",
    "test": "gulp test",
    "serve": "fast-serve",
    "versionUpdater": "gulp versionUpdater",
    "prepublishOnly": "gulp",
    "changelog": "node scripts/create-changelog.js && node scripts/sync-changelogs.js && gulp versionUpdater",
    "postinstall": "node postinstall/install.js",
    "sonarcloud:config": "node ./scripts/sonarcloud.js",
    "sonarcloud:start": "gulp sonarqube --gulpfile gulpfile.sonarqube.js",
    "localization": "node scripts/execute-translation.js",
    "prepare": "husky install"
  },
  "dependencies": {
    "@fluentui/react": "8.106.4",
    "@fluentui/react-components": "^9.48.0",
    "@microsoft/sp-adaptive-card-extension-base": "1.20.0",
    "@microsoft/sp-core-library": "1.20.0",
    "@microsoft/sp-lodash-subset": "1.20.0",
    "@microsoft/sp-office-ui-fabric-core": "1.20.0",
    "@microsoft/sp-property-pane": "1.20.0",
    "@microsoft/sp-webpart-base": "1.20.0",
    "@monaco-editor/loader": "^1.2.0",
    "@pnp/common": "1.3.11",
    "@pnp/logging": "1.3.11",
    "@pnp/odata": "1.3.11",
    "@pnp/sp": "1.3.11",
    "@pnp/sp-clientsvc": "1.3.11",
    "@pnp/sp-taxonomy": "1.3.11",
    "@pnp/telemetry-js": "2.0.0",
    "@uifabric/icons": "7.5.17",
    "brace": "0.11.1",
    "lodash.omit": "4.5.0",
    "markdown-to-jsx": "^6.11.4",
    "monaco-editor": "^0.32.1",
    "react": "17.0.1",
    "react-ace": "10.1.0",
    "react-dom": "17.0.1"
  },
  "devDependencies": {
    "@microsoft/eslint-config-spfx": "1.20.2",
    "@microsoft/eslint-plugin-spfx": "1.20.2",
    "@microsoft/rush-stack-compiler-4.5": "0.5.0",
    "@microsoft/rush-stack-compiler-4.7": "0.1.0",
    "@microsoft/sp-build-web": "1.20.2",
    "@microsoft/sp-module-interfaces": "1.20.2",
    "@rushstack/eslint-config": "4.0.1",
    "@types/chai": "4.3.4",
    "@types/lodash": "4.14.191",
    "@types/mocha": "8.2.2",
    "@types/react": "17.0.45",
    "@types/react-addons-shallow-compare": "0.14.22",
    "@types/react-addons-test-utils": "15.6.0",
    "@types/react-addons-update": "0.14.14",
    "@types/react-dom": "17.0.17",
    "@types/webpack-env": "~1.15.2",
    "ajv": "~5.2.2",
    "amd-loader": "0.0.8",
    "eslint": "8.57.0",
    "eslint-plugin-react-hooks": "4.3.0",
    "gulp": "4.0.2",
    "husky": "^6.0.0",
    "request-promise": "4.2.6",
    "sonarqube-scanner": "2.8.2",
    "spfx-fast-serve-helpers": "1.20.2",
    "typescript": "4.7.4",
    "uuid": "^9.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pnp/sp-dev-fx-property-controls"
  },
  "license": "MIT",
  "keywords": [
    "sharepoint",
    "microsoft365",
    "m365",
    "office365",
    "tools",
    "spfx",
    "sharepoint framework"
  ],
  "bugs": {
    "url": "https://github.com/pnp/sp-dev-fx-property-controls/issues"
  },
  "homepage": "https://pnp.github.io/sp-dev-fx-property-controls/",
  "main": "lib/index.js",
  "maintainers": [],
  "contributors": []
}
