This commit is contained in:
erwanlr
2020-12-11 16:33:59 +01:00
parent 6f4b216bb0
commit 7fd59b27f4
12 changed files with 2320 additions and 2 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "zi-hide-featured-image",
"version": "1.0.0",
"description": "Example how to extend an existing Gutenberg block",
"scripts": {
"start": "parcel watch --no-hmr assets/js/zi-hide-featured-image.js -d js",
"build": "parcel build assets/js/zi-hide-featured-image.js -d js",
"lint": "eslint assets/js"
},
"author": "Liip AG",
"dependencies": {
"lodash.assign": "^4.2.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-react-jsx": "^6.24.1",
"eslint": "^5.16.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-plugin-jest": "^22.5.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"parcel-bundler": "^1.12.4"
},
"private": true
}