diff --git a/bun.lockb b/bun.lockb index 6cbac2e..9cd1906 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index df619fa..6467151 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "@astrojs/tailwind": "^3.0.0", "astro": "^5.1.10", "astro-icon": "^1.1.5", - "hono": "^4.6.19", "prettier-plugin-astro": "^0.14.1" }, "devDependencies": { @@ -23,10 +22,6 @@ "@iconify-json/pixelarticons": "^1.2.2", "@iconify-json/tabler": "^1.2.15", "@types/node": "^20", - "autoprefixer": "^10.0.1", - "eslint": "^8", - "tailwindcss": "^3.3.0", - "typescript": "^5", - "vercel": "^39.3.0" - }, + "tailwindcss": "^3.3.0" + } } diff --git a/vercel.json b/vercel.json deleted file mode 100644 index 8126e23..0000000 --- a/vercel.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "buildCommand": "bun run quick-build-with-bun", - "rewrites": [{ "source": "/.*", "destination": "/dist", "status": 410 }] -}