{
  "name": "llmasaservice-ui",
  "version": "0.9.12",
  "description": "Prebuilt UI components for LLMAsAService.io",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsup index.ts --format cjs,esm --dts",
    "lint": "tsc",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "homepage": "https://llmasaservice.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PredictabilityAtScale/llmasaservice-ui.git"
  },
  "author": "Predictability at Scale",
  "license": "MIT",
  "devDependencies": {
    "@chromatic-com/storybook": "^2.0.2",
    "@storybook/addon-essentials": "^8.3.6",
    "@storybook/addon-interactions": "^8.3.6",
    "@storybook/addon-links": "^8.3.6",
    "@storybook/addon-onboarding": "^8.3.6",
    "@storybook/addon-webpack5-compiler-swc": "^1.0.5",
    "@storybook/blocks": "^8.3.6",
    "@storybook/react": "^8.3.6",
    "@storybook/react-webpack5": "^8.3.6",
    "@storybook/test": "^8.3.6",
    "@types/react": "^18.3.3",
    "@types/react-dom": "^18.3.1",
    "@types/react-syntax-highlighter": "^15.5.13",
    "react": "^18.3.1",
    "storybook": "^8.3.6",
    "tsup": "^8.2.4",
    "typescript": "^5.5.4"
  },
  "keywords": [
    "react",
    "llmasaservice",
    "llm",
    "openAI",
    "chat"
  ],
  "dependencies": {
    "llmasaservice-client": "^0.9.2",
    "react-markdown": "^9.0.1",
    "react-syntax-highlighter": "^15.5.0",
    "rehype-raw": "^7.0.0",
    "remark-gfm": "^4.0.0",
    "remark-html": "^16.0.1"
  },
  "peerDependencies": {
    "react": "^18.3.0",
    "react-dom": "^18.3.1"
  }
}
