-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 2.09 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
53
54
55
56
57
58
59
{
"name": "centreon-grafana-datasource",
"version": "1.1.0",
"description": "Centreon™ datasource Grafana plugin",
"scripts": {
"build": "grafana-toolkit plugin:build --skipLint",
"eslint": "eslint \"src/**/*.{js,ts,jsx,tsx}\"",
"eslint:fix": "yarn eslint --fix",
"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": "Centreon",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.18.5",
"@babel/eslint-parser": "^7.18.2",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-arrow-functions": "^7.17.12",
"@babel/plugin-transform-regenerator": "^7.18.0",
"@babel/plugin-transform-shorthand-properties": "^7.16.7",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.18.2",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.17.12",
"@centreon/js-config": "23.4.11",
"@grafana/data": "^9.0.0",
"@grafana/runtime": "^9.0.0",
"@grafana/toolkit": "^9.0.0",
"@grafana/ui": "^9.0.0",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "^13.3.0",
"@types/lodash": "^4.14.182",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"eslint": "^8.27.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-hooks": "^0.4.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.1.5",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prefer-arrow-functions": "^3.1.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"react": "^18.2.0"
},
"engines": {
"node": ">=14"
}
}