Skip to content

Commit

Permalink
added hero section
Browse files Browse the repository at this point in the history
  • Loading branch information
harvanchik committed Jul 9, 2024
1 parent 3376fb9 commit a0db610
Show file tree
Hide file tree
Showing 5 changed files with 448 additions and 10 deletions.
21 changes: 13 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,24 @@
"@sveltejs/adapter-auto": "^3.2.2",
"@sveltejs/kit": "^2.5.18",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.19",
"mdsvex": "^0.11.2",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.4",
"svelte": "^5.0.0-next.1",
"svelte-check": "^3.8.4",
"svelte-fa": "^4.0.2",
"tailwindcss": "^3.4.4",
"tailwindcss-textshadow": "^2.1.3",
"tslib": "^2.6.3",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"mdsvex": "^0.11.2",
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier-plugin-tailwindcss": "^0.6.4",
"tailwindcss": "^3.4.4"
"vite": "^5.3.3"
},
"type": "module"
"type": "module",
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.2"
}
}
Loading

0 comments on commit a0db610

Please sign in to comment.