This commit is contained in:
Jeremy Rangel
2025-01-15 02:06:22 -08:00
commit 7df4855b60
20 changed files with 22169 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{
"name": "lcp-bar-graph",
"version": "0.1.0",
"description": "Bar Graph block for LCP Data Blocks plugin",
"author": "CoosGuide",
"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"
},
"dependencies": {
"d3": "^7.8.5"
},
"devDependencies": {
"@wordpress/scripts": "^30.8.1"
}
}