UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

62 lines (61 loc) 1.7 kB
{ "name": "@headlamp-k8s/ai-assistant", "version": "0.2.0-alpha", "description": "Headlamp's AI Assistant", "type": "module", "scripts": { "start": "headlamp-plugin start", "build": "headlamp-plugin build", "format": "headlamp-plugin format", "lint": "headlamp-plugin lint", "lint-fix": "headlamp-plugin lint --fix", "package": "headlamp-plugin package", "tsc": "headlamp-plugin tsc", "storybook": "headlamp-plugin storybook", "storybook-build": "headlamp-plugin storybook-build", "test": "headlamp-plugin test", "i18n": "headlamp-plugin i18n" }, "keywords": [ "headlamp", "headlamp-plugin", "kubernetes", "kubernetes-ui", "kubernetes-debugging", "plugins" ], "prettier": "@headlamp-k8s/eslint-config/prettier-config", "eslintConfig": { "extends": [ "@headlamp-k8s", "prettier", "plugin:jsx-a11y/recommended" ] }, "devDependencies": { "@kinvolk/headlamp-plugin": "^0.13.0-alpha.14" }, "dependencies": { "@ag-ui/client": "^0.0.45", "@langchain/anthropic": "^1.3.16", "@langchain/core": "^1.1.20", "@langchain/deepseek": "1.0.8", "@langchain/google-genai": "^2.1.16", "@langchain/mistralai": "^1.0.4", "@langchain/ollama": "^1.2.2", "@langchain/openai": "^1.2.6", "@monaco-editor/react": "^4.5.2", "@types/react-syntax-highlighter": "^15.5.13", "notistack": "^3.0.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-syntax-highlighter": "^16.1.0", "remark-gfm": "^4.0.1", "sanitize-html": "^2.17.0", "use-between": "^1.3.5", "zod": "^4.1.12" }, "overrides": { "typescript": "5.6.2" } }