Files
Georgi Serev 66c5ea7544 refactor(devtools): improve profiler ux
- Add info tooltips that describe the visualizations and other
parts of the UI
- Improve the frame selector by adding axes labels and a
horizontal line for frames exceeding 60 fps
- Use a precise frame rate calculations instead of approximations
- Introduce improvements to the details panel
- Improve the bar chart visualization
- And more
2026-08-11 10:00:02 -07:00

15 lines
304 B
JSON

{
"dependencies": {
"d3": "^7.0.0",
"dagre-d3-es": "^7.0.14",
"ngx-flamegraph": "0.2.0",
"todomvc-app-css": "^2.3.0",
"todomvc-common": "^1.0.5",
"webtreemap": "^2.0.1"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/firefox-webext-browser": "^143.0.0"
}
}