mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
21 lines
543 B
JSON
21 lines
543 B
JSON
{
|
|
"name": "@grafana/plugin-configs",
|
|
"description": "Shared dependencies and files for core plugins",
|
|
"private": true,
|
|
"version": "11.1.0-pre",
|
|
"dependencies": {
|
|
"tslib": "2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/tsconfig": "^1.3.0-rc1",
|
|
"copy-webpack-plugin": "12.0.2",
|
|
"eslint-webpack-plugin": "4.1.0",
|
|
"fork-ts-checker-webpack-plugin": "9.0.2",
|
|
"glob": "10.3.12",
|
|
"replace-in-file-webpack-plugin": "1.0.6",
|
|
"swc-loader": "0.2.6",
|
|
"webpack": "5.91.0"
|
|
},
|
|
"packageManager": "yarn@4.1.1"
|
|
}
|