{
	"name": "curved-text-block",
	"version": "0.1.0",
	"description": "Example block scaffolded with Create Block tool.",
	"author": "The WordPress Contributors",
	"license": "GPL-2.0-or-later",
	"main": "build/index.js",
	"scripts": {
		"build": "wp-scripts build --webpack-copy-php --blocks-manifest",
		"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",
		"docker-deploy": "docker cp .\\build\\ 2c33deeaaadeaa1d4f9bdff92b02ed45b8256d57aa558bdea8779d74f3a70833:/home/curved-text-block",
		"start-no-deploy": "wp-scripts start --webpack-copy-php --blocks-manifest",
		"start": "concurrently \"wp-scripts start --webpack-copy-php --blocks-manifest\" \"nodemon --watch build --ext js,css,php --delay 2 --exec npm run docker-deploy\""
	},
	"devDependencies": {
		"@tailwindcss/forms": "^0.5.10",
		"@tailwindcss/postcss": "^4.1.11",
		"@tailwindcss/typography": "^0.5.16",
		"@wordpress/scripts": "^30.20.0",
		"autoprefixer": "^10.4.21",
		"concurrently": "^9.2.0",
		"nodemon": "^3.1.10",
		"postcss": "^8.5.6",
		"tailwindcss": "^4.1.11"
	},
	"dependencies": {
		"@tailwindcss/cli": "^4.1.10",
		"@wordpress/element": "^6.25.0",
		"react-draggable": "^4.4.6"
	}
}
