UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

38 lines (37 loc) 931 B
{ "name": "customizing-map", "version": "0.0.1", "description": "Customizing Map view in Headlamp.", "scripts": { "start": "headlamp-plugin start", "build": "headlamp-plugin build", "format": "headlamp-plugin format", "lint": "headlamp-plugin lint", "lint-fix": "headlamp-plugin lint --fix", "tsc": "headlamp-plugin tsc", "storybook": "headlamp-plugin storybook", "test": "headlamp-plugin test", "storybook-build": "headlamp-plugin storybook-build", "i18n": "headlamp-plugin i18n" }, "keywords": [ "headlamp", "headlamp-plugin", "kubernetes", "plugins" ], "prettier": "@headlamp-k8s/eslint-config/prettier-config", "eslintConfig": { "extends": [ "@headlamp-k8s", "prettier", "plugin:jsx-a11y/recommended" ] }, "devDependencies": { "@kinvolk/headlamp-plugin": "^0.13.1" }, "overrides": { "typescript": "5.6.2" } }