-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.25 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "@factry/untimely-panel",
"version": "0.3.1",
"description": "Untimely Grafana panel",
"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": "Factry BV",
"license": "Apache-2.0",
"devDependencies": {
"@grafana/toolkit": "^8.3.4",
"@types/flot": "^0.0.32",
"@types/jquery": "^3.5.10",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.3.0",
"webpack-livereload-plugin": "^3.0.2"
},
"dependencies": {
"@grafana/data": "^8.3.2",
"@grafana/ui": "^8.3.2",
"@popperjs/core": "^2.11.0",
"jquery": "^3.6.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-popper": "^2.2.5"
},
"engines": {
"node": ">=14"
}
}