forked from grafana/grafana-infinity-datasource
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.34 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": "grafana-infinity-datasource",
"version": "0.0.1",
"description": "Infinity data source plugin for Grafana",
"main": "dist/module.js",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"docs:dev": "vuepress dev",
"docs:build": "vuepress build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yesoreyeram/grafana-infinity-datasource.git"
},
"keywords": [
"grafana",
"grafana infinity",
"grafana utils",
"web scraping"
],
"author": "Sriramajeyam Sugumaran",
"license": "ISC",
"bugs": {
"url": "https://github.com/yesoreyeram/grafana-infinity-datasource/issues"
},
"homepage": "https://github.com/yesoreyeram/grafana-infinity-datasource#readme",
"dependencies": {
"@grafana/runtime": "7.1.5",
"@grafana/data": "7.1.5",
"@grafana/ui": "7.1.5",
"cheerio": "^1.0.0-rc.3",
"csv-parse": "^4.12.0",
"lodash": "^4.17.19"
},
"devDependencies": {
"@grafana/toolkit": "7.1.5",
"@types/cheerio": "^0.22.21",
"@types/grafana": "github:CorpGlory/types-grafana.git",
"@types/lodash": "^4.14.149",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"vuepress": "^1.5.4"
}
}