mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-17 08:05:21 +01:00
2abcce6dfc
This brings `trunk`’s version of Twenty Twenty in-sync with GitHub.
For a complete list of changes since [46271], see 932b16248...dd7032f
Props anlino, ianbelanger, nielslange, acosmin, netweb, williampatton, adhitya03, phpdocs, acalfieri, itowhid06, littlebigthing, aristath, karmatosed, poena.
See #48110.
Built from https://develop.svn.wordpress.org/trunk@46357
git-svn-id: http://core.svn.wordpress.org/trunk@46156 1a063a9b-81f0-0310-95a4-ce76da25c4cd
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "twentytwenty",
|
|
"version": "1.0.0",
|
|
"description": "Default WP Theme",
|
|
"author": "The WordPress Contributors",
|
|
"license": "GPL-2.0-or-later",
|
|
"keywords": [
|
|
"WordPress",
|
|
"Theme",
|
|
"TwentyTwenty"
|
|
],
|
|
"homepage": "https://github.com/wordpress/twentytwenty#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wordpress/twentytwenty.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/wordpress/twentytwenty/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@wordpress/scripts": "^5.0.0",
|
|
"concurrently": "^4.1.2",
|
|
"rtlcss": "^2.4.0"
|
|
},
|
|
"rtlcssConfig": {
|
|
"options": {
|
|
"autoRename": false,
|
|
"autoRenameStrict": false,
|
|
"blacklist": {},
|
|
"clean": true,
|
|
"greedy": false,
|
|
"processUrls": false,
|
|
"stringMap": []
|
|
},
|
|
"plugins": [],
|
|
"map": false
|
|
},
|
|
"scripts": {
|
|
"build:rtl": "concurrently \"npm run build:rtl-style\" \"npm run build:rtl-esb\" \"npm run build:rtl-esc\"",
|
|
"build:rtl-style": "rtlcss style.css style-rtl.css",
|
|
"build:rtl-esb": "rtlcss assets/css/editor-style-block.css assets/css/editor-style-block-rtl.css",
|
|
"build:rtl-esc": "rtlcss assets/css/editor-style-classic.css assets/css/editor-style-classic-rtl.css",
|
|
"lint:css": "wp-scripts lint-style 'style.css' 'assets/**/*.css'",
|
|
"lint:js": "wp-scripts lint-js 'assets/**/*.js'",
|
|
"lint:pkg-json": "wp-scripts lint-pkg-json"
|
|
}
|
|
}
|