| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 { 2 "name": "twentytwentytwo", 3 "version": "2.2.0", 4 "description": "Default WP Theme", 5 "author": "The WordPress Contributors", 6 "license": "GPL-2.0-or-later", 7 "keywords": [ 8 "WordPress", 9 "Theme" 10 ], 11 "bugs": { 12 "url": "https://core.trac.wordpress.org/" 13 }, 14 "homepage": "https://wordpress.org/themes/twentytwentytwo/", 15 "engines": { 16 "node": ">=24.18.0", 17 "npm": ">=11.16.0" 18 }, 19 "devEngines": { 20 "runtime": { 21 "name": "node", 22 "version": ">=24.18.0" 23 }, 24 "packageManager": { 25 "name": "npm", 26 "version": ">=11.16.0", 27 "onFail": "error" 28 } 29 }, 30 "devDependencies": { 31 "@wordpress/browserslist-config": "^6.34.0", 32 "postcss": "^8.5.6", 33 "postcss-cli": "^11.0.1", 34 "cssnano": "^7.1.2" 35 }, 36 "browserslist": [ 37 "extends @wordpress/browserslist-config" 38 ], 39 "scripts": { 40 "build": "postcss style.css --use cssnano -o style.min.css --no-map", 41 "watch": "postcss style.css --use cssnano -o style.min.css --no-map --watch" 42 } 43 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Fri Sep 25 08:20:31 2026 | Cross-referenced by PHPXref |