Updates DFs
This commit is contained in:
30
spec/fixtures/dynamic_finders/plugin_version/webcam-gallery/composer_file/package.json
vendored
Normal file
30
spec/fixtures/dynamic_finders/plugin_version/webcam-gallery/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "webcam-gallery",
|
||||
"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": "^26.2.0",
|
||||
"js-masonry": "^1.1.0",
|
||||
"webpack-cli": "^5.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/media-utils": "^4.22.0",
|
||||
"ctc-gallery-viewer": "^1.6.0",
|
||||
"ctcl-image-gallery": "^1.0.0",
|
||||
"images-carousel": "^1.0.2",
|
||||
"install": "^0.13.0",
|
||||
"npm": "^9.6.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user