Skip to content

Commit

Permalink
Merge branch 'main' into sarahsimionescu/tech-17-add-voiceflow-logo-w…
Browse files Browse the repository at this point in the history
…-link
  • Loading branch information
sarahsimionescu authored Oct 12, 2023
2 parents a00875b + 0e28939 commit 4632f65
Show file tree
Hide file tree
Showing 8 changed files with 486 additions and 3 deletions.
4 changes: 3 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { defineConfig } from "astro/config";
import tailwind from "@astrojs/tailwind";
import critters from "astro-critters";

import partytown from "@astrojs/partytown";

import react from "@astrojs/react";

// https://astro.build/config
export default defineConfig({
integrations: [
Expand All @@ -14,5 +15,6 @@ export default defineConfig({
},
}),
critters(),
react(),
],
});
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,23 @@
},
"dependencies": {
"@astrojs/partytown": "^2.0.0",
"@astrojs/react": "^3.0.2",
"@astrojs/tailwind": "^5.0.0",
"@fontsource-variable/inter": "^5.0.8",
"@fontsource/poppins": "^5.0.8",
"@headlessui/react": "^1.7.17",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.0.18",
"@types/canvas-confetti": "^1.6.0",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^3.0.7",
"astro-critters": "^2.0.11",
"autoprefixer": "^10.4.15",
"canvas-confetti": "^1.6.0",
"postcss": "^8.4.31",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 4632f65

Please sign in to comment.