- Add @fontsource/orbitron dependency for custom font styling - Create Hero.astro component featuring logo, title, and description - Update index.astro to render Hero component instead of basic heading - Enhances homepage visual appeal with responsive grid layout and Orbitron font for branding
26 lines
631 B
JSON
26 lines
631 B
JSON
{
|
|
"name": "srjuggernaut_dev",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"prepare": "bun .husky/install.mts"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/roboto": "^5.2.9",
|
|
"@fontsource/orbitron": "^5.2.8",
|
|
"@srjuggernaut-dev/srjuggernaut-panda-preset": "^0.0.17",
|
|
"astro": "^5.17.1"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.3.13",
|
|
"@commitlint/cli": "^20.4.1",
|
|
"@commitlint/config-conventional": "^20.4.1",
|
|
"@pandacss/dev": "^1.8.1",
|
|
"husky": "^9.1.7"
|
|
}
|
|
}
|