feat: enhance SEO and structured data across multiple components; update site description and improve sitemap and RSS feed
This commit is contained in:
26
package.json
26
package.json
@@ -37,12 +37,12 @@
|
||||
"@astrojs/react": "^4.3.0",
|
||||
"@astrojs/rss": "^4.0.12",
|
||||
"@astrojs/sitemap": "^3.4.1",
|
||||
"@astrojs/vercel": "^8.1.5",
|
||||
"@expressive-code/plugin-collapsible-sections": "^0.41.2",
|
||||
"@expressive-code/plugin-line-numbers": "^0.41.2",
|
||||
"@astrojs/vercel": "^8.2.2",
|
||||
"@expressive-code/plugin-collapsible-sections": "^0.41.3",
|
||||
"@expressive-code/plugin-line-numbers": "^0.41.3",
|
||||
"@fingerprintjs/fingerprintjs": "^4.6.2",
|
||||
"@iconify-json/line-md": "^1.2.8",
|
||||
"@iconify-json/lucide": "^1.2.47",
|
||||
"@iconify-json/lucide": "^1.2.57",
|
||||
"@iconify-json/mdi": "^1.2.3",
|
||||
"@neondatabase/serverless": "^1.0.1",
|
||||
"@radix-ui/react-avatar": "^1.1.10",
|
||||
@@ -52,20 +52,20 @@
|
||||
"@radix-ui/react-separator": "^1.1.7",
|
||||
"@radix-ui/react-slot": "^1.2.3",
|
||||
"@resvg/resvg-js": "^2.6.2",
|
||||
"@tailwindcss/vite": "^4.1.8",
|
||||
"@types/react": "19.1.6",
|
||||
"@tailwindcss/vite": "^4.1.11",
|
||||
"@types/react": "19.1.8",
|
||||
"@types/react-dom": "19.1.6",
|
||||
"@vercel/routing-utils": "^5.0.5",
|
||||
"@vercel/routing-utils": "^5.1.1",
|
||||
"@vercel/speed-insights": "^1.2.0",
|
||||
"astro": "^5.9.2",
|
||||
"astro-expressive-code": "^0.41.2",
|
||||
"astro": "^5.11.1",
|
||||
"astro-expressive-code": "^0.41.3",
|
||||
"astro-icon": "^1.1.5",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"framer-motion": "^12.16.0",
|
||||
"framer-motion": "^12.23.6",
|
||||
"fuse.js": "^7.1.0",
|
||||
"lodash.debounce": "^4.0.8",
|
||||
"lucide-react": "^0.513.0",
|
||||
"lucide-react": "^0.525.0",
|
||||
"react": "19.1.0",
|
||||
"react-dom": "19.1.0",
|
||||
"react-icons": "^5.5.0",
|
||||
@@ -78,12 +78,12 @@
|
||||
"remark-sectionize": "^2.1.0",
|
||||
"satori": "^0.15.2",
|
||||
"satori-html": "^0.3.2",
|
||||
"tailwind-merge": "^3.3.0",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/lodash.debounce": "^4.0.9",
|
||||
"prettier": "^3.5.3"
|
||||
"prettier": "^3.6.2"
|
||||
},
|
||||
"prettier": {
|
||||
"semi": false,
|
||||
|
||||
Reference in New Issue
Block a user