[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 { 2 "name": "twentynineteen", 3 "version": "3.0.0", 4 "description": "Default WP Theme", 5 "bugs": { 6 "url": "https://core.trac.wordpress.org/" 7 }, 8 "homepage": "https://wordpress.org/themes/twentynineteen/", 9 "engines": { 10 "node": ">=20.10.0", 11 "npm": ">=10.2.3" 12 }, 13 "devDependencies": { 14 "@wordpress/browserslist-config": "^6.1.0", 15 "autoprefixer": "^10.4.19", 16 "chokidar-cli": "^3.0.0", 17 "node-sass": "^9.0.0", 18 "npm-run-all": "^4.1.5", 19 "postcss": "^8.4.38", 20 "postcss-cli": "^11.0.0", 21 "postcss-focus-within": "^8.0.1", 22 "rtlcss": "^4.1.1" 23 }, 24 "rtlcssConfig": { 25 "options": { 26 "autoRename": false, 27 "autoRenameStrict": false, 28 "clean": true, 29 "greedy": false, 30 "processUrls": false, 31 "stringMap": [], 32 "disablePolyfillReadyClass": true 33 }, 34 "plugins": [], 35 "map": false 36 }, 37 "browserslist": [ 38 "extends @wordpress/browserslist-config" 39 ], 40 "scripts": { 41 "build:style": "node-sass style.scss style.css --output-style expanded && postcss -r style.css", 42 "build:style-editor": "node-sass style-editor.scss style-editor.css --output-style expanded && postcss -r style-editor.css", 43 "build:style-editor-customizer": "node-sass style-editor-customizer.scss style-editor-customizer.css --output-style expanded && postcss -r style-editor-customizer.css", 44 "build:rtl": "rtlcss style.css style-rtl.css", 45 "build:print": "node-sass print.scss print.css --output-style expanded && postcss -r print.css", 46 "build": "run-p \"build:*\"", 47 "watch": "chokidar \"**/*.scss\" -c \"npm run build\" --initial" 48 } 49 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |