mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "@grafana-plugins/jaeger",
|
|
"description": "Jaeger plugin for Grafana",
|
|
"private": true,
|
|
"version": "11.1.0-pre",
|
|
"dependencies": {
|
|
"@emotion/css": "11.11.2",
|
|
"@grafana/data": "workspace:*",
|
|
"@grafana/experimental": "1.7.10",
|
|
"@grafana/o11y-ds-frontend": "workspace:*",
|
|
"@grafana/runtime": "workspace:*",
|
|
"@grafana/ui": "workspace:*",
|
|
"lodash": "4.17.21",
|
|
"logfmt": "^1.3.2",
|
|
"react-window": "1.8.10",
|
|
"rxjs": "7.8.1",
|
|
"stream-browserify": "3.0.0",
|
|
"tslib": "2.6.2",
|
|
"uuid": "9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/plugin-configs": "workspace:*",
|
|
"@testing-library/jest-dom": "6.4.2",
|
|
"@testing-library/react": "15.0.1",
|
|
"@testing-library/user-event": "14.5.2",
|
|
"@types/jest": "29.5.12",
|
|
"@types/lodash": "4.17.0",
|
|
"@types/logfmt": "^1.2.3",
|
|
"@types/react-window": "1.8.8",
|
|
"@types/uuid": "9.0.8",
|
|
"ts-node": "10.9.2",
|
|
"webpack": "5.91.0"
|
|
},
|
|
"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.1.1"
|
|
}
|