{
	"name": "gf-social-icons",
	"version": "1.2.1",
	"description": "Floating, sticky social media icons for WordPress with Customizer support.",
	"author": "Gutefy",
	"license": "GPL-2.0-or-later",
	"main": "build/customizer.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": "npm-run-all clean-zip build zip-files",
		"start": "wp-scripts start",
		"clean-zip": "rm -rf gf-social-icons.zip plugin-zip && mkdir -p plugin-zip/gf-social-icons",
		"zip-files": "cp -r includes build vendor src composer.json package.json webpack.config.js gf-social-icons.php uninstall.php LICENSE README.txt README.md plugin-zip/gf-social-icons && cd plugin-zip && zip -r ../gf-social-icons.zip gf-social-icons -x '*.DS_Store'"
	},
	"devDependencies": {
		"@types/sortablejs": "^1.15.8",
		"@wordpress/scripts": "^27.9.0",
		"copy-webpack-plugin": "^12.0.2",
		"npm-run-all": "^4.1.5"
	},
	"dependencies": {
		"@fortawesome/fontawesome-svg-core": "^6.5.2",
		"@fortawesome/free-solid-svg-icons": "^6.5.2",
		"@fortawesome/react-fontawesome": "^0.2.2",
		"react-sortablejs": "^6.1.4",
		"sortablejs": "^1.15.2"
	}
}
