-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
67 lines (67 loc) · 1.74 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@burna/osjs-grafana-widget",
"version": "1.1.5",
"description": "A Widget for os.js to work with Grafana.",
"main": "index.js",
"files": [
"index.js",
"README.md",
"locales.js",
"dialogChoices.js",
"customStyles.css",
"src/AbstractGrafana.js",
"src/widgetItems.js",
"src/items/area/index.js",
"src/items/area/XY-Chart.png",
"src/items/badge/index.js",
"src/items/badge/badge.scss",
"src/items/badge/badge-Chart.png",
"src/items/bars/index.js",
"src/items/bars/bar-Chart.png",
"src/items/gauge/index.js",
"src/items/gauge/gauge.css",
"src/items/gauge/gauge-Chart.png",
"src/items/singleStat/index.js",
"src/items/singleStat/singleStat.css",
"src/items/singleStat/singleStat-Chart.png",
"src/components/select2/dist/css/select2.min.css",
"src/components/select2/dist/js/select2.full.min.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BurnaSmartLab/osjs-grafana-widget.git"
},
"keywords": [
"widget",
"os.js",
"grafana",
"area-chart",
"badge-chart",
"gauge-chart",
"singlestat-chart",
"bar-chart",
"visualization",
"statistics",
"diagram"
],
"homepage": "https://github.com/BurnaSmartLab/osjs-grafana-widget/blob/master/README.md",
"authors": "Seyed Milad Hashemi, Mahsa Shadi",
"license": "ISC",
"dependencies": {
"@amcharts/amcharts4": "^4.10.3",
"apexcharts": "^3.22.0",
"d3": "^6.2.0",
"jquery": "^3.5.1",
"select2": "^4.0.13"
},
"devDependencies": {
"@osjs/eslint-config": "^1.1.0"
},
"eslintConfig": {
"extends": "@osjs/eslint-config"
}
}