|
27 | 27 | "@grafana/plugin-e2e": "^1.6.1",
|
28 | 28 | "@grafana/tsconfig": "^2.0.0",
|
29 | 29 | "@playwright/test": "^1.41.2",
|
| 30 | + "@stylistic/eslint-plugin-ts": "^2.9.0", |
30 | 31 | "@swc/core": "^1.3.90",
|
31 | 32 | "@swc/helpers": "^0.5.0",
|
32 | 33 | "@swc/jest": "^0.2.26",
|
|
37 | 38 | "@types/node": "^20.8.7",
|
38 | 39 | "@types/react-router-dom": "^5.2.0",
|
39 | 40 | "@types/testing-library__jest-dom": "5.14.8",
|
| 41 | + "@typescript-eslint/eslint-plugin": "^6.18.0", |
| 42 | + "@typescript-eslint/parser": "^6.18.0", |
40 | 43 | "aedes": "^0.51.3",
|
41 | 44 | "copy-webpack-plugin": "^11.0.0",
|
42 | 45 | "cspell": "^6.13.3",
|
43 | 46 | "css-loader": "^6.7.3",
|
| 47 | + "eslint": "^8.0.0", |
| 48 | + "eslint-config-prettier": "^8.8.0", |
44 | 49 | "eslint-plugin-deprecation": "^2.0.0",
|
| 50 | + "eslint-plugin-jsdoc": "^46.8.0", |
| 51 | + "eslint-plugin-react": "^7.33.0", |
| 52 | + "eslint-plugin-react-hooks": "^4.6.0", |
45 | 53 | "eslint-webpack-plugin": "^4.0.1",
|
46 | 54 | "fork-ts-checker-webpack-plugin": "^8.0.0",
|
47 | 55 | "glob": "^10.2.7",
|
|
55 | 63 | "sass-loader": "13.3.1",
|
56 | 64 | "style-loader": "3.3.3",
|
57 | 65 | "swc-loader": "^0.2.3",
|
| 66 | + "terser-webpack-plugin": "^5.3.10", |
58 | 67 | "ts-node": "^10.9.2",
|
59 | 68 | "tsconfig-paths": "^4.2.0",
|
60 | 69 | "typescript": "5.5.4",
|
61 | 70 | "webpack": "^5.94.0",
|
62 | 71 | "webpack-cli": "^5.1.4",
|
63 | 72 | "webpack-livereload-plugin": "^3.0.2",
|
64 |
| - "webpack-virtual-modules": "^0.6.2", |
65 |
| - "@stylistic/eslint-plugin-ts": "^2.9.0", |
66 |
| - "@typescript-eslint/eslint-plugin": "^6.18.0", |
67 |
| - "@typescript-eslint/parser": "^6.18.0", |
68 |
| - "eslint": "^8.0.0", |
69 |
| - "eslint-config-prettier": "^8.8.0", |
70 |
| - "eslint-plugin-jsdoc": "^46.8.0", |
71 |
| - "eslint-plugin-react": "^7.33.0", |
72 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
73 |
| - "terser-webpack-plugin": "^5.3.10", |
74 |
| - "webpack-subresource-integrity": "^5.1.0" |
| 73 | + "webpack-subresource-integrity": "^5.1.0", |
| 74 | + "webpack-virtual-modules": "^0.6.2" |
75 | 75 | },
|
76 | 76 | "engines": {
|
77 | 77 | "node": ">=20"
|
|
0 commit comments