-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 932 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": "orchestracities-iconstat-panel",
"version": "1.2.3",
"description": "",
"scripts": {
"build": "grafana-toolkit plugin:build",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"sign": "grafana-toolkit plugin:sign",
"start": "yarn watch"
},
"author": "Federico M. Facca",
"license": "AGPL-3.0",
"devDependencies": {
"@grafana/data": "8.2.2",
"@grafana/runtime": "8.2.2",
"@grafana/toolkit": "8.4.6",
"@grafana/ui": "^8.2.2",
"@types/lodash": "^4.14.176",
"emotion": "10.0.27"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"@types/tinycolor2": "^1.4.3",
"tinycolor2": "^1.4.2",
"yarn": "^1.22.18"
}
}