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.
24 lines
608 B
24 lines
608 B
3 years ago
|
{
|
||
|
"name": "corpglory-corpglory-chartwerk-panel",
|
||
|
"version": "1.0.0",
|
||
|
"description": "grafana 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": false,
|
||
|
"license": "Apache-2.0",
|
||
|
"devDependencies": {
|
||
|
"@grafana/data": "latest",
|
||
|
"@grafana/toolkit": "latest",
|
||
|
"@grafana/ui": "latest",
|
||
|
"emotion": "10.0.27"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=14"
|
||
|
}
|
||
|
}
|