chore: moved to bun
This commit is contained in:
20
package.json
20
package.json
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user