forked from devopsprodigy/kubegraf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.33 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
42
43
44
45
46
47
48
{
"name": "dop-kube-graf",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"sign": "grafana-toolkit plugin:sign",
"release": "npm run build && npm run sign"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.8.3",
"@types/grafana": "https://[email protected]/CorpGlory/types-grafana.git",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"grafana-sdk-mocks": "github:grafana/grafana-sdk-mocks",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^2.1.0",
"grunt-systemjs-builder": "^0.2.5",
"grunt-typescript": "^0.8.0",
"load-grunt-tasks": "~3.2.0",
"loader-utils": "^1.2.3",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@grafana/toolkit": "^7.3.5",
"bindings": "^1.5.0",
"lodash": "^4.17.4",
"moment": "^2.24.0"
}
}