{
	"name": "makeiteasy-popup",
	"version": "1.4.0",
	"description": "Popup block solution aligned with block editor concept",
	"author": "Lovro Hrust",
	"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"
	},
	"devDependencies": {
		"@wordpress/scripts": "^31.5.0",
		"dotenv": "^17.2.3",
		"eslint": "^8.57.1"
	},
	"dependencies": {
		"js-cookie": "^3.0.5",
		"micromodal": "^0.6.1",
		"nanoid": "^5.1.6"
	}
}
