mirror of
https://gh.wpcy.net/https://github.com/lubusIN/blablablocks-tabs-block.git
synced 2026-04-24 04:19:30 +08:00
34 lines
No EOL
1.2 KiB
JSON
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"
|
|
}
|
|
} |