grafana/packages/grafana-plugin-configs/package.json
2024-06-05 10:08:51 +00:00

25 lines
647 B
JSON

{
"name": "@grafana/plugin-configs",
"description": "Shared dependencies and files for core plugins",
"private": true,
"version": "11.0.0",
"dependencies": {
"tslib": "2.6.3"
},
"devDependencies": {
"@grafana/tsconfig": "^1.3.0-rc1",
"@swc/core": "1.4.2",
"@types/eslint": "8.56.10",
"copy-webpack-plugin": "12.0.2",
"eslint": "8.57.0",
"eslint-webpack-plugin": "4.2.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"glob": "10.4.1",
"replace-in-file-webpack-plugin": "1.0.6",
"swc-loader": "0.2.6",
"typescript": "5.4.5",
"webpack": "5.91.0"
},
"packageManager": "yarn@4.2.2"
}