-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 975 Bytes
/
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
{
"name": "connect-point-plotly-react",
"version": "1.0.0",
"description": "Plotly plugin for Grafana recreated using React with more functionalities than old one.",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch"
},
"repository": "github:grafana/simple-react-panel",
"author": "Konrad Sitarz",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/grafana/simple-react-panel/issues",
"email": "[email protected]"
},
"devDependencies": {
"@grafana/data": "^7.0.0",
"@grafana/toolkit": "^7.0.0",
"@grafana/ui": "^7.0.0",
"emotion": "10.0.27"
},
"engines": {
"node": ">=12 <13"
},
"dependencies": {
"@types/lodash": "^4.14.167",
"@types/react-plotly.js": "^2.2.4",
"lodash": "^4.17.20",
"plotly.js": "^1.58.2",
"react-plotly.js": "^2.5.1"
}
}