chore: moved to bun

This commit is contained in:
Haoyu Xu
2025-04-30 20:39:01 +08:00
parent 83ee6ef858
commit 3535ae8ce1
8 changed files with 1614 additions and 5444 deletions

View File

@@ -14,20 +14,24 @@
"build:cleanup": "turbo run build:cleanup"
},
"devDependencies": {
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.25.1",
"http-server": "^14.1.1",
"prettier": "^3.5.3",
"stylelint": "^16.19.1",
"turbo": "^2.5.2"
},
"packageManager": "pnpm@10.4.1",
"name": "aklive2d",
"type": "module",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@swc/core",
"esbuild"
]
}
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"packageManager": "bun@1.2.11",
"workspaces": ["packages/*", "apps/*"],
"trustedDependencies": [
"@parcel/watcher",
"@swc/core"
]
}