{
	"name": "wcspots",
	"version": "1.2.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.55.0",
		"@wordpress/block-editor": "^12.26.0",
		"@wordpress/components": "^23.9.0",
		"@wordpress/core-data": "^6.35.0",
		"@wordpress/data": "^9.28.0",
		"@wordpress/element": "^5.35.0",
		"@wordpress/media-utils": "^4.49.0",
		"@wordpress/scripts": "^26.19.0",
		"@wordpress/server-side-render": "^4.35.0",
		"classnames": "^2.5.1",
		"eslint-plugin-react-hooks": "^4.6.2",
		"lodash": "^4.17.21"
	},
	"dependencies": {
		"@reduxjs/toolkit": "^1.9.7",
		"@wordpress/blocks": "^12.35.0",
		"@wordpress/compose": "^6.35.0",
		"@wordpress/hooks": "^3.58.0",
		"@wordpress/i18n": "^4.58.0",
		"@wordpress/icons": "^10.22.0",
		"@wordpress/viewport": "^5.35.0",
		"dompurify": "^3.2.5",
		"he": "^1.2.0",
		"react-redux": "^8.1.3",
		"react-select": "^5.10.1",
		"react-tiny-popover": "^7.2.4",
		"redux": "^4.2.1",
		"stream": "^0.0.2",
		"uuid": "^9.0.1"
	},
	"peerDependencies": {
		"react": "^16.x || ^17.x || ^18.x",
		"react-dom": "^16.x || ^17.x || ^18.x"
	},
	"resolutions": {
		"react": "^18.3.1",
		"react-dom": "^18.3.1"
	},
	"files": [
		"build",
		"languages",
		"src",
		"wcspots.php",
		"package.json",
		"package-lock.json",
		"LICENSE",
		"readme.txt"
	]
}
