mirror of
https://github.com/10h30/yeuchaybo.git
synced 2026-06-05 15:10:03 +09:00
50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "seothemes/genesis-starter-theme",
|
|
"type": "wordpress-theme",
|
|
"description":
|
|
"A starter theme for the Genesis Framework with modern build tools.",
|
|
"keywords": ["WordPress", "wordpress-theme-development", "genesis-framework"],
|
|
"license": "GPL-2.0",
|
|
"authors": [
|
|
{
|
|
"name": "SEO Themes",
|
|
"homepage": "https://seothemes.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/seothemes/genesis-starter/issues",
|
|
"source": "https://github.com/seothemes/genesis-starter"
|
|
},
|
|
"require": {
|
|
"seothemes/child-theme-library": "dev-master",
|
|
"mnsami/composer-custom-directory-installer": "1.1.*"
|
|
},
|
|
"require-dev": {},
|
|
"suggest": {},
|
|
"config": {
|
|
"sort-order": true
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"extra":{
|
|
"installer-paths":{
|
|
"./lib/": ["seothemes/child-theme-library"]
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-create-project-cmd": [
|
|
"yarn install"
|
|
],
|
|
"post-install-cmd": [
|
|
"yarn install"
|
|
],
|
|
"post-update-cmd": [
|
|
"yarn install"
|
|
],
|
|
"stylelint": [
|
|
"stylelint './assets/scss/**/*.scss' --fix"
|
|
]
|
|
}
|
|
}
|