forked from kentik/kentik-grafana-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.59 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
49
50
51
52
{
"name": "kentik-connect-app",
"private": false,
"version": "1.6.1",
"description": "Kentik Connect for Grafana allows you to quickly and easily enhance your visibility into your network traffic.",
"scripts": {
"build": "webpack --config build/webpack.prod.conf.js",
"dev": "webpack --config build/webpack.dev.conf.js",
"test": "jest --config jest.config.js",
"tslint": "tslint -c tslint.json --project tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kentik/kentik-grafana-app.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kentik/kentik-grafana-app/issues"
},
"devDependencies": {
"@babel/core": "7.4.5",
"@grafana/data": "^8.3.2",
"@grafana/runtime": "^8.3.2",
"@grafana/toolkit": "^8.3.2",
"@types/angular": "1.6.54",
"@types/grafana": "github:CorpGlory/types-grafana",
"@types/jest": "23.3.14",
"@types/lodash": "^4.14.144",
"@types/react": "^17.0.38",
"clean-webpack-plugin": "0.1.19",
"copy-webpack-plugin": "4.6.0",
"css-loader": "1.0.1",
"extract-text-webpack-plugin": "4.0.0-beta.0",
"html-loader": "0.5.5",
"jest": "23.6.0",
"lodash": "^4.17.15",
"moment": "2.24.0",
"ng-annotate-webpack-plugin": "0.3.0",
"node-sass": "4.12.0",
"replace-in-file-webpack-plugin": "^1.0.6",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"ts-jest": "23.10.5",
"ts-loader": "^8.2.0",
"tslint": "^5.20.0",
"typescript": "^4.2.4",
"webpack": "4.32.2",
"webpack-cli": "3.3.2"
},
"dependencies": {}
}