📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-20 00:03:02 +00:00
parent 47ce7f78dc
commit 2c00adccd5
1216 changed files with 10376 additions and 90058 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "claude-website-design-stack",
"version": "1.0.0",
"private": true,
"description": "A ready-to-use Claude Code stack that makes the agent good at website design: knowledge (ui-ux-pro-max) + taste (frontend-design) + visual feedback (Playwright/Chrome DevTools MCP) + automated design review.",
"type": "module",
"scripts": {
"setup": "bash scripts/setup.sh",
"audit": "node scripts/design-audit.mjs",
"audit:file": "node scripts/design-audit.mjs --file ./index.html"
},
"devDependencies": {
"playwright": "^1.49.0"
},
"engines": {
"node": ">=18"
},
"license": "MIT"
}