Cleanup: Remoción masiva de restos de WordPress y consolidación de archivos GKACHELE™

This commit is contained in:
komkida91
2026-01-27 18:00:16 +01:00
parent d9aad67066
commit 7083aa3893
874 changed files with 137670 additions and 137443 deletions

View File

@@ -0,0 +1,32 @@
{
"name": "twentytwentyfive",
"version": "1.4.0",
"description": "Default WP Theme",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"WordPress",
"Theme"
],
"bugs": {
"url": "https://core.trac.wordpress.org/"
},
"homepage": "https://wordpress.org/themes/twentytwentyfive/",
"engines": {
"node": ">=20.10.0",
"npm": ">=10.2.3"
},
"devDependencies": {
"@wordpress/browserslist-config": "^6.34.0",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"cssnano": "^7.1.2"
},
"browserslist": [
"extends @wordpress/browserslist-config"
],
"scripts": {
"build": "postcss style.css --use cssnano -o style.min.css --no-map",
"watch": "postcss style.css --use cssnano -o style.min.css --no-map --watch"
}
}