Files
grafana-statusmap/package.json
T
Ivan Mikheykin 8c7279561d ref: one codebase for hover tooltip and freezed tooltip
- rename variables for URL template, use templateSrv to render URL links
- fix visibility of tooltip items and url template help popup whe the light theme is used
- rework Tooltip settings pane, organize tooltip editor fields
- rename properties in panel config, implement migration logic for legacy configuration
- close button for the frozen tooltip
- use relative positioning for proper page scrolling
2020-07-09 13:16:09 +03:00

63 lines
1.9 KiB
JSON

{
"name": "flant-statusmap-panel",
"version": "0.2.0",
"description": "Grafana panel plugin to visualize status of multiple objects over time",
"main": "README.md",
"scripts": {
"build": "grunt",
"check-types": "node_modules/typescript/bin/tsc",
"test": "jest"
},
"author": "Flant JSC",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/flant/grafana-statusmap.git"
},
"devDependencies": {
"@babel/core": "7.6.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-transform-for-of": "^7.0.0",
"@babel/plugin-transform-modules-systemjs": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/preset-env": "7.6.3",
"@babel/preset-typescript": "7.6.0",
"@types/d3": "4.13.1",
"@types/d3-scale-chromatic": "1.3.1",
"@types/angular": "1.6.56",
"@types/grafana": "github:flant/types-grafana",
"@types/jest": "24.0.13",
"@types/jquery": "1.10.35",
"@types/lodash": "4.14.123",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.8.0",
"babel-loader": "8.0.5",
"babel-plugin-angularjs-annotate": "0.10.0",
"babel-eslint": "^10.0.2",
"eslint": "^4.12.1",
"grunt": "^1.0.4",
"grunt-angular-templates": "1.2.0",
"grunt-babel": "^8.0.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-notify": "^0.4.5",
"jest": "24.8.0",
"jest-canvas-mock": "2.1.2",
"jest-date-mock": "1.0.7",
"load-grunt-tasks": "^3.5.2",
"typescript": "3.7.2",
"ts-jest": "24.1.0",
"tslib": "1.10.0"
},
"dependencies": {
"d3": "4.13.0",
"d3-scale-chromatic": "1.5.0",
"lodash": "4.17.15",
"moment": "2.24.0"
}
}