chore: update dependencies and add new features

- Added Font Awesome and Annyang for enhanced UI and voice recognition capabilities.
- Updated package.json to include new dependencies: @fortawesome/fontawesome-free, annyang, and wrangler.
- Modified postcss.config.js for proper syntax.
- Updated style.css to include Font Awesome styles and added new styles for voice search button and footer.
- Adjusted tailwind.config.js to scan all relevant files for dynamic classes.
- Added VSCode settings to ignore unknown at-rules in CSS, SCSS, and LESS.
- Created a Caddyfile for server configuration with basic settings.
This commit is contained in:
Peter Wood
2025-04-22 17:31:47 -04:00
parent 00add8ae3b
commit 0f6cfe3d6c
10 changed files with 1148 additions and 82 deletions

View File

@@ -18,7 +18,10 @@
"author": "Peter Wood <peter@peterwood.dev>",
"license": "ISC",
"dependencies": {
"pokedex-promise-v2": "^4.2.1"
"@fortawesome/fontawesome-free": "^6.7.2",
"annyang": "^2.6.1",
"pokedex-promise-v2": "^4.2.1",
"wrangler": "^4.12.1"
},
"devDependencies": {
"@playwright/test": "^1.52.0",
@@ -28,4 +31,4 @@
"vite": "^6.3.2",
"vite-plugin-node-polyfills": "^0.23.0"
}
}
}