build(deps): remove alpinejs

This commit is contained in:
Oliver Davies 2023-10-23 18:13:44 +01:00
parent 578fc82faa
commit 2ea801032d
3 changed files with 599 additions and 647 deletions

View file

@ -1,14 +1,12 @@
import { defineConfig } from "astro/config";
import alpinejs from "@astrojs/alpinejs";
import tailwind from "@astrojs/tailwind";
import mdx from "@astrojs/mdx";
import tailwind from "@astrojs/tailwind";
import { defineConfig } from "astro/config";
import sitemap from "@astrojs/sitemap";
// https://astro.build/config
export default defineConfig({
integrations: [
alpinejs(),
mdx(),
sitemap({
serialize(item) {

View file

@ -11,7 +11,6 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/alpinejs": "^0.2.1",
"@astrojs/mdx": "^0.18.3",
"@astrojs/rss": "^2.3.2",
"@astrojs/sitemap": "^1.2.2",
@ -20,8 +19,6 @@
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.8",
"@types/alpinejs": "^3.0.0",
"alpinejs": "^3.0.0",
"astro": "^2.2.1",
"date-fns": "^2.29.3",
"lodash": "^4.17.21",

1237
yarn.lock

File diff suppressed because it is too large Load diff