Add script to list JSON-compatible components

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-17 21:49:59 +00:00
parent 4a78002ac2
commit 933f6ed1a0
2 changed files with 152 additions and 1 deletions

View File

@@ -20,7 +20,8 @@
"test:e2e:report": "playwright show-report",
"pages:list": "node scripts/list-pages.js",
"pages:validate": "tsx src/config/validate-config.ts",
"pages:generate": "node scripts/generate-page.js"
"pages:generate": "node scripts/generate-page.js",
"components:list": "node scripts/list-json-components.cjs"
},
"dependencies": {
"@heroicons/react": "^2.2.0",