This commit is contained in:
erwanlr
2022-02-26 10:51:54 +01:00
parent 90b61d035e
commit 5feb6ffe34
67 changed files with 25233 additions and 7 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "gutenberg-receipe-block",
"version": "1.0.0",
"description": "A learning plugin for gutenberg",
"main": "index.js",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build"
},
"author": "Rajan Panchal",
"license": "Creole",
"devDependencies": {
"@wordpress/scripts": "^19.2.1"
},
"dependencies": {
"@wordpress/block-editor": "^8.0.3",
"@wordpress/blocks": "^11.1.4",
"@wordpress/components": "^19.0.3",
"@wordpress/create-block": "^2.7.0",
"@wordpress/i18n": "^4.2.4",
"@wordpress/icons": "^6.1.1",
"classnames": "^2.3.1",
"react-slick": "^0.28.1",
"save": "^2.4.0"
}
}