使用 bun 替换 pnpm

This commit is contained in:
2025-11-17 18:39:38 +08:00
parent 297dd2c08d
commit 5b1dae6e6c
6 changed files with 1514 additions and 7523 deletions

View File

@@ -35,6 +35,7 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dev": "^0.1.3",
"lucide-react": "^0.479.0",
"next": "15.2.4",
"next-themes": "^0.4.6",
@@ -56,8 +57,8 @@
"@stylistic/eslint-plugin": "^4.2.0",
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.16",
"@types/bun": "^1.3.2",
"@types/mdx": "^2.0.13",
"@types/node": "^20",
"@types/qrcode": "^1.5.5",
"@types/react": "^19",
"@types/react-dom": "^19",
@@ -69,14 +70,5 @@
"tailwindcss": "^4",
"typescript": "^5"
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b",
"pnpm": {
"onlyBuiltDependencies": [
"canvas",
"sharp"
],
"overrides": {
"react-is": "19.0.0-rc.1"
}
}
}
"packageManager": "bun@1.2.19"
}