This commit is contained in:
erwanlr
2020-03-21 16:56:16 +01:00
parent 8077ad9bcd
commit c5c1de32bc
11 changed files with 768 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "insert-giphy-block",
"version": "0.1.0",
"description": "Search and insert a Giphy directly from your Gutenberg editor.",
"author": "Michael Joseph Panaga",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update"
},
"devDependencies": {
"@wordpress/scripts": "^7.1.2"
},
"dependencies": {
"react-photo-gallery": "^8.0.0"
}
}