UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

48 lines 1.15 kB
{ "name": "@headlamp-k8s/kubeflow", "version": "0.1.0-alpha", "description": "Headlamp plugin for Kubeflow", "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", "kubeflow", "mlops" ], "prettier": "@headlamp-k8s/eslint-config/prettier-config", "eslintConfig": { "extends": [ "@headlamp-k8s", "prettier", "plugin:jsx-a11y/recommended" ] }, "devDependencies": { "@kinvolk/headlamp-plugin": "^0.13.0" }, "headlamp": { "i18n": [ "en" ] }, "dependencies": { "@monaco-editor/react": "^4.7.0", "js-yaml": "^4.1.1" } }