{
	"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,tailwindcss && ncu -u --target minor '/^tailwind/'",
		"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": "^5.2.2",
		"@types/wordpress__block-editor": "^11.5.16",
		"@types/wordpress__blocks": "^12.5.17",
		"@types/wordpress__edit-post": "^8.4.2",
		"@types/wordpress__editor": "^14.12.0",
		"@types/wordpress__plugins": "^6.0.0",
		"@typescript-eslint/eslint-plugin": "^8.32.0",
		"@typescript-eslint/parser": "^8.32.0",
		"@wordpress/block-editor": "^14.18.0",
		"@wordpress/env": "^10.23.0",
		"@wordpress/scripts": "^30.16.0",
		"@wordpress/url": "^4.23.0",
		"autoprefixer": "^10.4.21",
		"cypress": "^14.3.3",
		"cypress-wait-until": "^3.0.2",
		"eslint": "^8.57.1",
		"eslint-config-prettier": "^9.1.0",
		"eslint-plugin-cypress": "^3.6.0",
		"eslint-plugin-no-only-tests": "^3.3.0",
		"eslint-plugin-prettier": "^5.2.3",
		"eslint-plugin-react": "^7.37.4",
		"eslint-plugin-react-hooks": "^4.6.2",
		"fast-glob": "^3.3.3",
		"glob": "^11.0.2",
		"postcss-import": "^16.1.0",
		"postcss-safe-important": "^2.0.1",
		"prettier": "^3.5.3",
		"prettier-plugin-tailwindcss": "^0.6.11",
		"replace-in-file": "^8.3.0",
		"tailwindcss": "^3.4.17",
		"typescript": "^5.8.3"
	},
	"dependencies": {
		"@wordpress/block-editor": "^14.18.0",
		"@wordpress/blocks": "^14.12.0",
		"@wordpress/edit-post": "^8.23.0",
		"@wordpress/editor": "^14.23.0",
		"@wordpress/element": "^6.23.0",
		"@wordpress/i18n": "^5.23.0",
		"@wordpress/plugins": "^7.23.0",
		"browserlist": "^1.0.1",
		"lightningcss": "1.30.1",
		"lightningcss-wasm": "1.30.0",
		"react-simple-code-editor": "^0.14.1",
		"shiki": "^0.14.7",
		"swr": "^2.3.3",
		"zustand": "^5.0.4"
	}
}
