49 lines
1.1 KiB
JSON
49 lines
1.1 KiB
JSON
{
|
|
"name": "deichrakete/kirby-moin",
|
|
"description": "Kirby starterkit with a custom folder structure, Tailwind CSS and Webpack with Stimulus and Turbo",
|
|
"type": "project",
|
|
"keywords": [
|
|
"kirby",
|
|
"cms",
|
|
"starterkit",
|
|
"tailwindcss"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bastian Allgeier",
|
|
"email": "bastian@getkirby.com",
|
|
"homepage": "https://getkirby.com"
|
|
},
|
|
{
|
|
"name": "Stephan Plöhn",
|
|
"email": "ploehn@deichrakete.com",
|
|
"homepage": "https://deichrakete.com"
|
|
}
|
|
],
|
|
"homepage": "https://deichrakete.space/deichrakete/kirby-moin",
|
|
"require": {
|
|
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
|
|
"getkirby/cms": "^5.0",
|
|
"ext-pcntl": "*",
|
|
"deichrakete/kirby-cache": "^1.0"
|
|
}
|
|
,
|
|
"require-dev": {
|
|
"roave/security-advisories": "dev-latest"
|
|
},
|
|
"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
|
|
}
|
|
}
|