mirror of
https://ghproxy.net/https://github.com/lubusIN/blablablocks-slider-block.git
synced 2025-10-04 20:53:05 +08:00
MVP setup
This commit is contained in:
commit
82a9b66aa4
30 changed files with 23113 additions and 0 deletions
26
package.json
Normal file
26
package.json
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue