Lines 310-350json
310 "check:typography": "node scripts/check-typography.mjs",
311 "gen:component-tokens": "node scripts/gen-component-tokens.mjs",
312 "check:mcp-token-sync": "node scripts/gen-component-tokens.mjs --check",
313 "check:core-isolation": "node scripts/check-core-isolation.mjs",
314 "check:no-consumer-coupling": "node scripts/check-no-consumer-coupling.mjs",
315 "release": "node scripts/release.mjs",
316 "preview": "node preview/scripts/kill-port.mjs && vite --config preview/vite.config.ts --port 6008 --strictPort",
317 "preview:build": "vite build --config preview/vite.config.ts",
318 "docs:sync-primitives": "node preview/scripts/sync-primitive-docs.mjs && prettier --write \"docs/primitives/**/*.tsx\"",
319 "audit": "node scripts/ui-audit.mjs",
320 "audit:examples": "node scripts/ui-audit.mjs docs",
321 "build": "tsup && tsc -p tsconfig.build.json && node scripts/copy-styles.mjs && node scripts/fix-esm-extensions.mjs && node scripts/add-use-client.mjs",
322 "dev": "node scripts/dev.mjs",
323 "prepublishOnly": "pnpm run build",
324 "check:audit-sync": "node scripts/check-audit-sync.mjs",
325 "check:contrast": "node scripts/check-contrast.mjs",
326 "visual-audit": "node scripts/visual-audit.mjs",
327 "check:visual-audit": "node scripts/visual-audit-smoke.mjs",
328 "check:frame-axe": "node scripts/check-frame-axe.mjs",
329 "check:frame-geometry": "node scripts/frame-geometry.mjs",
330 "postinstall": "node scripts/postinstall.mjs",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L330 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L330 331 "init-agent": "node scripts/init-agent-kit.mjs",
332 "check:use-client": "node scripts/check-use-client.mjs"
334 "peerDependencies": {
335 "@axe-core/playwright": "*",
336 "@hookform/resolvers": "^5.2.0",
337 "@tanstack/react-query": ">=5.0.0",
341 "react-dom": ">=19.0.0",
342 "react-hook-form": "^7.76.0",
343 "react-router-dom": ">=7.0.0",
344 "recharts": "^2.13.0 || ^3.0.0",
345 "tailwindcss": ">=4.0.0",
348 "peerDependenciesMeta": {