mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-24 13:44:54 +00:00
52 lines
1.0 KiB
JSON
52 lines
1.0 KiB
JSON
{
|
|
"pages": {
|
|
"dashboard": {
|
|
"renderer": "json",
|
|
"schema": "./pages/dashboard.json",
|
|
"dataBindings": [
|
|
"files",
|
|
"models",
|
|
"components",
|
|
"workflows",
|
|
"theme",
|
|
"playwrightTests",
|
|
"storybookStories",
|
|
"unitTests",
|
|
"flaskConfig",
|
|
"nextjsConfig"
|
|
]
|
|
},
|
|
"components": {
|
|
"renderer": "react",
|
|
"component": "ComponentTreeBuilder"
|
|
}
|
|
},
|
|
"hooks": {
|
|
"data": [
|
|
"useDataSource",
|
|
"useCRUD",
|
|
"useSearchFilter",
|
|
"useSort",
|
|
"usePagination",
|
|
"useSelection"
|
|
],
|
|
"forms": [
|
|
"useFormField",
|
|
"useForm"
|
|
],
|
|
"ui": [
|
|
"useDialog",
|
|
"useToggle",
|
|
"useKeyboardShortcuts"
|
|
]
|
|
},
|
|
"atomicComponents": {
|
|
"maxLOC": 150,
|
|
"categories": {
|
|
"atoms": ["DataList", "StatCard", "ActionButton", "LoadingState", "EmptyState"],
|
|
"molecules": ["SearchBar", "DataCard", "FormField"],
|
|
"organisms": ["DataTable", "Dashboard", "FormBuilder"]
|
|
}
|
|
}
|
|
}
|