{
  "name": "@industry-theme/agent-panels",
  "version": "0.3.3",
  "description": "A collection of panel extensions for displaying and managing agent-related resources (Skills, AGENTS.md, and Subagents)",
  "type": "module",
  "main": "dist/panels.bundle.js",
  "module": "dist/panels.bundle.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/panels.bundle.js",
      "require": "./dist/panels.bundle.js",
      "default": "./dist/panels.bundle.js"
    },
    "./tools": {
      "types": "./dist/tools/index.d.ts",
      "import": "./dist/tools.bundle.js",
      "require": "./dist/tools.bundle.js",
      "default": "./dist/tools.bundle.js"
    }
  },
  "keywords": [
    "panel-extension"
  ],
  "author": "Your Name",
  "license": "MIT",
  "scripts": {
    "build": "bun run clean && bun run build:panel && bun run build:tools && bun run build:types",
    "build:panel": "vite build",
    "build:tools": "bun build ./src/tools/index.ts --outfile ./dist/tools.bundle.js --format esm --target browser",
    "build:types": "tsc --project tsconfig.build.json --emitDeclarationOnly --declaration --declarationMap",
    "dev": "vite build --watch",
    "clean": "rm -rf dist",
    "typecheck": "tsc --noEmit",
    "lint": "eslint . --ext .ts,.tsx",
    "lint:fix": "eslint . --ext .ts,.tsx --fix",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "test": "bun test",
    "test:watch": "bun test --watch",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "peerDependencies": {
    "@principal-ade/industry-theme": ">=0.1.8",
    "@principal-ade/markdown-utils": ">=0.2.3",
    "@principal-ade/panel-framework-core": ">=0.5.1",
    "@principal-ade/panel-layouts": ">=0.4.0",
    "@principal-ade/utcp-panel-event": ">=0.1.0",
    "@principal-ai/repository-abstraction": ">=0.5.2",
    "react": ">=19.0.0",
    "react-dom": ">=19.0.0"
  },
  "dependencies": {
    "clsx": "^2.1.1",
    "lucide-react": "^0.552.0",
    "themed-markdown": "^0.1.81"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "^4.1.3",
    "@eslint/js": "^9.32.0",
    "@principal-ai/repository-abstraction": "^0.5.2",
    "@storybook/addon-docs": "10.1.2",
    "@storybook/addon-links": "10.1.2",
    "@storybook/addon-onboarding": "10.1.2",
    "@storybook/react-vite": "10.1.2",
    "@types/bun": "latest",
    "@types/node": "^22.15.26",
    "@types/react": "^19.0.0",
    "@types/react-dom": "^19.0.0",
    "@typescript-eslint/eslint-plugin": "^8.38.0",
    "@typescript-eslint/parser": "^8.38.0",
    "@vitejs/plugin-react": "^4.3.4",
    "esbuild": "^0.25.8",
    "eslint": "^9.32.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-react": "^7.37.2",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-storybook": "10.1.2",
    "hast-util-sanitize": "^5.0.2",
    "highlight.js": "^11.11.1",
    "prettier": "^3.6.2",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "react-markdown": "^10.1.0",
    "react-zoom-pan-pinch": "^3.7.0",
    "rehype-highlight": "^7.0.2",
    "rehype-raw": "^7.0.0",
    "rehype-sanitize": "^6.0.0",
    "rehype-slug": "^6.0.0",
    "remark-gfm": "^4.0.1",
    "storybook": "10.1.2",
    "typescript": "^5.0.4",
    "typescript-eslint": "^8.38.0",
    "vite": "^6.0.7"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/principal-ade/industry-themed-agent-panels.git"
  }
}
