{
  "name": "@typespec/playground",
  "version": "0.16.0",
  "author": "Microsoft Corporation",
  "description": "TypeSpec playground UI components.",
  "homepage": "https://typespec.io",
  "readme": "https://github.com/microsoft/typespec/blob/main/README.md",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/microsoft/typespec.git"
  },
  "bugs": {
    "url": "https://github.com/microsoft/typespec/issues"
  },
  "keywords": [
    "typespec"
  ],
  "type": "module",
  "main": "dist/src/index.js",
  "exports": {
    ".": {
      "types": "./dist/src/index.d.ts",
      "default": "./dist/index.js"
    },
    "./state-storage": {
      "types": "./dist/src/state-storage.d.ts",
      "default": "./dist/state-storage.js"
    },
    "./vite": {
      "types": "./dist/src/vite/index.d.ts",
      "default": "./dist/vite/index.js"
    },
    "./tooling": {
      "types": "./dist/src/tooling/index.d.ts",
      "default": "./dist/tooling/index.js"
    },
    "./manifest": {
      "types": "./dist/src/manifest.d.ts",
      "default": "./dist/manifest.js"
    },
    "./react": {
      "types": "./dist/src/react/index.d.ts",
      "default": "./dist/react/index.js"
    },
    "./react/viewers": {
      "types": "./dist/src/react/viewers/index.d.ts",
      "default": "./dist/react/viewers/index.js"
    },
    "./style.css": "./dist/style.css",
    "./styles.css": "./dist/style.css"
  },
  "engines": {
    "node": ">=22.0.0"
  },
  "files": [
    "lib/*.tsp",
    "dist/**",
    "!dist/test/**"
  ],
  "dependencies": {
    "@fluentui/react-components": "^9.73.7",
    "@fluentui/react-icons": "^2.0.323",
    "clsx": "^2.1.1",
    "debounce": "^3.0.0",
    "lzutf8": "0.6.3",
    "monaco-editor": "^0.55.1",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "react-error-boundary": "^6.1.1",
    "swagger-ui-dist": "^5.32.2",
    "vscode-languageserver": "^10.0.0",
    "vscode-languageserver-textdocument": "^1.0.12",
    "yaml": "^2.8.3",
    "@typespec/bundler": "^0.6.0",
    "@typespec/html-program-viewer": "^0.84.0",
    "@typespec/http": "^1.14.0",
    "@typespec/compiler": "^1.14.0",
    "@typespec/openapi": "^1.14.0",
    "@typespec/openapi3": "^1.14.0",
    "@typespec/protobuf": "^0.84.0",
    "@typespec/versioning": "^0.84.0",
    "@typespec/rest": "^0.84.0"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@playwright/test": "^1.60.0",
    "@storybook/cli": "^10.3.5",
    "@storybook/react-vite": "^10.3.5",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@types/debounce": "^1.2.4",
    "@types/node": "^26.0.0",
    "@types/react": "^19.2.16",
    "@types/react-dom": "^19.2.3",
    "@types/swagger-ui-dist": "^3.30.6",
    "@vitejs/plugin-react": "^6.0.1",
    "cross-env": "^10.1.0",
    "es-module-shims": "^2.8.0",
    "rimraf": "^6.1.3",
    "storybook": "^10.3.5",
    "typescript": "~6.0.2",
    "vite": "^8.0.8",
    "vite-plugin-checker": "^0.14.1",
    "vite-plugin-dts": "5.0.2",
    "vitest": "^4.1.3",
    "@typespec/bundler": "^0.6.0",
    "@typespec/react-components": "^0.57.0"
  },
  "scripts": {
    "clean": "rimraf ./dist ./dist-dev ./temp ./typespecContents.json",
    "build": "vite build",
    "watch": "vite build --watch",
    "storybook": "sb dev",
    "build:storybook": "sb build",
    "preview": "pnpm build && vite preview",
    "start": "vite",
    "test": "vitest run",
    "test:ci": "vitest run --coverage --reporter=junit --reporter=default",
    "lint": "oxlint . --deny-warnings",
    "lint:fix": "oxlint . --fix"
  }
}