config: qt6,metadata,json (3 files)

This commit is contained in:
2025-12-26 07:13:10 +00:00
parent ab94e3f85e
commit 2ffd4fc2bf
3 changed files with 21 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
{
"packageId": "profile_page",
"name": "Profile Page",
"version": "1.0.0",
"description": "User profile, activity feed, and quick links to social mini-apps.",
"dependencies": ["login", "user_settings"]
}

View File

@@ -0,0 +1,7 @@
{
"packageId": "storybook",
"name": "Storybook Showcase",
"version": "1.0.0",
"description": "Interactive catalog of all Material components, used for QA and design feedback.",
"dependencies": ["login", "frontpage"]
}

View File

@@ -0,0 +1,7 @@
{
"packageId": "user_settings",
"name": "User Settings",
"version": "1.0.0",
"description": "Personalization controls for notifications, themes, and privacy knobs.",
"dependencies": ["login"]
}