{
  "name": "@uifabric/tsx-editor",
  "version": "0.11.126",
  "description": "Live tsx editor for Fabric website.",
  "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",
    "bundle": "just-scripts bundle",
    "lint": "just-scripts lint",
    "test": "just-scripts test",
    "clean": "just-scripts clean",
    "code-style": "just-scripts code-style",
    "start": "just-scripts dev",
    "start-test": "just-scripts jest-watch",
    "update-snapshots": "just-scripts jest -u",
    "just": "just-scripts"
  },
  "devDependencies": {
    "@fluentui/eslint-plugin": "^0.53.3",
    "@types/jest": "~24.9.0",
    "@types/node": "^10.3.2",
    "@types/react": "16.8.25",
    "@types/react-dom": "16.8.4",
    "@types/react-syntax-highlighter": "^10.2.1",
    "@types/webpack-env": "1.15.1",
    "@uifabric/build": "^7.0.0",
    "react": "16.8.6",
    "react-app-polyfill": "~1.0.1",
    "react-dom": "16.8.6",
    "webpack-bundle-analyzer": "^3.6.0"
  },
  "dependencies": {
    "@microsoft/load-themed-styles": "^1.10.26",
    "@uifabric/example-data": "^7.1.1",
    "@uifabric/monaco-editor": "^0.5.15",
    "@uifabric/react-hooks": "^7.8.0",
    "office-ui-fabric-react": "^7.127.0",
    "raw-loader": "^0.5.1",
    "react-syntax-highlighter": "^10.1.3",
    "tslib": "^1.10.0",
    "typescript": "3.7.2"
  },
  "peerDependencies": {
    "@types/react": ">=16.8.0 <17.0.0",
    "@types/react-dom": ">=16.8.0 <17.0.0",
    "react": ">=16.8.0 <17.0.0",
    "react-dom": ">=16.8.0 <17.0.0"
  }
}
