This commit is contained in:
erwanlr
2021-11-03 18:13:33 +01:00
parent f4ddff64e9
commit 3af18b4fcb
24 changed files with 6700 additions and 1 deletions

View File

@@ -0,0 +1,29 @@
{
"name": "fragment-amzn",
"version": "1.0.1",
"description": "Amazonの商品を検索してブロックに追加します。",
"author": "fragment.co.jp",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"type": "module",
"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": "^7.0.2",
"@wordpress/blocks": "^11.1.0",
"@wordpress/i18n": "^4.2.2",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0"
},
"devDependencies": {
"@wordpress/scripts": "^16.1.5"
}
}