at path:
ROOT
/
wp-content
/
themes
/
twentytwentyfive
/
package.json
run:
R
W
Run
assets
DIR
2025-12-13 10:14:09
R
W
Run
parts
DIR
2025-12-13 10:17:33
R
W
Run
patterns
DIR
2025-12-13 10:17:34
R
W
Run
styles
DIR
2025-12-13 10:17:33
R
W
Run
templates
DIR
2025-12-13 10:17:33
R
W
Run
contributing.txt
1.24 KB
2025-12-04 01:11:15
R
W
Run
Delete
Rename
functions.php
4.32 KB
2025-12-04 01:11:15
R
W
Run
Delete
Rename
package-lock.json
52.91 KB
2025-12-04 01:11:15
R
W
Run
Delete
Rename
package.json
776 By
2025-12-04 01:11:15
R
W
Run
Delete
Rename
readme.txt
8.85 KB
2025-12-04 01:11:15
R
W
Run
Delete
Rename
screenshot.png
211.6 KB
2025-12-04 01:11:15
R
W
Run
Delete
Rename
style.css
2.94 KB
2025-12-04 01:11:15
R
W
Run
Delete
Rename
style.min.css
611 By
2025-12-04 01:11:15
R
W
Run
Delete
Rename
theme.json
14.51 KB
2025-12-04 01:11:15
R
W
Run
Delete
Rename
error_log
up
📄
package.json
Save
{ "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" } }