chore(deps): switch from Node.js to Bun

This commit is contained in:
2026-01-10 18:57:40 +00:00
parent 2e5101650f
commit a0359ef376
8 changed files with 856 additions and 6840 deletions

View File

@@ -6,7 +6,7 @@
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"update": "tsx scripts/update-specs.ts",
"update": "bun scripts/update-specs.ts",
"astro": "astro"
},
"dependencies": {
@@ -17,7 +17,6 @@
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.0",
"tailwindcss": "^4.0.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2"
}
}