Files
grafana-statusmap/package.json
T
Ivan Mikheykin b25f376f4e fix: cleanup dist folder, change README
- 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
2021-02-16 17:43:48 +03:00

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"
}
}