forked from grafana/kentik-app
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
34 lines (34 loc) · 1.06 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
{
"name": "kentik-connect-app",
"private": false,
"version": "1.7.0",
"description": "Kentik Connect for Grafana allows you to quickly and easily enhance your visibility into your network traffic.",
"scripts": {
"build": "grafana-toolkit plugin:build",
"dev": "grafana-toolkit plugin:dev --watch",
"test": "grafana-toolkit plugin:test",
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx --max-warnings=0 ./src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kentik/kentik-grafana-app.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/kentik/kentik-grafana-app/issues"
},
"devDependencies": {
"@grafana/data": "^8.5.1",
"@grafana/runtime": "^8.5.1",
"@grafana/toolkit": "^8.5.1",
"@grafana/ui": "^8.5.1",
"@types/angular": "^1.6.54",
"@types/grafana": "github:CorpGlory/types-grafana",
"@types/lodash": "^4.14.144",
"@types/react": "^17.0.38",
"lodash": "^4.17.15",
"replace-in-file-webpack-plugin": "^1.0.6",
"typescript": "^4.2.4"
}
}