-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.35 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.35 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
{
"name": "root",
"private": true,
"version": "3.4.2",
"type": "module",
"author": "KonghaYao<dongzhongzhidong@qq.com>",
"license": "Apache-2.0",
"scripts": {
"fix_dep": "node ./script/fix_vite_lib_assets.mjs ",
"preinstall": "pnpm fix_dep && npx only-allow pnpm"
},
"dependencies": {
"fs-extra": "^11.3.2"
},
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-typescript": "^7.27.0",
"@forsee/rollup-plugin-conditional": "^1.0.2",
"@types/fs-extra": "^11.0.4",
"glob": "^11.0.2",
"prettier": "3.0.3",
"rollup": "^4.40.0",
"rollup-plugin-node-externals": "^7.1.3",
"typescript": "^5.8.3",
"vite": "^6.3.4",
"vite-bundle-analyzer": "^0.17.3",
"vite-plugin-dts": "^4.5.3",
"vite-plugin-solid": "^2.11.6",
"vite-plugin-static-copy": "^2.3.1",
"vitest": "^3.1.2"
},
"pnpm": {
"overrides": {
"cross-spawn": "7.0.5",
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2",
"vite-plugin-static-copy@>=0.4.3 <=2.3.1": ">=2.3.2",
"vite@>=6.0.0 <=6.3.5": ">=6.3.6",
"vite@>=6.0.0 <=6.4.0": ">=6.4.1",
"playwright@<1.55.1": ">=1.55.1"
}
}
}