You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "grafana-chartwerk-panel",
|
|
|
|
"version": "0.4.0",
|
|
|
|
"description": "Chartwerk Panel",
|
|
|
|
"scripts": {
|
|
|
|
"build": "grafana-toolkit plugin:build",
|
|
|
|
"test": "grafana-toolkit plugin:test",
|
|
|
|
"dev": "grafana-toolkit plugin:dev",
|
|
|
|
"watch": "grafana-toolkit plugin:dev --watch",
|
|
|
|
"sign": "grafana-toolkit plugin:sign",
|
|
|
|
"start": "yarn watch"
|
|
|
|
},
|
|
|
|
"author": "CorpGlory",
|
|
|
|
"license": "GPL V3",
|
|
|
|
"devDependencies": {
|
|
|
|
"@chartwerk/gauge-pod": "gitlab:chartwerk/gauge-pod#9982c0b7ca149dba807bf3b3fa1daddaf114f1a1",
|
|
|
|
"@grafana/data": "latest",
|
|
|
|
"@grafana/toolkit": "latest",
|
|
|
|
"@grafana/ui": "latest",
|
|
|
|
"emotion": "10.0.27",
|
|
|
|
"prettier": "^2.6.2"
|
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": ">=14"
|
|
|
|
}
|
|
|
|
}
|