Files
grafana-statusmap/package.json
T

37 lines
1.0 KiB
JSON

{
"name": "flant-statusmap-panel",
"version": "0.4.0",
"description": "Grafana panel plugin to visualize status of multiple objects over time",
"main": "README.md",
"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"
},
"author": "Flant JSC",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/flant/grafana-statusmap.git"
},
"devDependencies": {
"@grafana/toolkit": "^7.3.4",
"@grafana/data": "^7.3.4",
"@grafana/ui": "^7.3.4",
"@types/d3": "4.13.1",
"@types/d3-scale-chromatic": "1.3.1",
"@types/angular": "1.6.56",
"@types/grafana": "github:flant/types-grafana",
"@types/jquery": "1.10.35",
"@types/lodash": "4.14.123",
"d3": "4.13.0",
"emotion": "10.0.27",
"lodash": "4.17.19"
},
"dependencies": {
"d3-scale-chromatic": "^2"
}
}