diff --git a/astro.config.mjs b/astro.config.mjs index 882e651..461bd30 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -1,4 +1,8 @@ import { defineConfig } from 'astro/config'; +import tailwind from "@astrojs/tailwind"; + // https://astro.build/config -export default defineConfig({}); +export default defineConfig({ + integrations: [tailwind()] +}); \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index b2c11de..f35d45f 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 254b45d..9e32c7a 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,16 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.4.1" + "@astrojs/tailwind": "^3.1.3", + "astro": "^2.5.0", + "tailwindcss": "^3.0.24eslint-plugin-jsx-a11y" + }, + "devDependencies": { + "@typescript-eslint/parser": "^5.59.7", + "eslint": "^8.41.0", + "eslint-plugin-astro": "^0.27.0", + "eslint-plugin-jsx-a11y": "^6.7.1", + "prettier": "^2.8.8", + "prettier-plugin-astro": "^0.9.0" } } \ No newline at end of file