Files
davegilligan-new/package.json
T
daveadmin c5464aa0aa test: add Playwright smoke suite (cookie banner, lang switcher, FamilyAtlas, WritingIssue)
34 tests across desktop + mobile (Chromium/Pixel 5). Verifies all client-side
React islands and interactive features that astro build/WebFetch cannot confirm.
API-dependent WritingIssue shows graceful error against local preview; resolves
on the live site where the PHP backend is available.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-04 19:40:41 +02:00

32 lines
744 B
JSON

{
"name": "davegilligan-new",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"predev": "node scripts/sync-family-lab.mjs",
"dev": "astro dev",
"prebuild": "node scripts/sync-family-lab.mjs",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"og": "node scripts/generate-og-images.mjs",
"test": "playwright test"
},
"dependencies": {
"@astrojs/react": "^5.0.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"astro": "^6.1.3",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@resvg/resvg-js": "^2.6.2",
"satori": "^0.26.0"
}
}