-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.4 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "grafana-chartwerk-panel",
"version": "0.3.3",
"description": "Chartwerk Panel",
"main": "dist/module.js",
"scripts": {
"build": "webpack --config build/webpack.prod.conf.js",
"dev": "webpack --config build/webpack.dev.conf.js"
},
"keywords": [],
"author": "CorpGlory",
"license": "Apache-2.0",
"repository": "https://github.com/chartwerk/grafana-chartwerk-panel",
"devDependencies": {
"@chartwerk/bar-chart": "^0.2.3",
"@chartwerk/line-chart": "github:chartwerk/line-chart#f93fcf7783e29a87f61a5209bbbc9483028bb43d",
"@chartwerk/gauge-pod": "github:chartwerk/gauge-pod#fffae909638249ba5a94bbd0d55658f617ca7f35",
"@grafana/data": "7.3.1",
"@grafana/runtime": "7.3.1",
"@grafana/ui": "7.3.1",
"@types/angular": "^1.6.57",
"@types/grafana": "github:CorpGlory/types-grafana#8c55ade5212f089748f6955f73e8f753fff9f278",
"@types/jquery": "^3.3.34",
"@types/lodash": "^4.14.74",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^3.2.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"moment": "^2.24.0",
"ng-annotate-webpack-plugin": "^0.3.0",
"node-sass": "^4.12.0",
"raw-loader": "^4.0.0",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass-loader": "^7.3.1",
"style-loader": "^1.0.0",
"ts-loader": "^4.4.0",
"typescript": "^3.8.3",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.3"
},
"dependencies": {}
}