Imports tradein-mvp/frontend (38 components) to a claude.ai/design design-system project. Synth-entry build (Next.js app, no dist): - overrides/source-kit.mjs: process.env shim for browser IIFE - preview-provider.tsx: seeded TanStack Query provider (mirrors the repo's offline ui-preview client) so fetch-coupled + auth-gated cards render - previews/*.tsx: authored preview compositions (real fixture data) - conventions.md: README header for the design agent - config.json + NOTES.md: reproducible re-sync inputs
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"projectId": "e4b235af-089b-4532-8025-5199a2695a12",
|
|
"shape": "package",
|
|
"pkg": "tradein-mvp-frontend",
|
|
"globalName": "TradeInUI",
|
|
"srcDir": "src",
|
|
"tsconfig": "tsconfig.json",
|
|
"cssEntry": "src/components/trade-in/trade-in.css",
|
|
"tokensGlob": "src/app/globals.css",
|
|
"buildCmd": "node .ds-sync/package-build.mjs --config .design-sync/config.json --node-modules tradein-mvp/frontend/node_modules --entry tradein-mvp/frontend/dist/index.js --out ./ds-bundle",
|
|
"libOverrides": {
|
|
"source-kit.mjs": "synth-entry process shim for Next.js app (process.env.NEXT_PUBLIC_* reads)"
|
|
},
|
|
"componentSrcMap": {
|
|
"Error": null,
|
|
"GlobalError": null,
|
|
"Providers": null,
|
|
"RootLayout": null,
|
|
"AvitoScraperPage": null,
|
|
"CachePage": null,
|
|
"CianScraperPage": null,
|
|
"HistoryPage": null,
|
|
"PreviewEstimatePage": null,
|
|
"ScraperPage": null,
|
|
"ScrapersUnifiedPage": null,
|
|
"TradeInPage": null,
|
|
"YandexScraperPage": null
|
|
},
|
|
"provider": {
|
|
"component": "PreviewProvider"
|
|
},
|
|
"extraEntries": [
|
|
"../../.design-sync/preview-provider.tsx"
|
|
],
|
|
"readmeHeader": ".design-sync/conventions.md"
|
|
}
|