{
	"name": "woocommerce-order-workflow",
	"title": "woocommerce-order-workflow",
	"license": "GPL-3.0-or-later",
	"version": "0.1.0",
	"description": "woocommerce-order-workflow",
	"scripts": {
		"build": "wp-scripts build",
		"check-engines": "wp-scripts check-engines",
		"check-licenses": "wp-scripts check-licenses",
		"format:js": "wp-scripts format-js",
		"lint:css": "wp-scripts lint-style",
		"lint:js": "wp-scripts lint-js",
		"lint:md:docs": "wp-scripts lint-md-docs",
		"lint:md:js": "wp-scripts lint-md-js",
		"lint:pkg-json": "wp-scripts lint-pkg-json",
		"packages-update": "wp-scripts packages-update",
		"start": "wp-scripts start",
		"test:e2e": "wp-scripts test-e2e",
		"test:unit": "wp-scripts test-unit-js",
		"i18n": "for file in `find ./languages -name '*-js-*.po'` ; do npx po2json $file ${file/.po/.json} -f jed1.x --domain=wppdev-woocommerce-order-status ; done"
	},
	"dependencies": {
		"@fortawesome/fontawesome-svg-core": "^1.2.35",
		"@fortawesome/free-solid-svg-icons": "^5.15.3",
		"@fortawesome/react-fontawesome": "^0.1.14",
		"@wordpress/compose": "3.9.0",
		"@wordpress/data": "4.11.0",
		"@wordpress/data-controls": "1.5.0",
		"@wordpress/element": "2.10.0",
		"@wordpress/i18n": "3.7.0",
		"classnames": "2.2.6",
		"d3-graphviz": "^4.0.0",
		"graphviz-react": "^1.1.1",
		"react-fa-icon-picker": "^1.0.3",
		"react-select": "^4.3.0",
		"uniqid": "5.2.0",
		"yup": "^0.32.9"
	},
	"devDependencies": {
		"@babel/preset-env": "^7.14.0",
		"@babel/preset-react": "^7.13.13",
		"@babel/preset-typescript": "^7.13.0",
		"@types/jest": "^26.0.23",
		"@types/node": "^15.0.1",
		"@types/react": "^17.0.4",
		"@types/react-dom": "^17.0.3",
		"@woocommerce/dependency-extraction-webpack-plugin": "1.4.0",
		"@woocommerce/eslint-plugin": "1.1.0",
		"@wordpress/babel-plugin-makepot": "^4.1.0",
		"@wordpress/scripts": "^12.2.1",
		"babel-plugin-transform-class-properties": "^6.24.1",
		"import-glob": "^1.5.0",
		"node-sass-glob-importer": "^5.3.2",
		"po2json": "^0.4.5",
		"ts-loader": "^9.1.1",
		"typescript": "^4.2.4",
		"webpack-livereload-plugin": "^3.0.1"
	}
}
