-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.77 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
{
"name": "novatec-service-dependency-graph-panel",
"version": "4.1.1",
"description": "Service Dependency Graph panel 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"
},
"keywords": [
"grafana",
"plugin",
"service-dependency-graph",
"topology"
],
"repository": "github:grafana/NovatecConsulting/novatec-service-dependency-graph-panel",
"author": "Novatec",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/NovatecConsulting/novatec-service-dependency-graph-panel/issues",
"email": "[email protected]"
},
"devDependencies": {
"@babel/core": "7.12.9",
"@babel/preset-env": "7.12.7",
"@grafana/data": "^8.5.5",
"@grafana/toolkit": "^8.5.5",
"@grafana/ui": "^8.5.5",
"@types/react-cytoscapejs": "^1.1.2",
"babel-loader": "8.2.2",
"emotion": "10.0.27",
"prettier": "2.6.2",
"sass-loader": "^10.1.0",
"ts-jest": "^28.0.4",
"ts-loader": "8.0.11"
},
"engines": {
"node": ">=12"
},
"dependencies": {
"@grafana/runtime": "^8.5.4",
"@types/lodash": "^4.14.167",
"@types/react-autosuggest": "^10.0.1",
"@types/react-bootstrap-table-next": "^4.0.10",
"babel-preset-react": "^6.24.1",
"css-loader": "^5.0.1",
"cytoscape": "^3.14.2",
"cytoscape-canvas": "^3.0.1",
"cytoscape-cola": "^2.4.0",
"human-format": "^0.11.0",
"react": "^17.0.1",
"react-autosuggest": "^10.0.4",
"react-bootstrap-table-next": "^4.0.3",
"react-cytoscapejs": "^1.2.1",
"react-native": "^0.64.1",
"style-loader": "^2.0.0",
"typescript": "^4.0.5",
"webpack": "^5.9.0"
}
}