This commit is contained in:
erwanlr
2021-11-13 16:18:42 +01:00
parent 97ad2dc158
commit 434f8819a2
13 changed files with 8838 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "luway-upsale",
"version": "1.1.0",
"description": "Luway WooCommerce Upsale",
"author": "Alexey Ponomarev",
"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",
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update"
},
"dependencies": {
"@wordpress/block-editor": "^8.0.1",
"@wordpress/blocks": "^11.1.3",
"@wordpress/i18n": "^4.2.3"
},
"devDependencies": {
"@wordpress/scripts": "^19.1.0"
}
}