-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
31 lines (31 loc) · 940 Bytes
/
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
{
"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.2.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@forsee/rollup-plugin-conditional": "^1.0.2",
"@types/fs-extra": "^11.0.4",
"prettier": "3.0.3",
"rollup": "^4.24.2",
"rollup-plugin-node-externals": "^7.1.3",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vite-bundle-analyzer": "^0.12.1",
"vite-plugin-dts": "^4.3.0",
"vite-plugin-solid": "^2.10.2",
"vite-plugin-static-copy": "^1.0.6",
"vitest": "^2.1.4"
}
}