forked from algenty/grafana-flowcharting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.79 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
{
"name": "flowcharting",
"version": "1.0.0d",
"description": "flow charting plugin for Grafana",
"main": "src/module.js",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"archive": "gulp package",
"clean": "gulp clean",
"sign": "grafana-toolkit plugin:sign"
},
"repository": {
"type": "git",
"url": "git+https://github.com/algenty/grafana-flowcharting"
},
"author": "Arnaud GENTY",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/algenty/grafana-flowcharting/issues"
},
"homepage": "https://github.com/algenty/grafana-flowcharting",
"devDependencies": {
"@grafana/data": "8.5.2",
"@grafana/eslint-config": "3.0.0",
"@grafana/runtime": "8.5.2",
"@grafana/toolkit": "8.5.2",
"@grafana/ui": "8.5.2",
"@types/angular": "1.8.2",
"@types/chartist": "^0.9.46",
"@types/chroma-js": "^2.0.0",
"@types/grafana": "github:CorpGlory/types-grafana.git",
"@types/jquery": "^3.5.14",
"@types/lodash": "^4.14.182",
"@types/pako": "^1.0.3",
"build-number-generator": "^1.0.0",
"chartist": "^0.11.4",
"chroma-js": "^2.1.0",
"console": "^0.7.2",
"dayjs": "^1.9.6",
"del": "^6.0.0",
"grafana-sdk-mocks": "grafana/grafana-sdk-mocks",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-json-editor": "^2.5.6",
"gulp-notify": "^4.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-zip": "^5.1.0",
"jest-fetch-mock": "^3.0.3",
"lodash": "^4.17.21",
"nanoid": "^3.3.4",
"pako": "^2.0.4",
"postcss": "^8.4.13",
"safe-eval": "^0.4.1",
"vkbeautify": "^0.99.3"
},
"dependencies": {},
"engines": {
"node": ">=14"
}
}