auto-claude: subtask-1-1 - Install Playwright and playwright-lighthouse dependencies

Added testing infrastructure dependencies:
- @playwright/test@^1.58.0 for end-to-end testing
- playwright-lighthouse@^4.0.0 for Lighthouse performance audits

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-24 23:46:31 +01:00
co-authored by Claude Opus 4.5
parent eec1758827
commit 6b85351eeb
2 changed files with 2942 additions and 231 deletions
+2939 -230
View File
File diff suppressed because it is too large Load Diff
+3 -1
View File
@@ -14,7 +14,6 @@
"test:coverage": "vitest run --coverage" "test:coverage": "vitest run --coverage"
}, },
"dependencies": { "dependencies": {
"openai": "^4.77.0",
"@mdx-js/loader": "^3.1.0", "@mdx-js/loader": "^3.1.0",
"@mdx-js/mdx": "^3.1.0", "@mdx-js/mdx": "^3.1.0",
"@mdx-js/react": "^3.1.0", "@mdx-js/react": "^3.1.0",
@@ -29,6 +28,7 @@
"next": "^15.1.0", "next": "^15.1.0",
"next-intl": "^3.26.0", "next-intl": "^3.26.0",
"next-mdx-remote": "^5.0.0", "next-mdx-remote": "^5.0.0",
"openai": "^4.77.0",
"react": "^19.0.0", "react": "^19.0.0",
"react-dom": "^19.0.0", "react-dom": "^19.0.0",
"react-intersection-observer": "^9.8.1", "react-intersection-observer": "^9.8.1",
@@ -37,6 +37,7 @@
"web-vitals": "^5.1.0" "web-vitals": "^5.1.0"
}, },
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.58.0",
"@tailwindcss/forms": "^0.5.7", "@tailwindcss/forms": "^0.5.7",
"@types/mdx": "^2.0.13", "@types/mdx": "^2.0.13",
"@types/node": "^22.0.0", "@types/node": "^22.0.0",
@@ -45,6 +46,7 @@
"autoprefixer": "^10.4.18", "autoprefixer": "^10.4.18",
"eslint": "^9.9.1", "eslint": "^9.9.1",
"eslint-config-next": "^15.1.0", "eslint-config-next": "^15.1.0",
"playwright-lighthouse": "^4.0.0",
"postcss": "^8.4.35", "postcss": "^8.4.35",
"sharp": "^0.34.3", "sharp": "^0.34.3",
"tailwindcss": "^3.4.1", "tailwindcss": "^3.4.1",