You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.2 KiB
41 lines
1.2 KiB
7 years ago
|
{
|
||
|
"name": "hastic-graph-panel",
|
||
|
"version": "0.1.0",
|
||
|
"description": "Grafalys default panel for rendering and interaction with analytic unit",
|
||
|
"main": "dist/module",
|
||
|
"scripts": {
|
||
|
"build": "webpack --config build/webpack.prod.conf.js",
|
||
|
"dev": "webpack --config build/webpack.dev.conf.js"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "Alexey Velikiy",
|
||
|
"license": "MIT",
|
||
|
"repository": "https://github.com/CorpGlory/hastic/hastic-grafana-graph-panel",
|
||
|
"devDependencies": {
|
||
|
"@types/angular": "^1.6.43",
|
||
|
"@types/flot": "0.0.31",
|
||
|
"@types/grafana": "github:CorpGlory/types-grafana",
|
||
|
"@types/jquery": "^3.3.0",
|
||
|
"@types/lodash": "^4.14.104",
|
||
|
"@types/moment": "^2.13.0",
|
||
|
"@types/perfect-scrollbar": "^1.3.0",
|
||
|
"@types/tinycolor2": "^1.4.0",
|
||
|
"@types/md5": "^2.1.32",
|
||
|
"babel-core": "^6.26.0",
|
||
|
"babel-loader": "^7.1.2",
|
||
|
"babel-preset-env": "^1.6.0",
|
||
|
"copy-webpack-plugin": "^4.0.1",
|
||
|
"loader-utils": "^1.1.0",
|
||
|
"ts-loader": "^4.2.0",
|
||
|
"typescript": "^2.8.3",
|
||
|
"webpack": "^4.7.0",
|
||
|
"webpack-cli": "^2.1.2",
|
||
|
"md5": "^2.2.1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"perfect-scrollbar": "^1.3.0",
|
||
|
"tether-drop": "^1.4.2",
|
||
|
"tinycolor2": "^1.4.1"
|
||
|
}
|
||
|
}
|