mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +00:00
- move images for README into docs/img - move libs/* into utils. libs folder is copied into dist by grafana-toolkit - remove d3-scale-chromatic sources, use it from dependencies - update compatible versions in README - update installation info
36 lines
997 B
JSON
36 lines
997 B
JSON
{
|
|
"name": "flant-statusmap-panel",
|
|
"version": "0.4.0-pre",
|
|
"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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|