{
	"name": "calendar_block",
	"version": "0.2.0",
	"description": "Example block scaffolded with Create Block tool.",
	"author": "The WordPress Contributors",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"check-engines": "wp-scripts check-engines",
		"check-licenses": "wp-scripts check-licenses",
		"format": "wp-scripts format",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"lint:md:docs": "wp-scripts lint-md-docs",
		"lint:pkg-json": "wp-scripts lint-pkg-json",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start",
		"test:e2e": "wp-scripts test-e2e",
		"test:unit": "wp-scripts test-unit-js",
		"add": "npx @wordpress/create-block --namespace open-source-event-calendar --variant dynamic --no-plugin",
		"add-static": "npx @wordpress/create-block --namespace open-source-event-calendar --no-plugin"
	},
	"dependencies": {
		"@wordpress/api-fetch": "^7.16.0",
		"@wordpress/block-editor": "^14.11.0",
		"@wordpress/blocks": "^14.4.1",
		"@wordpress/components": "^29.2.0",
		"@wordpress/core-data": "^7.16.0",
		"@wordpress/data": "^10.16.0",
		"ajv": "^8.17.1",
		"react-datepicker": "^8.0.0",
		"react-select": "^5.9.0",
		"react-switch": "^7.1.0"
	},
	"devDependencies": {
		"@wordpress/scripts": "^30.11.0"
	}
}
