vite-bundle-analyzer
Version:
a modern vite bundle analyzer tool
92 lines (91 loc) • 2.4 kB
JSON
{
"name": "vite-bundle-analyzer",
"version": "1.1.0",
"description": "a modern vite bundle analyzer tool",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"bin": {
"analyze": "dist/bin.js"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"devDependencies": {
"@eslint-sukka/react": "^6.12.0",
"@iconify-json/ph": "^1.1.12",
"@jridgewell/source-map": "^0.3.6",
"@microsoft/api-extractor": "^7.52.3",
"@stylex-extend/core": "^0.6.0",
"@stylex-extend/react": "^0.6.0",
"@stylex-extend/vite": "^0.6.0",
"@stylexjs/stylex": "^0.9.1",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@swc/core": "^1.4.16",
"@types/node": "^20.7.0",
"@types/react": "^18.2.31",
"@types/react-dom": "18.2.7",
"@vitejs/plugin-react": "^4.4.1",
"@vitest/coverage-v8": "^2.1.5",
"ansis": "^4.1.0",
"clsx": "^2.1.1",
"dprint": "^0.46.0",
"eslint": "^9.16.0",
"eslint-config-kagura": "^3.0.1",
"foxact": "^0.2.29",
"lightningcss": "^1.24.1",
"memdisk": "^1.2.1",
"mri": "^1.2.0",
"preact": "^10.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.40.1",
"rolldown": "1.0.0-beta.13",
"rollup-plugin-swc3": "^0.12.1",
"squarified": "^1.0.0",
"tinyexec": "^0.3.1",
"tsx": "^4.19.2",
"typescript": "^5.8.3",
"unplugin-icons": "^0.18.5",
"vite": "npm:rolldown-vite@6.3.18",
"vitest": "^2.1.5",
"workspace-sieve": "^0.3.2",
"@rollup/pluginutils": "^5.1.4"
},
"license": "MIT",
"author": "kanno",
"pnpm": {
"overrides": {
"@types/react": "^18.2.31",
"is-core-module": "npm:@nolyfill/is-core-module@^1"
},
"patchedDependencies": {
"@jridgewell/source-map@0.3.6": "patches/@jridgewell__source-map@0.3.6.patch"
}
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nonzzz/vite-bundle-analyzer.git"
},
"keywords": [
"vite",
"rollup",
"rollup-plugin",
"vite-plugin",
"visualizer",
"treemap",
"bundle-analyzer",
"rollup-bundle-analyzer"
],
"packageManager": "pnpm@10.10.0+sha256.fa0f513aa8191764d2b6b432420788c270f07b4f999099b65bb2010eec702a30"
}