a139372ce2
- Added support for extracting focal points and alt text from CMS image fields. - Introduced responsive image handling in TopBanner component, allowing for AVIF/WebP sources and LQIP placeholders. - Updated image transformation functions to accommodate focal point parameters for better cropping. - Refactored image URL resolution logic across various components and routes to utilize new image field structure.
37 lines
969 B
JSON
37 lines
969 B
JSON
{
|
|
"name": "windwiderstand",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"start": "node build",
|
|
"generate:api-types": "node scripts/generate-api-types.mjs",
|
|
"prepare": "svelte-kit sync || true"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@sveltejs/adapter-node": "^5.2.12",
|
|
"@sveltejs/kit": "^2.21.4",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@types/node": "^22.10.0",
|
|
"openapi-typescript": "^7.4.0",
|
|
"svelte": "^5.28.2",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^6.3.5"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/lora": "^5.2.8",
|
|
"@fontsource-variable/rubik": "^5.2.8",
|
|
"@fontsource/inter": "^5.2.8",
|
|
"@iconify/svelte": "^5.2.1",
|
|
"blurhash": "^2.0.5",
|
|
"marked": "^17.0.2",
|
|
"sharp": "^0.34.5"
|
|
},
|
|
"type": "module"
|
|
}
|