{
	"name": "unlimited-photos",
	"version": "0.1.0",
	"description": "My amazing block",
	"author": "Kevin Batdorf",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "biome check && wp-scripts build",
		"lint": "biome check",
		"lint:fix": "biome check --write",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start",
		"test:e2e": "node scripts/run-e2e.mjs",
		"test:e2e:ui": "npx playwright test --ui",
		"eject": "node scripts/eject.mjs",
		"rename": "node scripts/rename.mjs"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.5.8",
		"@playwright/test": "^1.59.1",
		"@types/wordpress__block-editor": "^11.5.1",
		"@types/wordpress__blocks": "^12.5.0",
		"@wordpress/block-editor": "^12.6.0",
		"@wordpress/e2e-test-utils-playwright": "^1.43.0",
		"@wordpress/scripts": "^26.9.0",
		"@wordpress/url": "^3.39.0",
		"@wp-playground/cli": "^3.1.18",
		"autoprefixer": "^10.4.14",
		"fast-glob": "^3.3.1",
		"glob": "^10.3.3",
		"postcss-import": "^15.1.0",
		"replace-in-file": "^7.0.1",
		"tailwindcss": "^3.3.3",
		"typescript": "^5.1.6"
	},
	"dependencies": {
		"@headlessui/react": "1.7.15",
		"@wordpress/api-fetch": "^6.35.0",
		"@wordpress/block-editor": "^12.6.0",
		"@wordpress/blocks": "^12.15.0",
		"@wordpress/element": "^5.15.0",
		"@wordpress/i18n": "^4.38.0",
		"framer-motion": "^10.13.0",
		"swr": "^2.2.0",
		"zustand": "^4.3.9"
	}
}
