{
	"name": "pixel-post-grid",
	"version": "1.0.0",
	"description": "Pixel post grid block",
	"author": "faridmia",
	"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",
		"dev": "wp-scripts start"
	},
	"devDependencies": {
		"@wordpress/scripts": "^30.11.0"
	},
	"dependencies": {
		"@wordpress/icons": "^10.18.0",
		"react": "^18.3.1",
		"react-dom": "^18.3.1",
		"react-select": "^5.10.2",
		"react-slick": "^0.30.3",
		"slick-carousel": "^1.8.1"
	}
}
