Fix component registry to include all atoms, molecules, and organisms with JSON compatibility analysis

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-17 22:10:51 +00:00
parent 8806910c88
commit 8b00890b9c
4 changed files with 2200 additions and 256 deletions

View File

@@ -21,7 +21,8 @@
"pages:list": "node scripts/list-pages.js",
"pages:validate": "tsx src/config/validate-config.ts",
"pages:generate": "node scripts/generate-page.js",
"components:list": "node scripts/list-json-components.cjs"
"components:list": "node scripts/list-json-components.cjs",
"components:scan": "node scripts/scan-and-update-registry.cjs"
},
"dependencies": {
"@heroicons/react": "^2.2.0",