mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-05-02 17:55:07 +00:00
58 lines
1.1 KiB
JSON
58 lines
1.1 KiB
JSON
{
|
|
"packageId": "ui_intro",
|
|
"name": "Intro Section",
|
|
"version": "1.0.0",
|
|
"description": "Page intro with eyebrow, title, and description",
|
|
"icon": "static_content/icon.svg",
|
|
"author": "MetaBuilder",
|
|
"category": "ui",
|
|
"dependencies": [],
|
|
"devDependencies": [
|
|
"lua_test"
|
|
],
|
|
"exports": {
|
|
"components": [
|
|
"IntroSection"
|
|
],
|
|
"scripts": [
|
|
"intro"
|
|
],
|
|
"pages": []
|
|
},
|
|
"tests": {
|
|
"scripts": [
|
|
"tests/metadata.test.lua",
|
|
"tests/components.test.lua"
|
|
],
|
|
"cases": [
|
|
"tests/metadata.cases.json",
|
|
"tests/components.cases.json"
|
|
]
|
|
},
|
|
"minLevel": 1,
|
|
"primary": false,
|
|
"permissions": {
|
|
"intro.view": {
|
|
"minLevel": 1,
|
|
"description": "View intro sections",
|
|
"storybook": {
|
|
"stories": []
|
|
}
|
|
}
|
|
},
|
|
"seed": {
|
|
"styles": "seed/styles.json",
|
|
"storybook": {
|
|
"stories": []
|
|
}
|
|
},
|
|
"storybook": {
|
|
"stories": [
|
|
{
|
|
"name": "Intro_Section",
|
|
"render": "intro"
|
|
}
|
|
]
|
|
}
|
|
}
|