Adds DFS
This commit is contained in:
32
spec/fixtures/dynamic_finders/plugin_version/mailbuzz/composer_file/package.json
vendored
Normal file
32
spec/fixtures/dynamic_finders/plugin_version/mailbuzz/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "mailbuzz",
|
||||
"version": "1.0.0",
|
||||
"description": "WP React Plugin Boilerplate - WordPress Setting via React and Rest API",
|
||||
"author": "jamesstanley",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"main": "build/index.js",
|
||||
"scripts": {
|
||||
"build": "wp-scripts build src/settings.js --output-path=build/admin",
|
||||
"format": "wp-scripts format",
|
||||
"lint:css": "wp-scripts lint-style",
|
||||
"lint:js": "wp-scripts lint-js",
|
||||
"start": "wp-scripts start src/settings.js --output-path=build/admin",
|
||||
"packages-update": "wp-scripts packages-update"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^23.5.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@wordpress/media-utils": "^4.17.0",
|
||||
"@wordpress/block-editor": "^11.3.0",
|
||||
"@wordpress/components": "^19.15.0",
|
||||
"@wordpress/url": "^3.14.0",
|
||||
"autoprefixer": "^10.4.7",
|
||||
"lodash": "^4.17.21",
|
||||
"react-router-dom": "^6.3.0"
|
||||
},
|
||||
"browserslist": [
|
||||
"last 3 versions",
|
||||
"> 1%"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user