mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
## Summary * Delete unused package `@kbn/formatters` * Delete unused package `@kbn/response-ops-feature-flag-service` * Flag `@kbn/generate-console-definitions` as `devOnly: true` * Flag `@kbn/plugin-check` as `devOnly: true` * Flag `@kbn/set-map` as `devOnly: true` * Flag `@kbn/synthetics-private-location` as `devOnly: true` * Categorise `@kbn/calculate-auto` as `platform/shared` * Categorise `@kbn/charts-theme` as `platform/shared` * Categorise `@kbn/saved-search-component` as `platform/shared` * Categorise `@kbn/use-tracked-promise` as `platform/shared` * Categorise `@kbn/charts-theme` as `platform/shared` * Categorise `@kbn/response-ops-rule-form` as `platform/shared`
15 lines
451 B
JSON
15 lines
451 B
JSON
{
|
|
"type": "plugin",
|
|
"id": "@kbn/grid-example-plugin",
|
|
"owner": "@elastic/kibana-presentation",
|
|
"group": "platform",
|
|
"visibility": "private",
|
|
"description": "Temporary example app used to build out the new Dashboard layout system",
|
|
"plugin": {
|
|
"id": "gridExample",
|
|
"server": false,
|
|
"browser": true,
|
|
"requiredPlugins": ["developerExamples", "embeddable", "uiActions", "embeddableExamples"],
|
|
"requiredBundles": []
|
|
}
|
|
}
|