mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
66c5ea7544
- 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
15 lines
304 B
JSON
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"
|
|
}
|
|
}
|