2021-02-22 02:16:59 +00:00
|
|
|
{
|
|
|
|
"name": "woocommerce-admin-test-helper",
|
|
|
|
"title": "WooCommerce Admin Test Helper",
|
|
|
|
"license": "GPL-3.0-or-later",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "woocommerce-admin-test-helper",
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-02-28 09:02:27 +00:00
|
|
|
"@woocommerce/dependency-extraction-webpack-plugin": "1.4.0",
|
2021-02-22 02:16:59 +00:00
|
|
|
"@woocommerce/eslint-plugin": "1.1.0",
|
2021-02-28 09:02:27 +00:00
|
|
|
"@wordpress/scripts": "^13.0.3"
|
2021-02-23 06:28:11 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-02-28 09:02:27 +00:00
|
|
|
"@woocommerce/data": "^1.1.1",
|
|
|
|
"@wordpress/api-fetch": "^3.21.5",
|
2021-02-26 03:48:05 +00:00
|
|
|
"@wordpress/components": "^12.0.7",
|
2021-02-28 09:02:27 +00:00
|
|
|
"@wordpress/data": "^4.26.7",
|
2021-02-23 06:28:11 +00:00
|
|
|
"@wordpress/element": "^2.19.1"
|
2021-02-22 02:16:59 +00:00
|
|
|
}
|
|
|
|
}
|