-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.2 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.2 KB
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
{
"name": "performance-compare",
"version": "0.0.0",
"type": "module",
"scripts": {
"benchmark": "node ./scripts/benchmark.ts",
"build:cases": "node ./scripts/build-rspack-cases.ts"
},
"devDependencies": {
"@farmfe/cli": "^1.0.5",
"@farmfe/core": "1.7.11",
"@farmfe/plugin-react": "^1.2.6",
"@parcel/config-default": "^2.16.4",
"@pmmmwh/react-refresh-webpack-plugin": "^0.6.2",
"@rollup/plugin-alias": "^6.0.0",
"@rollup/plugin-commonjs": "^29.0.2",
"@rollup/plugin-html": "^2.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"@rsbuild/core": "2.0.0-rc.3",
"@rsbuild/plugin-react": "^1.4.6",
"@rsdoctor/rspack-plugin": "^1.5.8",
"@rspack/cli": "2.0.0-rc.3",
"@rspack/core": "2.0.0-rc.3",
"@rspack/dev-server": "2.0.0-rc.3",
"@rspack/plugin-react-refresh": "^2.0.0",
"@swc/core": "^1.15.26",
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.12.2",
"@types/pidusage": "^2.0.5",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.1",
"browserslist": "^4.28.2",
"buffer": "^6.0.3",
"cross-env": "^10.1.0",
"css-minimizer-webpack-plugin": "^8.0.0",
"esbuild": "^0.28.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.4",
"gzip-size": "^7.0.0",
"html-webpack-plugin": "^5.6.6",
"lightningcss": "^1.32.0",
"markdown-table": "^3.0.4",
"parcel": "^2.16.4",
"picocolors": "^1.1.1",
"pidusage": "^4.0.1",
"postcss": "^8.5.10",
"postcss-url": "^10.1.3",
"prettier": "^3.8.3",
"puppeteer": "24.31.0",
"react-refresh": "^0.18.0",
"rolldown": "^1.0.0-rc.16",
"rollup": "^4.60.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-swc3": "^0.12.1",
"rslog": "^2.1.1",
"swc-loader": "^0.2.7",
"terser-webpack-plugin": "^5.4.0",
"tree-kill": "^1.2.2",
"typescript": "^6.0.3",
"vite": "^8.0.8",
"webpack": "^5.106.2",
"webpack-cli": "^7.0.2",
"webpack-dev-server": "^5.2.3"
},
"packageManager": "pnpm@10.33.0",
"engines": {
"node": ">=24.15.0"
},
"@parcel/resolver-default": {
"packageExports": true
}
}