blablablocks-slider-block/package.json
punitverma123 4ea426a491
Some checks failed
Plugin Check / plugin-check (push) Has been cancelled
Sync to Playground / build-and-push-on-push (push) Has been cancelled
chore: bump version to 1.3.0
2026-07-09 14:00:46 +05:30

41 lines
1.7 KiB
JSON

{
"name": "blablablocks-slider-block",
"version": "1.3.0",
"description": "Slider Block is a WordPress plugin built specifically for the Block Editor, allowing you to create responsive sliders effortlessly.",
"author": "Lubus",
"license": "MIT",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format": "wp-scripts format",
"format:src": "wp-scripts format ./src",
"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",
"test:unit": "wp-scripts test-unit-js",
"test:e2e": "wp-scripts test-playwright",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip && cd .. && zip -qr blablablocks-slider-block/blablablocks-slider-block.zip blablablocks-slider-block/LICENSE blablablocks-slider-block/assets -x \"*/.DS_Store\" \"*/__MACOSX/*\" && zip -dq blablablocks-slider-block/blablablocks-slider-block.zip blablablocks-slider-block/README.md",
"start": "wp-scripts start",
"serve": "npx @wp-playground/cli@latest server --auto-mount --blueprint=./_playground/blueprint-local.json --blueprint-may-read-adjacent-files"
},
"devDependencies": {
"@playwright/test": "^1.48.2",
"@wordpress/e2e-test-utils-playwright": "^1.11.0",
"@wordpress/scripts": "^30.4.0"
},
"dependencies": {
"@wordpress/block-editor": "^14.9.0",
"@wordpress/blocks": "^14.3.0",
"@wordpress/components": "^29.0.0",
"@wordpress/data": "^10.14.0",
"@wordpress/element": "^6.14.0",
"@wordpress/i18n": "^5.14.0",
"@wordpress/icons": "^10.14.0",
"@wordpress/media-utils": "^5.14.0",
"@wordpress/notices": "^5.17.0",
"clsx": "^2.1.1",
"swiper": "^11.1.14"
}
}