promogame-react-unity-template/zmp-cli.json

20 lines
457 B
JSON

{
"cwd": "/Users/lap15182-local/Documents/zmp-blank-templates",
"name": "zmp-blank-templates",
"framework": "react-typescript",
"cssPreProcessor": "scss",
"includeTailwind": true,
"package": "zmp-ui",
"stateManagement": "jotai",
"newProject": true,
"template": "single-view",
"theming": {
"customColor": false,
"color": "#007aff",
"darkTheme": false,
"iconFonts": true,
"fillBars": false,
"useUiKits": true
}
}