Files
gw-svelte/package.json
admin 65bdc8dc20 - Add "Explore our other services" block to service landing pages
with colour-tinted cards + Our Pricing entry (grey "All services" pill)
- Wrap homepage Instagram CTA in <aside aria-label="...">
- Always emit og:image:width/height with 1200x630 fallback when
  image metadata is unknown
- Add aria-current="page" to active desktop, mega-menu, and mobile
  nav links (exact-path match only — not "Services" parent)
- Richer testimonial alt text derived from dog name in the detail
  field (e.g. "Archie, a happy Goodwalk dog walking client...")
- Tier sitemap.xml priorities: home 1.0, services 0.9, pricing 0.8,
  about/contact 0.7, legal 0.3 (yearly changefreq)
- Bump to 4.1.0
2026-05-05 08:12:36 +12:00

35 lines
906 B
JSON

{
"name": "goodwalk-svelte-port",
"version": "4.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --host 10.0.0.124",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"canvas-confetti": "^1.9.4",
"pg": "^8.13.1"
},
"devDependencies": {
"@sveltejs/adapter-node": "^5.2.11",
"@sveltejs/kit": "^2.59.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/svelte": "^5.3.1",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^22.10.5",
"@types/pg": "^8.11.10",
"jsdom": "^29.1.1",
"svelte": "^5.16.0",
"svelte-check": "^4.1.1",
"typescript": "^5.6.3",
"vite": "^6.0.7",
"vitest": "^4.1.5"
}
}