{
	"name": "code-block-pro",
	"version": "0.1.0",
	"description": "Code Block Pro - Beautiful syntax highlighting",
	"author": "Kevin Batdorf",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build",
		"format": "biome format --write .",
		"lint": "biome check . && tsc --noEmit",
		"lint:fix": "biome check --fix .",
		"packages-update": "wp-scripts packages-update",
		"plugin-zip": "wp-scripts plugin-zip",
		"start": "wp-scripts start",
		"start:hot": "wp-scripts start --hot",
		"test:e2e": "node scripts/run-e2e.mjs"
	},
	"devDependencies": {
		"@biomejs/biome": "^2.4.11",
		"@playwright/test": "^1.59.1",
		"@redux-devtools/extension": "^4.0.0",
		"@types/wordpress__block-editor": "15.0.5",
		"@types/wordpress__blocks": "15.10.2",
		"@types/wordpress__edit-post": "^8.4.2",
		"@wordpress/block-editor": "15.16.0",
		"@wordpress/e2e-test-utils-playwright": "^1.43.0",
		"@wordpress/scripts": "31.8.0",
		"@wordpress/url": "4.43.0",
		"@wp-playground/cli": "^3.1.18",
		"autoprefixer": "10.4.27",
		"copy-webpack-plugin": "14.0.0",
		"fast-glob": "3.3.3",
		"glob": "13.0.6",
		"postcss-import": "16.1.1",
		"postcss-safe-important": "2.0.1",
		"replace-in-file": "8.4.0",
		"rtlcss-webpack-plugin": "^4.0.7",
		"tailwindcss": "3.4.19",
		"typescript": "6.0.2",
		"webpack": "^5.106.1"
	},
	"dependencies": {
		"@headlessui/react": "2.2.10",
		"@wordpress/block-editor": "15.16.0",
		"@wordpress/blocks": "15.16.0",
		"@wordpress/edit-post": "^8.43.0",
		"@wordpress/element": "6.43.0",
		"@wordpress/escape-html": "^3.43.0",
		"@wordpress/hooks": "4.43.0",
		"@wordpress/html-entities": "^4.43.0",
		"@wordpress/i18n": "6.16.0",
		"classnames": "^2.5.1",
		"copy-to-clipboard": "3.3.3",
		"react-simple-code-editor": "0.14.1",
		"shiki": "0.14.7",
		"strip-ansi": "^7.2.0",
		"swr": "2.4.1",
		"zustand": "5.0.12"
	}
}
