-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.82 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.82 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
{
"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",
"@rsbuild/core": "2.0.0-beta.8",
"@rsbuild/plugin-react": "^1.4.6",
"@rsdoctor/rspack-plugin": "^1.5.3",
"@rspack/cli": "2.0.0-beta.6",
"@rspack/core": "2.0.0-beta.6",
"@rspack/dev-server": "2.0.0-beta.6",
"@rspack/plugin-react-refresh": "^1.6.1",
"@swc/core": "^1.15.18",
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.12.0",
"@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.1",
"buffer": "^6.0.3",
"cross-env": "^10.1.0",
"css-minimizer-webpack-plugin": "^8.0.0",
"esbuild": "^0.27.4",
"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",
"prettier": "^3.8.1",
"puppeteer": "24.31.0",
"react-refresh": "^0.18.0",
"rolldown": "^1.0.0-rc.9",
"rslog": "^2.0.1",
"swc-loader": "^0.2.7",
"terser-webpack-plugin": "^5.4.0",
"tree-kill": "^1.2.2",
"typescript": "^5.9.3",
"vite": "^8.0.0",
"webpack": "^5.105.4",
"webpack-cli": "^7.0.0",
"webpack-dev-server": "^5.2.3"
},
"packageManager": "pnpm@10.32.1",
"engines": {
"node": ">=24.14.0"
},
"@parcel/resolver-default": {
"packageExports": true
}
}