woocommerce/package.json

39 lines
1.2 KiB
JSON
Raw Normal View History

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",
2021-03-29 05:29:24 +00:00
"test:unit": "wp-scripts test-unit-js",
"zip": "./bin/build-zip.sh"
2021-02-22 02:16:59 +00:00
},
"devDependencies": {
"@woocommerce/dependency-extraction-webpack-plugin": "1.4.0",
2021-02-22 02:16:59 +00:00
"@woocommerce/eslint-plugin": "1.1.0",
"@wordpress/scripts": "^13.0.3"
2021-02-23 06:28:11 +00:00
},
"dependencies": {
"@woocommerce/data": "^1.1.1",
"@wordpress/api-fetch": "^3.21.5",
2021-02-26 03:48:05 +00:00
"@wordpress/components": "^12.0.7",
"@wordpress/compose": "^3.24.4",
"@wordpress/data": "^4.26.7",
"@wordpress/data-controls": "^1.20.7",
2021-03-01 06:35:55 +00:00
"@wordpress/element": "^2.19.1",
"@wordpress/hooks": "^2.11.1"
2021-02-22 02:16:59 +00:00
}
}