-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
35 lines (35 loc) · 984 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
35
{
"name": "huawei-cloudeye-grafana",
"version": "1.0.0",
"description": "huawei cloudeye grafana plugin",
"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": "cloudeye",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/data": "8.2.1",
"@grafana/toolkit": "8.2.1",
"@grafana/runtime": "8.2.1",
"@grafana/ui": "8.2.1",
"@types/lodash": "4.14.198",
"eslint": "8.56.0",
"babel-eslint": "8.2.3",
"typescript": "4.9.5-h1.AllScenario.devecostudio.r121",
"@typescript-eslint/parser": "6.15.0",
"@typescript-eslint/eslint-plugin": "6.15.0",
"eslint-plugin-react": "7.33.2",
"@cloud/eslint-config-cbc": "1.7.11"
},
"resolutions": {
"rxjs": "7.3.0"
},
"engines": {
"node": ">=14"
}
}