{
	"name": "wpcp-tools",
	"version": "0.1.0",
	"description": "A collection of productivity tools for the WordPress Command Palette",
	"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",
		"start:hot": "wp-scripts start --hot",
		"eject": "node scripts/eject.mjs",
		"rename": "node scripts/rename.mjs"
	},
	"devDependencies": {
		"@trivago/prettier-plugin-sort-imports": "^4.2.1",
		"@types/canvas-confetti": "^1.6.2",
		"@types/wordpress__block-editor": "^11.5.6",
		"@types/wordpress__blocks": "^12.5.7",
		"@types/wordpress__edit-post": "^7.5.4",
		"@typescript-eslint/eslint-plugin": "^6.9.1",
		"@typescript-eslint/parser": "^6.9.1",
		"@wordpress/block-editor": "^12.12.0",
		"@wordpress/env": "^8.10.0",
		"@wordpress/scripts": "^26.15.0",
		"@wordpress/url": "^3.45.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-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",
		"prettier": "^3.0.3",
		"replace-in-file": "^7.0.2",
		"tailwindcss": "^3.3.5",
		"typescript": "^5.2.2"
	},
	"dependencies": {
		"@wordpress/block-editor": "^12.12.0",
		"@wordpress/blocks": "^12.21.0",
		"@wordpress/commands": "^0.15.0",
		"@wordpress/edit-post": "^7.21.0",
		"@wordpress/element": "^5.21.0",
		"@wordpress/i18n": "^4.44.0",
		"@wordpress/icons": "^9.35.0",
		"@wordpress/plugins": "^6.12.0",
		"canvas-confetti": "^1.9.0",
		"colord": "^2.9.3",
		"copy-to-clipboard": "^3.3.3",
		"mathjs": "^12.0.0"
	}
}
