UNPKG

blockpluginwromo

Version:

Example block written with ESNext standard and JSX support – build step required.

44 lines (43 loc) 1.18 kB
{ "name": "blockpluginwromo", "version": "1.1.4", "description": "Example block written with ESNext standard and JSX support – build step required.", "author": "The WordPress Contributors", "license": "MIT", "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", "start": "wp-scripts start", "packages-update": "wp-scripts packages-update" }, "dependencies": { "@wordpress/block-editor": "^7.0.3", "@wordpress/blocks": "^11.1.1", "@wordpress/i18n": "^4.26.0" }, "devDependencies": { "@babel/plugin-proposal-class-properties": "^7.18.6", "@wordpress/babel-preset-default": "^7.10.0", "@wordpress/scripts": "^18.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/Ghepes/blockpluginwromo.git" }, "keywords": [ "Block", "Wordpress", "trunk", "Integrate", "Dev", "Starter", "Plugin" ], "bugs": { "url": "https://github.com/Ghepes/blockpluginwromo/issues" }, "homepage": "https://github.com/Ghepes/blockpluginwromo#readme" }