-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
91 lines (91 loc) · 2.49 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "vite-bundle-analyzer",
"version": "0.16.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",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-esm-shim": "^0.1.7",
"@rollup/plugin-node-resolve": "^15.2.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.3.4",
"@vitest/coverage-v8": "^2.1.5",
"ansis": "^3.3.2",
"c8": "^8.0.1",
"clsx": "^2.1.1",
"commander": "^12.1.0",
"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",
"preact": "^10.19.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^4.13.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-swc3": "^0.11.2",
"squarified": "^0.2.2",
"tinyexec": "^0.3.1",
"tsx": "^4.19.2",
"typescript": "^5.2.2",
"unplugin-icons": "^0.18.5",
"vite": "^6",
"vitest": "^2.1.5"
},
"license": "MIT",
"author": "kanno",
"pnpm": {
"overrides": {
"@types/react": "^18.2.31",
"is-core-module": "npm:@nolyfill/is-core-module@^1"
},
"patchedDependencies": {
"@rollup/plugin-esm-shim@0.1.7": "patches/@rollup__plugin-esm-shim@0.1.7.patch",
"@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",
"bundle-analyzer",
"rollup-bundle-analyzer"
],
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}