{
	"name": "ea-blocks",
	"version": "0.1.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 && wp-scripts build-blocks-manifest",
		"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 && wp-scripts build-blocks-manifest"
	},
	"devDependencies": {
		"@wordpress/scripts": "^30.13.0"
	},
	"dependencies": {
		"@fullcalendar/core": "^5.11.3",
		"@fullcalendar/daygrid": "^5.11.3",
		"@fullcalendar/interaction": "^5.11.3",
		"@fullcalendar/list": "^5.11.3",
		"@fullcalendar/react": "^5.11.3",
		"@fullcalendar/timegrid": "^5.11.3",
		"date-fns": "^4.1.0"
	}
}
