Adds DFs
This commit is contained in:
25
spec/fixtures/dynamic_finders/plugin_version/utilitygenius-widget/composer_file/package.json
vendored
Normal file
25
spec/fixtures/dynamic_finders/plugin_version/utilitygenius-widget/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "utility-genius-widget",
|
||||
"version": "1.0.2",
|
||||
"description": "A Gutenberg block for displaying either an Ad or Full Page UtilityGenius widget.",
|
||||
"author": "UtilityGenius",
|
||||
"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": "^23.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@emotion/react": "^11.9.0",
|
||||
"@emotion/styled": "^11.8.1",
|
||||
"@mui/material": "^5.8.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user