{
	"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": "ncu -u --reject shiki",
		"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.15",
		"@types/wordpress__blocks": "^12.5.14",
		"@types/wordpress__edit-post": "^7.5.7",
		"@types/wordpress__editor": "^13.6.8",
		"@types/wordpress__plugins": "^3.0.3",
		"@typescript-eslint/eslint-plugin": "^7.16.1",
		"@typescript-eslint/parser": "^7.16.1",
		"@wordpress/block-editor": "^13.3.0",
		"@wordpress/env": "^10.3.0",
		"@wordpress/scripts": "^28.3.0",
		"@wordpress/url": "^4.3.0",
		"autoprefixer": "^10.4.19",
		"cypress": "^13.13.1",
		"cypress-wait-until": "^3.0.2",
		"eslint": "^8.57.0",
		"eslint-config-prettier": "^9.1.0",
		"eslint-plugin-cypress": "^3.3.0",
		"eslint-plugin-no-only-tests": "^3.1.0",
		"eslint-plugin-prettier": "^5.2.1",
		"eslint-plugin-react": "^7.35.0",
		"eslint-plugin-react-hooks": "^4.6.2",
		"fast-glob": "^3.3.2",
		"glob": "^11.0.0",
		"postcss-import": "^16.1.0",
		"postcss-safe-important": "^2.0.1",
		"prettier": "^3.3.3",
		"replace-in-file": "^8.1.0",
		"tailwindcss": "^3.4.6",
		"typescript": "^5.5.3"
	},
	"dependencies": {
		"@wordpress/block-editor": "^13.3.0",
		"@wordpress/blocks": "^13.3.0",
		"@wordpress/edit-post": "^8.3.0",
		"@wordpress/editor": "^14.3.0",
		"@wordpress/element": "^6.3.0",
		"@wordpress/i18n": "^5.3.0",
		"@wordpress/plugins": "^7.3.0",
		"browserlist": "^1.0.1",
		"lightningcss": "1.25.1",
		"lightningcss-wasm": "1.25.1",
		"react-simple-code-editor": "^0.14.1",
		"shiki": "^0.14.7",
		"swr": "^2.2.5",
		"zustand": "^4.5.4"
	}
}
