-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 997 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
{
"name": "im-donut-panel-plugin",
"version": "1.0.0",
"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": "Integration Matters",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "8.0.2",
"@grafana/toolkit": "8.0.2",
"@grafana/ui": "8.0.2",
"emotion": "10.0.27",
"node-sass": "4.14.1",
"tslib": "2.2.0"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"@fortawesome/fontawesome-common-types": "./fontawesome-common-types",
"@fortawesome/fontawesome-free": "./fontawesome-free",
"@fortawesome/fontawesome-svg-core": "./fontawesome-svg-core",
"@fortawesome/free-solid-svg-icons": "./free-solid-svg-icons",
"@fortawesome/react-fontawesome": "./react-fontawesome"
}
}