generated from grafana/grafana-starter-panel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 909 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
{
"name": "simple-react-panel",
"version": "1.0.0",
"description": "graph-plus-grafana-panel",
"scripts": {
"build": "webpack --config webpack.custom.config.js",
"test": "grafana-toolkit plugin:test",
"dev": "webpack --env.development --config webpack.custom.config.js",
"watch": "webpack --env.development --env.watch --config webpack.custom.config.js"
},
"repository": "github:grafana/simple-react-panel",
"author": "Grafana Labs <[email protected]> (https://grafana.com)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/grafana/simple-react-panel/issues",
"email": "[email protected]"
},
"devDependencies": {
"@grafana/data": "7.0.1",
"@grafana/toolkit": "7.0.1",
"@grafana/ui": "7.0.1",
"emotion": "10.0.27",
"grafana": "github:ozonru/grafana",
"webpack-cli": "^3.3.12"
},
"engines": {
"node": ">=12 <13"
}
}