Files
grafana-statusmap/package.json
T
Ivan Mikheykin e987dee850 feat: use grafana-toolkit to build a plugin
- fix linter warnings
- use yarn: remove Gruntfile.js and package-lock.json

++
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",
"emotion": "10.0.27"
},
"dependencies": {
"d3": "4.13.0",
"d3-scale-chromatic": "^2",
"lodash": "4.17.19"
}
}