f6d92e5c87
build-and-deploy / build (push) Failing after 14m48s
Unify scroll reveals, hero entrance, nav active-underline, button springs, the scroll-progress bar and backdrop parallax under one Motion system (src/scripts/anim.ts), bundled into a self-hosted /_astro module so CSP script-src 'self' holds. Progress bar + parallax now scroll()-driven and cross-browser (was Chromium-only animation-timeline). Fail-open, reduced-motion aware, content fully visible with JS off.
33 lines
743 B
JSON
33 lines
743 B
JSON
{
|
|
"name": "bztmon-site",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"engines": {
|
|
"node": ">=22.12.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"check": "astro check",
|
|
"scan": "bash scripts/check-build.sh dist",
|
|
"gen:og": "node scripts/gen-og.mjs",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/rss": "^4.0.18",
|
|
"@astrojs/sitemap": "^3.7.3",
|
|
"@tailwindcss/vite": "^4.3.1",
|
|
"astro": "^7.0.3",
|
|
"motion": "^12.42.0",
|
|
"tailwindcss": "^4.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@astrojs/check": "^0.9.9",
|
|
"@cyclonedx/cyclonedx-npm": "^5.0.0",
|
|
"@types/node": "^25.9.3",
|
|
"audit-ci": "^7.1.0",
|
|
"typescript": "^6.0.3"
|
|
}
|
|
}
|