{
  "name": "@fluentui/react-monaco-editor",
  "version": "1.8.7",
  "description": "Live React example editing using monaco",
  "main": "lib-commonjs/index.js",
  "module": "lib/index.js",
  "typings": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/microsoft/fluentui"
  },
  "license": "MIT",
  "scripts": {
    "build": "just-scripts build",
    "clean": "just-scripts clean",
    "start": "just-scripts dev"
  },
  "devDependencies": {
    "@types/react-syntax-highlighter": "^10.2.1"
  },
  "dependencies": {
    "@fluentui/react": "^8.125.5",
    "@microsoft/load-themed-styles": "^1.10.26",
    "@fluentui/example-data": "^8.4.25",
    "@fluentui/monaco-editor": "^1.3.24",
    "@fluentui/react-hooks": "^8.10.2",
    "@fluentui/react-charting": "^5.25.7",
    "raw-loader": "4.0.2",
    "react-syntax-highlighter": "^10.1.3",
    "tslib": "^2.1.0"
  },
  "peerDependencies": {
    "@types/react": ">=16.8.0 <20.0.0",
    "@types/react-dom": ">=16.8.0 <20.0.0",
    "react": ">=16.8.0 <20.0.0",
    "react-dom": ">=16.8.0 <20.0.0"
  }
}
