-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 1020 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
{
"name": "isaozler-paretochart-panel",
"version": "0.3.4",
"description": "A Pareto Chart plugin for Grafana",
"scripts": {
"build": "yarn lint && grafana-toolkit plugin:build && npx @grafana/toolkit plugin:sign",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"lint": "prettier ./src/**/*.{ts,tsx,scss} --write --ignore-unknown",
"deploy": "yarn build && cp -r ./dist ./pareto-chart && zip pareto-chart.zip -r ./pareto-chart && rm -Rf ./pareto-chart"
},
"repository": "github:grafana/pareto-chart",
"author": "Isa Ozler",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/isaozler/pareto-chart/issues",
"email": "contactme@isaozler.com"
},
"devDependencies": {
"@grafana/data": "7.0.1",
"@grafana/toolkit": "7.0.1",
"@grafana/ui": "7.0.1",
"@types/d3": "^5.7.2",
"emotion": "10.0.27",
"tslib": "^2.3.1"
},
"engines": {
"node": ">=12 <13"
}
}