{ "name": "deichrakete/kirby-moin", "description": "Kirby starterkit with a custom folder structure and Tailwind CSS", "type": "project", "keywords": [ "kirby", "cms", "starterkit", "tailwindcss ], "authors": [ { "name": "Bastian Allgeier", "email": "bastian@getkirby.com", "homepage": "https://getkirby.com" } ], "homepage": "https://getkirby.com", "support": { "email": "support@getkirby.com", "forum": "https://forum.getkirby.com", "source": "https://github.com/getkirby/plainkit" }, "require": { "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0", "getkirby/cms": "^5.0" }, "config": { "allow-plugins": { "getkirby/composer-installer": true }, "optimize-autoloader": true }, "scripts": { "start": [ "Composer\\Config::disableProcessTimeout", "@php -S localhost:8000 -t public/ vendor/getkirby/cms/router.php" ] }, "extra": { "kirby-cms-path": false } }