mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
38 lines
1.2 KiB
JSON
38 lines
1.2 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": "10.4.0-pre",
|
|
"dependencies": {
|
|
"@emotion/css": "11.11.2",
|
|
"@grafana/data": "10.4.0-pre",
|
|
"@grafana/runtime": "10.4.0-pre",
|
|
"@grafana/schema": "10.4.0-pre",
|
|
"@grafana/ui": "10.4.0-pre",
|
|
"lodash": "4.17.21",
|
|
"monaco-editor": "0.34.0",
|
|
"react": "18.2.0",
|
|
"react-use": "17.5.0",
|
|
"rxjs": "7.8.1",
|
|
"tslib": "2.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"@grafana/plugin-configs": "10.4.0-pre",
|
|
"@testing-library/react": "14.1.2",
|
|
"@testing-library/user-event": "14.5.2",
|
|
"@types/lodash": "4.14.202",
|
|
"@types/react": "18.2.48",
|
|
"ts-node": "10.9.2",
|
|
"webpack": "5.90.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@3.6.0"
|
|
}
|