2024-08-27 00:43:31 +03:00
|
|
|
{
|
|
|
|
"name": "wporg-5ftf",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "The codebase and development environment for Five for the Future.",
|
|
|
|
"author": "WordPress.org",
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
"private": true,
|
|
|
|
"devDependencies": {
|
|
|
|
"@wordpress/env": "10.6.0",
|
2024-10-01 21:21:43 +03:00
|
|
|
"@wordpress/scripts": "30.0.2"
|
2024-08-27 00:43:31 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
2024-09-13 22:33:01 +03:00
|
|
|
"setup:tools": "npm install && composer install",
|
2024-08-27 17:58:23 +03:00
|
|
|
"build:old-theme": "npm run build --workspace=wporg-5ftf",
|
|
|
|
"start:old-theme": "npm run watch --workspace=wporg-5ftf",
|
|
|
|
"build:theme": "npm run build --workspace=wporg-5ftf-2024",
|
2024-08-28 04:24:12 +03:00
|
|
|
"start:theme": "npm run start --workspace=wporg-5ftf-2024",
|
2024-09-13 22:33:01 +03:00
|
|
|
"update:tools": "composer update",
|
2024-08-27 20:40:37 +03:00
|
|
|
"wp-env": "wp-env",
|
2024-08-27 17:58:23 +03:00
|
|
|
"lint:php": "composer lint ./themes/wporg-5ftf ./themes/wporg-5ftf-2024 ./plugins/wporg-5ftf",
|
|
|
|
"format:php": "composer format ./themes/wporg-5ftf ./themes/wporg-5ftf-2024 ./plugins/wporg-5ftf",
|
2024-08-27 20:42:26 +03:00
|
|
|
"test:php": "wp-env run tests-cli ./wp-content/mu-plugins/vendor/bin/phpunit -c ./wp-content/phpunit.xml.dist"
|
2024-08-27 00:43:31 +03:00
|
|
|
},
|
|
|
|
"workspaces": [
|
|
|
|
"themes/wporg-5ftf",
|
|
|
|
"themes/wporg-5ftf-2024"
|
|
|
|
]
|
|
|
|
}
|