Adds DFs
This commit is contained in:
22
spec/fixtures/dynamic_finders/plugin_version/insert-giphy-block/composer_file/package.json
vendored
Normal file
22
spec/fixtures/dynamic_finders/plugin_version/insert-giphy-block/composer_file/package.json
vendored
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user