* enhance(project): Add .prettierrc to project * chore(deps): Bump dependencies * chore(view): Improve readability of the search form view * chore(admin): Improve language used in the customize_register filter docblock * chore(lint): Lint project assets * chore(change-log): Improve/prepare the changelog for actual release * chore(readme): Improve README feature list * chore(readme): Update README theme directory structure * chore(readme): Add GitHub sponsors badge * chore(readme): Clean up various wording * fix(ci): Fix failing tests * fix(mix): Add index.php to purgecss scope (Supersedes #2423) (Credit @oxyc)
69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"name": "roots/sage",
|
|
"type": "wordpress-theme",
|
|
"license": "MIT",
|
|
"description": "WordPress starter theme with a modern development workflow",
|
|
"homepage": "https://roots.io/sage/",
|
|
"authors": [
|
|
{
|
|
"name": "Ben Word",
|
|
"email": "ben@benword.com",
|
|
"homepage": "https://github.com/retlehs"
|
|
},
|
|
{
|
|
"name": "Scott Walkinshaw",
|
|
"email": "scott.walkinshaw@gmail.com",
|
|
"homepage": "https://github.com/swalkinshaw"
|
|
},
|
|
{
|
|
"name": "QWp6t",
|
|
"email": "hi@qwp6t.me",
|
|
"homepage": "https://github.com/qwp6t"
|
|
},
|
|
{
|
|
"name": "Brandon Nifong",
|
|
"email": "brandon@tendency.me",
|
|
"homepage": "https://github.com/log1x"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"wordpress"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/roots/sage/issues",
|
|
"forum": "https://discourse.roots.io/"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5",
|
|
"roots/acorn": "^1.1"
|
|
},
|
|
"require-dev": {
|
|
"filp/whoops": "^2.7",
|
|
"squizlabs/php_codesniffer": "^3.5"
|
|
},
|
|
"suggest": {
|
|
"log1x/sage-directives": "A collection of useful Blade directives for WordPress and Sage (^1.0).",
|
|
"log1x/sage-svg": "Provides a useful SVG directive for properly inlining SVG's within your Blade views (^1.0)."
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"scripts": {
|
|
"lint": [
|
|
"phpcs --ignore=index.php,vendor,resources,storage,dist --extensions=php --standard=PSR12 ."
|
|
],
|
|
"post-autoload-dump": [
|
|
"Roots\\Acorn\\ComposerScripts::postAutoloadDump"
|
|
]
|
|
}
|
|
}
|