rsnext/packages/next-bundle-analyzer/package.json
Jiachi Liu b180becad5
Update bundle analyzer dependency and output (#42797)
* Update `webpack-bundle-analyzer` to 4.7.0
* Change the output file paths of bundle analyzing results to
`./next/analyze/<nodejs|edge|client>.html`
2022-11-11 16:39:45 -08:00

14 lines
293 B
JSON

{
"name": "@next/bundle-analyzer",
"version": "13.0.3",
"main": "index.js",
"types": "index.d.ts",
"license": "MIT",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-bundle-analyzer"
},
"dependencies": {
"webpack-bundle-analyzer": "4.7.0"
}
}