This commit is contained in:
erwanlr
2021-03-06 12:29:39 +01:00
parent 3259316cf1
commit a20c769eae
11 changed files with 3771 additions and 2 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "firepro",
"version": "0.1.0",
"description": "Example block written with ESNext standard and JSX support build step required.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "node compile/compile.js && wp-scripts build",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update"
},
"devDependencies": {
"@wordpress/scripts": "^12.1.1",
"raw-loader": "^4.0.2"
},
"dependencies": {
"@wordpress/media-utils": "^1.18.0"
}
}