{
"name": "hprof-report-web",
"version": "0.1.0",
"private": true,
"description": "React app bundled into the hprof-analyzer self-contained HTML report",
"type": "module",
"scripts": {
"build": "node esbuild.config.mjs"
},
"dependencies": {
"chart.js": "4.4.7",
"react": "18.3.1",
"react-chartjs-2": "5.2.0",
"react-dom": "18.3.1"
},
"devDependencies": {
"esbuild": "0.24.0",
"typescript": "5.6.3"
}
}