mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
* feat(design-systems): define project manifest contract * feat(design-systems): add default project manifest * feat(daemon): consume design system manifests * feat(design-systems): import local project systems * feat(design-systems): import from github repositories --------- Co-authored-by: chaoxiaoche <chaoxiaoche@chaoxiaochedeMacBook-Pro.local>
16 lines
406 B
JSON
16 lines
406 B
JSON
{
|
|
"schemaVersion": "od-design-system-project/v1",
|
|
"id": "default",
|
|
"name": "Neutral Modern",
|
|
"category": "Starter",
|
|
"description": "A clean, product-oriented default for B2B tools, dashboards, and utility pages.",
|
|
"source": {
|
|
"type": "bundled",
|
|
"origin": "hand-authored"
|
|
},
|
|
"files": {
|
|
"design": "DESIGN.md",
|
|
"tokens": "tokens.css",
|
|
"components": "components.html"
|
|
}
|
|
}
|