This commit is contained in:
erwanlr
2019-09-28 17:29:35 +01:00
parent 2e48968fd3
commit 237979a479
10 changed files with 2976 additions and 1 deletions

View File

@@ -0,0 +1,44 @@
{
"name": "nelio-compare-images",
"version": "1.0.0",
"description": "Before & After Image Block for Gutenberg.",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/davilera/nelio-compare-images.git"
},
"keywords": [
"before-after",
"image",
"compare",
"images"
],
"author": "Nelio Software",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/davilera/nelio-compare-images/issues"
},
"homepage": "https://github.com/davilera/nelio-compare-images#readme",
"scripts": {
"build": "wp-scripts build",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"start": "wp-scripts start",
"test:e2e": "wp-scripts test-e2e",
"test:unit": "wp-scripts test-unit-js"
},
"devDependencies": {
"@wordpress/scripts": "^5.0.0",
"classnames": "^2.2.6",
"css-loader": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.0",
"webpack": "^4.41.0",
"webpack-rtl-plugin": "^2.0.0"
}
}