{
  "name": "themed-markdown",
  "version": "0.1.103",
  "description": "Industry-themed markdown renderer with presentation capabilities",
  "type": "module",
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.mjs",
      "default": "./dist/index.mjs"
    },
    "./dist/index.css": "./dist/index.css",
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "bun run clean && bun run build:esm && bun run build:types && bun run copy:css",
    "build:esm": "bun build ./index.ts --outdir ./dist --format esm --target browser --external react --external react-dom --external react-markdown --external lucide-react --external react-zoom-pan-pinch --external remark-gfm --external rehype-raw --external rehype-highlight --external rehype-sanitize --external rehype-slug --external hast-util-sanitize --external highlight.js --external @principal-ade/panels --external react-resizable-panels && mv ./dist/index.js ./dist/index.mjs",
    "build:types": "tsc --emitDeclarationOnly --declaration --declarationMap",
    "copy:css": "cp node_modules/highlight.js/styles/atom-one-dark.css ./dist/index.css && cat node_modules/@principal-ade/panels/dist/index.css >> ./dist/index.css",
    "dev": "bun run build --watch",
    "test": "bun test",
    "test:watch": "bun test --watch",
    "typecheck": "tsc --noEmit",
    "lint": "eslint . --ext .ts,.tsx",
    "lint:fix": "eslint . --ext .ts,.tsx --fix",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "clean": "rm -rf dist coverage",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build",
    "prepare": "husky"
  },
  "keywords": [
    "markdown",
    "presentation",
    "slides",
    "theme",
    "industry"
  ],
  "author": "PrincipleMD Team",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.4",
    "@principal-ade/markdown-utils": "^0.3.2",
    "@types/d3-hierarchy": "^3.1.7",
    "@types/flexsearch": "^0.7.6",
    "@uiw/react-textarea-code-editor": "^3.1.1",
    "d3-hierarchy": "^3.1.2",
    "flexsearch": "^0.8.205",
    "ignore": "^7.0.5",
    "js-toml": "^1.0.2",
    "mermaid": "^11.9.0",
    "picomatch": "^4.0.3",
    "pip-requirements-js": "^0.2.1",
    "uuid": "^10.0.0",
    "ws": "^8.16.0",
    "yaml": "^2.8.1"
  },
  "peerDependencies": {
    "@principal-ade/industry-theme": ">=0.1.17",
    "@principal-ade/panels": ">=1.0.84",
    "hast-util-sanitize": ">=4.0.0",
    "highlight.js": ">=11.0.0",
    "lucide-react": ">=0.263.0",
    "react": ">=19.0.0",
    "react-dom": ">=19.0.0",
    "react-markdown": ">=8.0.0",
    "react-resizable-panels": ">=4.0.0",
    "react-zoom-pan-pinch": ">=3.0.0",
    "rehype-highlight": ">=6.0.0",
    "rehype-raw": ">=6.0.0",
    "rehype-sanitize": ">=5.0.0",
    "rehype-slug": ">=5.0.0",
    "remark-gfm": ">=3.0.0"
  },
  "peerDependenciesMeta": {
    "react": {
      "optional": true
    },
    "react-dom": {
      "optional": true
    },
    "react-markdown": {
      "optional": true
    },
    "react-zoom-pan-pinch": {
      "optional": true
    },
    "remark-gfm": {
      "optional": true
    },
    "rehype-raw": {
      "optional": true
    },
    "rehype-highlight": {
      "optional": true
    },
    "rehype-sanitize": {
      "optional": true
    },
    "rehype-slug": {
      "optional": true
    },
    "hast-util-sanitize": {
      "optional": true
    },
    "lucide-react": {
      "optional": true
    },
    "highlight.js": {
      "optional": true
    }
  },
  "devDependencies": {
    "@babel/preset-env": "^7.28.3",
    "@eslint/js": "^9.32.0",
    "@principal-ade/industry-theme": "^0.1.24",
    "@principal-ade/panels": "^1.0.84",
    "@storybook/addon-docs": "^10.1.11",
    "@storybook/addon-onboarding": "^10.1.11",
    "@storybook/addon-webpack5-compiler-swc": "^4.0.2",
    "@storybook/react": "10.1.11",
    "@storybook/react-webpack5": "^10.1.11",
    "@testing-library/react": "^16.3.0",
    "@types/bun": "latest",
    "@types/jest": "^29.5.12",
    "@types/node": "^22.15.26",
    "@types/picomatch": "^4.0.2",
    "@types/react": "^19.1.12",
    "@types/react-dom": "^19.1.8",
    "@types/uuid": "^10.0.0",
    "@types/ws": "^8.5.10",
    "@typescript-eslint/eslint-plugin": "^8.38.0",
    "@typescript-eslint/parser": "^8.38.0",
    "esbuild": "^0.25.8",
    "eslint": "^9.32.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-import-resolver-typescript": "^4.4.4",
    "eslint-plugin-import": "^2.32.0",
    "eslint-plugin-storybook": "^10.1.11",
    "hast-util-sanitize": "^5.0.2",
    "highlight.js": "^11.11.1",
    "husky": "^9.1.7",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jsdom": "^26.1.0",
    "lint-staged": "^16.1.5",
    "lucide-react": "^0.542.0",
    "node-fetch": "^3.3.2",
    "prettier": "^3.6.2",
    "react": "^19.1.1",
    "react-dom": "^19.1.1",
    "react-markdown": "^10.1.0",
    "react-resizable-panels": "^4.8.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.11",
    "ts-jest": "^29.1.2",
    "ts-loader": "^9.5.2",
    "tsx": "^4.20.3",
    "typescript": "^5.0.4",
    "typescript-eslint": "^8.38.0",
    "webpack": "^5.98.0",
    "webpack-cli": "^6.0.1",
    "zod": "^3.25.76"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/a24z-ai/themed-markdown.git"
  },
  "homepage": "https://a24z.ai"
}
