mirror of
https://ghproxy.net/https://github.com/lubusIN/blablablocks-slider-block.git
synced 2025-10-04 20:53:05 +08:00
26 lines
709 B
JSON
26 lines
709 B
JSON
{
|
|
"name": "slider-block",
|
|
"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.4.0"
|
|
},
|
|
"dependencies": {
|
|
"@wordpress/block-editor": "^14.9.0",
|
|
"@wordpress/blocks": "^14.3.0",
|
|
"@wordpress/icons": "^10.14.0",
|
|
"swiper": "^11.1.14"
|
|
}
|
|
}
|