Adds DFs
This commit is contained in:
28
spec/fixtures/dynamic_finders/plugin_version/sb-chart-block/composer_file/package.json
vendored
Normal file
28
spec/fixtures/dynamic_finders/plugin_version/sb-chart-block/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "sb-chart-block",
|
||||
"version": "0.3.0",
|
||||
"description": "Displays a chart from CSV content.",
|
||||
"author": "bobbingwide",
|
||||
"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",
|
||||
"dev": "wp-scripts start",
|
||||
"packages-update": "wp-scripts packages-update",
|
||||
"makepot": "wp i18n make-pot . languages/sb-chart-block.pot --exclude=node_modules,vendor,src",
|
||||
"makejson": "wp i18n make-json languages --no-purge",
|
||||
"l10n": "l10n sb-chart-block"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^12.1.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/tinycolor2": "^1.4.2",
|
||||
"@wordpress/components": "^13.0.2",
|
||||
"@wordpress/icons": "^2.10.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user