Changes to directory structure

This commit is contained in:
Jeremy Rangel
2024-12-18 02:20:47 -08:00
parent 961081128a
commit d5a5f4e87b
45 changed files with 5173 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"name": "gallery",
"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": "^30.7.0"
},
"dependencies": {
"lightgallery": "^2.8.2"
}
}