2026-03-21 13:54:23 +01:00
|
|
|
{
|
|
|
|
|
"name": "theatergf-gallery",
|
|
|
|
|
"version": "0.1.0",
|
|
|
|
|
"author": "Patrick Maschek",
|
|
|
|
|
"main": "build/index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "wp-scripts build --webpack-copy-php --blocks-manifest",
|
|
|
|
|
"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 --webpack-copy-php --blocks-manifest"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@wordpress/block-editor": "latest",
|
|
|
|
|
"@wordpress/blocks": "latest",
|
|
|
|
|
"@wordpress/i18n": "latest"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-05-20 02:18:25 +02:00
|
|
|
"@wordpress/scripts": "latest"
|
2026-03-21 13:54:23 +01:00
|
|
|
}
|
|
|
|
|
}
|