mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-21 17:25:44 +03:00
Theme 2024: Initial commit of new theme
This commit is contained in:
parent
50c21b4e85
commit
512d7ba421
17 changed files with 318 additions and 4 deletions
28
themes/wporg-5ftf-2024/package.json
Normal file
28
themes/wporg-5ftf-2024/package.json
Normal file
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"name": "wporg-5ftf-2024",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"author": "WordPress.org",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"private": true,
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "28.6.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "../../.eslintrc.js"
|
||||
},
|
||||
"stylelint": {
|
||||
"extends": "../../.stylelintrc",
|
||||
"ignoreFiles": [
|
||||
"**/*.css",
|
||||
"**/*.css.map"
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"build": "wp-scripts build --experimental-modules",
|
||||
"start": "wp-scripts start --experimental-modules",
|
||||
"lint:js": "wp-scripts lint-js src",
|
||||
"lint:css": "wp-scripts lint-style src/**/*.scss",
|
||||
"format": "wp-scripts format src -- --config=../../.prettierrc.js"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue