forked from vsergeyev/loudml-grafana-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.07 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
{
"name": "loudml-grafana-app",
"version": "1.7.1",
"description": "Loud ML app: visualization panel for Grafana to connect with Loud ML AI",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vsergeyev/loudml-grafana-app"
},
"author": "Volodymyr Sergeyev <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vsergeyev/loudml-grafana-app/issues",
"email": "[email protected]"
},
"devDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"slate": ">=0.55.0",
"@grafana/data": "^6.7.1",
"@grafana/runtime": "^6.7.1",
"@grafana/toolkit": "^6.7.1",
"@grafana/ui": "^6.7.1",
"@babel/core": "^7.0.0-0",
"slate-react": ">=0.22.0",
"babel-loader": ">=8.1.0",
"webpack": ">=2",
"@babel/plugin-proposal-numeric-separator": "^7.8.3"
},
"dependencies": {
}
}