{
	"name": "website-accessibility",
	"version": "1.0.0",
	"description": "Example block scaffolded with Create Block tool.",
	"author": "The WordPress Contributors",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"files": [
		"assets",
		"build",
		"includes",
		"default-posts",
		"languages",
		"vendor",
		"composer.json",
		"*.php"
	],
	"scripts": {
		"start": "wp-scripts start",
		"build": "wp-scripts build",
		"packages-update": "wp-scripts packages-update",
		"make-pot": "wp i18n make-pot . languages/website-accessibility.pot --exclude=node_modules,vendor,src",
		"plugin-zip": "wp-scripts plugin-zip",
		"publish": "npm run build && npm run make-pot && npm run plugin-zip"
	},
	"devDependencies": {
		"@wordpress/scripts": "^30.19.0"
	},
	"dependencies": {
		"@tanstack/react-query": "^5.96.1",
		"@wordpress/icons": "^10.26.0",
		"antd": "^5.25.2",
		"clsx": "^2.1.1",
		"history": "^5.3.0",
		"react-hot-toast": "^2.6.0",
		"react-sortablejs": "^6.1.4",
		"sortablejs": "^1.15.2"
	}
}
