Updates DFs

This commit is contained in:
erwanlr
2023-12-01 17:25:49 +01:00
parent 96b6b81d78
commit 44da286d5d
59 changed files with 16252 additions and 8 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "ctcl-floating-cart",
"version": "0.1.0",
"description": "Example block scaffolded with Create Block tool.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start"
},
"devDependencies": {
"@wordpress/scripts": "^26.6.0"
}
}