{
	"name": "pattern-css",
	"version": "1.0.0",
	"description": "My amazing block",
	"author": "Kevin Batdorf",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"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",
		"eject": "node scripts/eject.mjs",
		"rename": "node scripts/rename.mjs"
	},
	"devDependencies": {
		"@trivago/prettier-plugin-sort-imports": "^4.2.1",
		"@types/wordpress__block-editor": "^11.5.6",
		"@types/wordpress__blocks": "^12.5.7",
		"@types/wordpress__edit-post": "^7.5.4",
		"@types/wordpress__editor": "^13.6.5",
		"@types/wordpress__plugins": "^3.0.2",
		"@typescript-eslint/eslint-plugin": "^6.9.1",
		"@typescript-eslint/parser": "^6.9.1",
		"@wordpress/block-editor": "^12.13.0",
		"@wordpress/env": "^8.11.0",
		"@wordpress/scripts": "^26.16.0",
		"@wordpress/url": "^3.46.0",
		"autoprefixer": "^10.4.16",
		"cypress": "^13.4.0",
		"cypress-wait-until": "^2.0.1",
		"eslint": "^8.52.0",
		"eslint-config-prettier": "^9.0.0",
		"eslint-plugin-cypress": "^2.15.1",
		"eslint-plugin-no-only-tests": "^3.1.0",
		"eslint-plugin-prettier": "^5.0.1",
		"eslint-plugin-react": "^7.33.2",
		"eslint-plugin-react-hooks": "^4.6.0",
		"fast-glob": "^3.3.1",
		"glob": "^10.3.10",
		"postcss-import": "^15.1.0",
		"postcss-safe-important": "^1.2.1",
		"prettier": "^3.0.3",
		"replace-in-file": "^7.0.2",
		"tailwindcss": "^3.3.5",
		"typescript": "^5.2.2"
	},
	"dependencies": {
		"@wordpress/block-editor": "^12.13.0",
		"@wordpress/blocks": "^12.22.0",
		"@wordpress/edit-post": "^7.22.0",
		"@wordpress/editor": "^13.22.0",
		"@wordpress/element": "^5.22.0",
		"@wordpress/i18n": "^4.45.0",
		"@wordpress/plugins": "^6.13.0",
		"browserlist": "^1.0.1",
		"lightningcss": "1.22.0",
		"lightningcss-wasm": "1.22.0",
		"react-simple-code-editor": "^0.13.1",
		"shiki": "^0.14.5",
		"swr": "^2.2.4",
		"zustand": "^4.4.6"
	}
}
