-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
37 lines (37 loc) · 1.11 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
{
"name": "grafana-multibar-graph-panel",
"version": "0.2.5",
"description": "Webpack copy of Grafana default panel",
"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/grafana-multibar-graph-panel",
"devDependencies": {
"@types/angular": "^1.6.55",
"@types/flot": "0.0.31",
"@types/grafana": "github:CorpGlory/types-grafana",
"@types/jquery": "^3.3.30",
"@types/lodash": "^4.14.136",
"@types/moment": "^2.13.0",
"@types/perfect-scrollbar": "^1.3.0",
"@types/tinycolor2": "^1.4.2",
"copy-webpack-plugin": "^5.0.4",
"imports-loader": "^0.8.0",
"jquery": "^3.4.1",
"loader-utils": "^1.2.3",
"ng-annotate-webpack-plugin": "^0.3.0",
"perfect-scrollbar": "^1.4.0",
"tether-drop": "^1.4.2",
"tinycolor2": "^1.4.1",
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"webpack": "4.38.0",
"webpack-cli": "^3.3.6"
},
"dependencies": {}
}