blablablocks-tabs-block/package.json
punitverma123 e11f00b43b
Some checks failed
Sync to Playground / build-and-push (push) Failing after 4m3s
chore: bump version to 1.1.3 and update changelog
2026-03-23 10:28:40 +05:30

34 lines
No EOL
1.2 KiB
JSON

{
"name": "blablablocks-tabs-block",
"version": "1.1.3",
"description": "Tabs Block is a WordPress plugin built specifically for the Block Editor, allowing you to create responsive tabs effortlessly.",
"author": "Lubus",
"license": "MIT",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --experimental-modules",
"start": "wp-scripts start --experimental-modules",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:css:fix": "wp-scripts lint-style --fix",
"lint:js": "wp-scripts lint-js",
"lint:js:fix": "wp-scripts lint-js --fix",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"serve": "npx @wp-playground/cli server --auto-mount --blueprint=./_playground/blueprint-local.json"
},
"devDependencies": {
"@wordpress/scripts": "^30.10.0"
},
"dependencies": {
"@wordpress/block-editor": "^14.12.0",
"@wordpress/blocks": "^14.6.0",
"@wordpress/components": "^29.3.0",
"@wordpress/data": "^10.17.0",
"@wordpress/element": "^6.17.0",
"@wordpress/i18n": "^5.17.0",
"@wordpress/icons": "^10.17.0",
"@wordpress/interactivity": "^6.27.0",
"clsx": "^2.1.1"
}
}