{
	"name": "skyro-woocommerce-checkout",
	"version": "1.0.0",
	"description": "A WooCommerce Checkout Extension",
	"keywords": [
		"themehigh",
		"woocommerce",
		"checkout"
	],
	"homepage": "https://themehigh.com/",
	"license": "GPL-3.0+",
	"directories": {
		"test": "tests"
	},
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"start": "wp-scripts start",
		"build": "wp-scripts build"
	},
	"devDependencies": {
		"@types/react-color": "^3.0.11",
		"@typescript-eslint/eslint-plugin": "^6.19.1",
		"@typescript-eslint/parser": "^6.19.1",
		"@woocommerce/dependency-extraction-webpack-plugin": "^3.0.1",
		"@wordpress/eslint-plugin": "^17.7.0",
		"@wordpress/scripts": "^27.1.0",
		"eslint": "^8.56.0",
		"mini-css-extract-plugin": "^2.9.2",
		"sass-loader": "^16.0.4",
		"ts-loader": "^9.5.1",
		"typescript": "^5.3.3",
		"webpack-bundle-analyzer": "^4.10.1",
		"@types/react": "^18.2.48",
		"@types/react-dom": "^18.2.18",
		"@types/wordpress__block-editor": "^11.5.11",
		"@types/wordpress__media-utils": "^4.14.4"
	},
	"dependencies": {
		"@wordpress/api-fetch": "^6.46.0",
		"jquery": "^3.7.1",
		"react-color": "^2.19.3",
		"react-router-dom": "^6.21.3",
		"react-select": "^5.8.0"
	}
}
