-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
52 lines (52 loc) · 1.42 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
45
46
47
48
49
50
51
52
{
"name": "analytics-panel",
"version": "2.1.0",
"description": "Grafana Analytics Panel",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/MacroPower/macropower-analytics-panel.git"
},
"scripts": {
"build": "grafana-toolkit plugin:build",
"lint": "eslint --ignore-path .gitignore **/*.{js,jsx,ts,tsx}",
"test": "grafana-toolkit plugin:test",
"dev": "grafana-toolkit plugin:dev",
"watch": "grafana-toolkit plugin:dev --watch",
"sign": "grafana-toolkit plugin:sign"
},
"author": {
"name": "Jacob Colvin",
"url": "https://jacobcolvin.com"
},
"devDependencies": {
"@grafana/data": "8.0.6",
"@grafana/eslint-config": "2.5.0",
"@grafana/runtime": "8.0.6",
"@grafana/toolkit": "8.0.6",
"@grafana/ui": "8.0.6",
"@types/flat": "5.0.2",
"@types/jest": "26.0.15",
"@types/uuid": "8.3.1",
"@typescript-eslint/eslint-plugin": "4.28.4",
"@typescript-eslint/parser": "4.28.4",
"eslint": "7.31.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-jsdoc": "31.6.1",
"eslint-plugin-prettier": "3.3.1",
"eslint-plugin-react": "7.22.0",
"eslint-plugin-react-hooks": "4.2.0",
"jest": "26.6.3",
"prettier": "2.3.2",
"ts-jest": "26.4.4",
"ts-loader": "6.2.1",
"typescript": "4.3.5"
},
"dependencies": {
"flat": "5.0.2",
"uuid": "8.3.2"
},
"engines": {
"node": ">=14"
}
}