This commit is contained in:
erwanlr
2022-07-02 13:18:01 +02:00
parent 61363a1985
commit f9e6e75c0c
32 changed files with 26313 additions and 2 deletions

View 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"
}
}