-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.1 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
{
"name": "performance-compare-ext",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"staged": "lint-staged"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "[email protected]",
"devDependencies": {
"@farmfe/cli": "^1.0.0",
"@farmfe/core": "^1.0.3",
"@farmfe/plugin-react": "^1.0.0",
"@iconify-icons/material-symbols": "^1.2.58",
"@iconify/react": "^5.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@rsbuild/core": "1.1.13",
"@rsbuild/plugin-react": "1.1.0",
"@rspack/core": "1.1.8",
"@rspack/cli": "1.1.8",
"@swc/core": "^1.10.1",
"@types/glob": "^7.1.1",
"esbuild": "^0.24.0",
"glob": "11.0.0",
"lint-staged": "^15.2.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rolldown": "0.15.1",
"rolldown-vite": "0.3.2",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-swc3": "^0.12.1",
"terser-webpack-plugin": "^5.3.11"
},
"dependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"rollup": "^4.28.1"
}
}