2025-04-01 10:38:02 +09:00

43 lines
1.4 KiB
JSON

{
"name": "@grafana-plugins/parca",
"description": "Continuous profiling for analysis of CPU and memory usage, down to the line number and throughout time. Saving infrastructure cost, improving performance, and increasing reliability.",
"private": true,
"version": "11.6.0-pre",
"dependencies": {
"@emotion/css": "11.13.5",
"@grafana/data": "11.6.0-pre",
"@grafana/runtime": "11.6.0-pre",
"@grafana/schema": "11.6.0-pre",
"@grafana/ui": "11.6.0-pre",
"lodash": "4.17.21",
"monaco-editor": "0.34.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-use": "17.6.0",
"rxjs": "7.8.1",
"tslib": "2.8.1"
},
"devDependencies": {
"@grafana/plugin-configs": "11.6.0-pre",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.1",
"@types/lodash": "4.17.15",
"@types/node": "22.12.0",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"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"
}