Files
grafana/public/app/plugins/datasource/zipkin/package.json
2024-04-12 10:27:38 +00:00

39 lines
1.1 KiB
JSON

{
"name": "@grafana-plugins/zipkin",
"description": "Zipkin 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",
"react": "18.2.0",
"react-use": "17.5.0",
"rxjs": "7.8.1",
"tslib": "2.6.2"
},
"devDependencies": {
"@grafana/plugin-configs": "workspace:*",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.1",
"@types/jest": "29.5.12",
"@types/lodash": "4.17.0",
"@types/react": "18.2.75",
"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"
}