Updates DFs

This commit is contained in:
erwanlr
2023-07-11 15:24:31 +02:00
parent ea020aa8a5
commit cb7cd9aac2
47 changed files with 16322 additions and 5 deletions

View File

@@ -0,0 +1,53 @@
{
"name": "wcspots",
"version": "1.0.0",
"description": "Create WooCommerce product showcases with image hotspots in the block editor.",
"author": "Micemade",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build --webpack-copy-php",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start --webpack-copy-php",
"update-pot": "wp i18n make-pot . languages/wcspots.pot --exclude=src"
},
"devDependencies": {
"@svgr/webpack": "^7.0.0",
"@wordpress/api-fetch": "^6.27.0",
"@wordpress/block-editor": "^12.0.0",
"@wordpress/components": "^23.7.0",
"@wordpress/core-data": "^6.7.0",
"@wordpress/data": "^9.0.0",
"@wordpress/element": "^5.7.0",
"@wordpress/media-utils": "^4.21.0",
"@wordpress/scripts": "^26.1.0",
"@wordpress/server-side-render": "^4.7.0",
"classnames": "^2.3.2",
"eslint-plugin-react-hooks": "^4.6.0",
"lodash": "^4.17.21"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.3",
"@wordpress/blocks": "^12.7.0",
"@wordpress/compose": "^6.7.0",
"@wordpress/hooks": "^3.30.0",
"@wordpress/i18n": "^4.32.0",
"@wordpress/viewport": "^5.7.0",
"dompurify": "^3.0.1",
"he": "^1.2.0",
"react-redux": "^8.0.5",
"react-select": "^5.7.2",
"react-tiny-popover": "^7.2.4",
"redux": "^4.2.1",
"stream": "^0.0.2",
"uuid": "^9.0.0"
},
"peerDependencies": {
"react": "^16.x || ^18.x",
"react-dom": "^16.x || ^18.x"
}
}