a91edd7267
* Allow Route component usage in app plugins * i tried * fix catalog app * fix catalog app * fix catalog app * cleanup imports * plugin catalog enabled to plugin admin * rename plugin catalog to plugin admin * expose catalog url * update text * import from react-router-dom * fix imports -- add logging * merge changes * avoid onNavUpdate * Fixed onNavChange issues * fix library imports * more links Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com> Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
27 lines
649 B
JSON
27 lines
649 B
JSON
{
|
|
"name": "@grafana-plugins/admin-app",
|
|
"version": "8.1.0-pre",
|
|
"description": "Plugins admin",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/grafana/grafana.git"
|
|
},
|
|
"scripts": {
|
|
"build": "grafana-toolkit plugin:build",
|
|
"test": "grafana-toolkit plugin:test",
|
|
"dev": "grafana-toolkit plugin:dev",
|
|
"watch": "grafana-toolkit plugin:dev --watch"
|
|
},
|
|
"author": "Grafana Labs",
|
|
"devDependencies": {
|
|
"@grafana/data": "8.1.0-pre",
|
|
"@grafana/runtime": "8.1.0-pre",
|
|
"@grafana/toolkit": "8.1.0-pre",
|
|
"@grafana/ui": "8.1.0-pre"
|
|
},
|
|
"volta": {
|
|
"node": "12.16.2"
|
|
}
|
|
}
|