Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Convert Stitch-generated screens into validated React component systems with design token consistency
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
package.json
1{2"name": "react-components",3"version": "1.0.0",4"description": "Design-to-code prompt to React components for Stitch MCP",5"type": "module",6"scripts": {7"validate": "node scripts/validate.js",8"fetch": "bash scripts/fetch-stitch.sh"9},10"dependencies": {11"@swc/core": "^1.3.100"12},13"engines": {14"node": ">=18.0.0"15}16}