Theme 2024: Initial commit of new theme

This commit is contained in:
Kelly Dwan 2024-08-27 10:58:23 -04:00
parent 50c21b4e85
commit 512d7ba421
No known key found for this signature in database
GPG key ID: 8BA5575F3D11575D
17 changed files with 318 additions and 4 deletions

View 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"
}
}