{
	"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.3.0",
		"@types/wordpress__block-editor": "^11.5.10",
		"@types/wordpress__blocks": "^12.5.13",
		"@types/wordpress__edit-post": "^7.5.6",
		"@types/wordpress__editor": "^13.6.7",
		"@types/wordpress__plugins": "^3.0.3",
		"@typescript-eslint/eslint-plugin": "^6.21.0",
		"@typescript-eslint/parser": "^6.21.0",
		"@wordpress/block-editor": "^12.19.1",
		"@wordpress/env": "^9.3.0",
		"@wordpress/scripts": "^27.2.0",
		"@wordpress/url": "^3.52.0",
		"autoprefixer": "^10.4.17",
		"cypress": "^13.6.4",
		"cypress-wait-until": "^3.0.1",
		"eslint": "^8.56.0",
		"eslint-config-prettier": "^9.1.0",
		"eslint-plugin-cypress": "^2.15.1",
		"eslint-plugin-no-only-tests": "^3.1.0",
		"eslint-plugin-prettier": "^5.1.3",
		"eslint-plugin-react": "^7.33.2",
		"eslint-plugin-react-hooks": "^4.6.0",
		"fast-glob": "^3.3.2",
		"glob": "^10.3.10",
		"postcss-import": "^16.0.1",
		"postcss-safe-important": "^2.0.1",
		"prettier": "^3.2.5",
		"replace-in-file": "^7.1.0",
		"tailwindcss": "^3.4.1",
		"typescript": "^5.3.3"
	},
	"dependencies": {
		"@wordpress/block-editor": "^12.19.1",
		"@wordpress/blocks": "^12.28.1",
		"@wordpress/edit-post": "^7.28.1",
		"@wordpress/editor": "^13.28.1",
		"@wordpress/element": "^5.28.0",
		"@wordpress/i18n": "^4.51.0",
		"@wordpress/plugins": "^6.19.1",
		"browserlist": "^1.0.1",
		"lightningcss": "1.23.0",
		"lightningcss-wasm": "1.23.0",
		"react-simple-code-editor": "^0.13.1",
		"shiki": "^0.14.7",
		"swr": "^2.2.5",
		"zustand": "^4.5.1"
	}
}
