Skip to content

Commit

Permalink
remove unnecessary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wesolowski committed Jun 8, 2024
1 parent 164f461 commit 34451ac
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2,181 deletions.
3 changes: 1 addition & 2 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import { defineConfig } from 'astro/config';
import tailwind from "@astrojs/tailwind";
import vue from "@astrojs/vue";
import node from "@astrojs/node";
import alpinejs from "@astrojs/alpinejs";

// https://astro.build/config
export default defineConfig({
integrations: [tailwind(), vue(), alpinejs()],
integrations: [tailwind(), alpinejs()],
output: "server",
adapter: node({
mode: "standalone"
Expand Down
Binary file modified bun.lockb
Binary file not shown.
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,21 @@
"@astrojs/check": "^0.4.1",
"@astrojs/node": "^8.2.6",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vue": "^4.4.0",
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "^2.1.3",
"@lucia-auth/adapter-drizzle": "^1.0.7",
"@tailwindcss/forms": "^0.5.7",
"@types/alpinejs": "^3.13.10",
"@types/better-sqlite3": "^7.6.10",
"alpinejs": "^3.14.0",
"astro": "^4.10.1",
"better-sqlite3": "^9.6.0",
"calendar-base": "^2.0.1",
"drizzle-orm": "^0.30.10",
"firebase": "^10.12.2",
"firebase-admin": "^12.1.1",
"lucia": "^3.2.0",
"moment-timezone": "^0.5.45",
"oslo": "^1.2.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.7",
"tailwindcss": "^3.4.4",
"tsx": "^4.14.0",
"typescript": "^5.4.5",
"vue": "^3.4.27"
"typescript": "^5.4.5"
},
"scripts": {
"dev": "astro dev",
Expand Down
Loading

0 comments on commit 34451ac

Please sign in to comment.