Plugins: add a bundle plugins folder (#20850)
Showing
... | ... | @@ -67,6 +67,7 @@ |
"execa": "^1.0.0", | ||
"expect-puppeteer": "4.1.1", | ||
"file-loader": "^4.0.0", | ||
"fork-ts-checker-webpack-plugin": "1.0.0", | ||
"fs-extra": "^8.1.0", | ||
"globby": "^10.0.1", | ||
"html-loader": "0.5.5", | ||
... | ... |
plugins-bundled/.gitignore
0 → 100644
plugins-bundled/README.md
0 → 100644
This diff is collapsed.
Click to expand it.
File moved
{ | ||
"name": "@grafana-plugins/input-datasource", | ||
"version": "6.6.0-pre", | ||
"description": "Input Datasource", | ||
"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", | ||
"license": "Apache-2.0", | ||
"devDependencies": { | ||
"@grafana/data": "^6.6.0-pre", | ||
"@grafana/ui": "^6.6.0-pre", | ||
"@grafana/toolkit": "^6.6.0-pre" | ||
} | ||
} |
Please
register
or
sign in
to comment