UNPKG

llmasaservice-ui

Version:

Prebuilt UI components for LLMAsAService.io

71 lines (70 loc) 2.08 kB
{ "name": "llmasaservice-ui", "version": "0.17.1", "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", "test": "vitest run", "test:watch": "vitest" }, "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.0", "@types/react-dom": "^18.3.0", "@types/react-syntax-highlighter": "^15.5.13", "@testing-library/jest-dom": "^6.4.8", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "jsdom": "^24.1.3", "react": "^18.3.0", "react-dom": "^18.3.0", "storybook": "^8.3.6", "vitest": "^2.0.5", "tsup": "^8.2.4", "typescript": "^5.5.4" }, "keywords": [ "react", "llmasaservice", "llm", "openAI", "chat" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.10.2", "dotenv": "^16.4.7", "llmasaservice-client": "^0.11.1", "process": "^0.11.10", "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.0" } }