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.
30 lines
868 B
30 lines
868 B
{ |
|
"name": "grafana-chartwerk-panel", |
|
"version": "0.5.1", |
|
"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", |
|
"lint": "yarn prettier --write ." |
|
}, |
|
"author": "CorpGlory Inc.", |
|
"license": "GPL V3", |
|
"devDependencies": { |
|
"@chartwerk/gauge-pod": "^0.6.2", |
|
"@chartwerk/bar-pod": "^0.6.3", |
|
"@grafana/data": "latest", |
|
"@grafana/toolkit": "latest", |
|
"@grafana/ui": "latest", |
|
"@types/grafana": "github:CorpGlory/types-grafana#8c55ade5212f089748f6955f73e8f753fff9f278", |
|
"emotion": "10.0.27", |
|
"lodash": "^4.17.21", |
|
"prettier": "^2.6.2" |
|
}, |
|
"engines": { |
|
"node": ">=14" |
|
} |
|
}
|
|
|