This commit is contained in:
2026-06-19 18:18:11 +08:00
parent 18a93a2114
commit b1bb463f77
7 changed files with 377 additions and 10 deletions

View File

@@ -10,7 +10,8 @@
"start": "next start",
"test": "pnpm build && playwright test",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui"
"test:e2e:ui": "playwright test --ui",
"optimize:banner": "node scripts/optimize-hero-banner.mjs"
},
"dependencies": {
"@headlessui/react": "2.1.2",
@@ -31,6 +32,7 @@
"@types/react": "^19",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"ffmpeg-static": "^5.3.0",
"pagefind": "^1.5.2",
"tailwindcss": "^4",
"typescript": "^5"