-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
37 lines (37 loc) · 1.03 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
{
"name": "root",
"private": true,
"version": "3.4.2",
"type": "module",
"author": "KonghaYao<[email protected]>",
"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.0"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/preset-typescript": "^7.26.0",
"@forsee/rollup-plugin-conditional": "^1.0.2",
"@types/fs-extra": "^11.0.4",
"glob": "^11.0.1",
"prettier": "3.0.3",
"rollup": "^4.34.5",
"rollup-plugin-node-externals": "^7.1.3",
"typescript": "^5.7.3",
"vite": "^5.4.14",
"vite-bundle-analyzer": "^0.17.0",
"vite-plugin-dts": "^4.5.0",
"vite-plugin-solid": "^2.11.1",
"vite-plugin-static-copy": "^2.2.0",
"vitest": "^2.1.9"
},
"pnpm": {
"overrides": {
"cross-spawn": "7.0.5"
}
}
}