53 lines
1.6 KiB
JSON
53 lines
1.6 KiB
JSON
{
|
|
"name": "@grafana-plugins/jaeger",
|
|
"description": "Jaeger plugin for Grafana",
|
|
"private": true,
|
|
"version": "11.6.0-pre",
|
|
"dependencies": {
|
|
"@emotion/css": "11.13.5",
|
|
"@grafana/data": "workspace:*",
|
|
"@grafana/e2e-selectors": "workspace:*",
|
|
"@grafana/o11y-ds-frontend": "workspace:*",
|
|
"@grafana/plugin-ui": "0.10.1",
|
|
"@grafana/runtime": "workspace:*",
|
|
"@grafana/ui": "workspace:*",
|
|
"lodash": "4.17.21",
|
|
"logfmt": "^1.3.2",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"react-select": "5.10.0",
|
|
"react-window": "1.8.11",
|
|
"rxjs": "7.8.1",
|
|
"stream-browserify": "3.0.0",
|
|
"tslib": "2.8.1",
|
|
"uuid": "11.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/plugin-configs": "workspace:*",
|
|
"@testing-library/dom": "10.4.0",
|
|
"@testing-library/jest-dom": "6.6.3",
|
|
"@testing-library/react": "16.2.0",
|
|
"@testing-library/user-event": "14.6.1",
|
|
"@types/jest": "29.5.14",
|
|
"@types/lodash": "4.17.15",
|
|
"@types/logfmt": "^1.2.3",
|
|
"@types/node": "22.12.0",
|
|
"@types/react": "18.3.18",
|
|
"@types/react-dom": "18.3.5",
|
|
"@types/react-window": "1.8.8",
|
|
"@types/uuid": "10.0.0",
|
|
"ts-node": "10.9.2",
|
|
"typescript": "5.7.3",
|
|
"webpack": "5.97.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@grafana/runtime": "*"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack -c ./webpack.config.ts --env production",
|
|
"build:commit": "webpack -c ./webpack.config.ts --env production --env commit=$(git rev-parse --short HEAD)",
|
|
"dev": "webpack -w -c ./webpack.config.ts --env development"
|
|
},
|
|
"packageManager": "yarn@4.6.0"
|
|
}
|