feat(deps): add PandaCSS, fonts, and FontAwesome for styling
- Add @pandacss/dev and @srjuggernaut-dev/srjuggernaut-panda-preset for CSS-in-JS styling - Include @fontsource-variable/roboto and @fontsource/orbitron for typography - Add @fortawesome/fontawesome-free for icons - Update .gitignore to exclude styled-system and styled-system-studio directories
This commit is contained in:
@@ -7,9 +7,14 @@
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro",
|
||||
"prepare": "bun .husky/install.mts"
|
||||
"prepare": "panda codegen && bun .husky/install.mts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource-variable/roboto": "^5.2.10",
|
||||
"@fontsource/orbitron": "^5.2.8",
|
||||
"@fortawesome/fontawesome-free": "^7.2.0",
|
||||
"@pandacss/dev": "^1.8.2",
|
||||
"@srjuggernaut-dev/srjuggernaut-panda-preset": "^0.0.17",
|
||||
"astro": "^5.17.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user