forked from epam/TimeBaseGrafanaPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 902 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": "epam-timebase-datasource",
"version": "1.0.7",
"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 --rootUrls $GRAFANA_ROOT_URLS"
},
"author": "EPAM Systems, Inc.",
"license": "Apache-2.0",
"engines": {
"node": ">=14 <=15"
},
"devDependencies": {
"@grafana/data": "7.5.8",
"@grafana/runtime": "7.5.8",
"@grafana/toolkit": "7.5.8",
"@grafana/ui": "7.5.8",
"@types/lodash": "latest",
"@testing-library/jest-dom": "5.4.0",
"@testing-library/react": "^10.0.2",
"fast-deep-equal": "^3.1.3",
"react-select": "^3.1.0",
"react-select-async-paginate": "^0.4.0",
"tslib": "^2.3.0"
}
}