woocommerce/plugins/woocommerce-beta-tester/package.json

106 lines
3.3 KiB
JSON
Raw Normal View History

2018-06-06 08:21:10 +00:00
{
2022-04-27 03:10:48 +00:00
"name": "woocommerce-beta-tester",
"description": "Setting up the local beta tester scripts.",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "git://github.com/woocommerce/woocommerce-beta-tester.git"
},
"title": "WooCommerce Beta Tester",
"version": "2.3.0",
2022-04-27 03:10:48 +00:00
"homepage": "http://github.com/woocommerce/woocommerce-beta-tester",
"devDependencies": {
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@types/wordpress__components": "^19.10.3",
"@types/wordpress__plugins": "3.0.0",
"@woocommerce/dependency-extraction-webpack-plugin": "workspace:*",
"@woocommerce/eslint-plugin": "workspace:*",
"@wordpress/env": "^8.2.0",
"@wordpress/prettier-config": "2.17.0",
2022-06-07 21:14:50 +00:00
"@wordpress/scripts": "^19.2.4",
"eslint": "^8.32.0",
"prettier": "npm:wp-prettier@^2.8.5",
"ts-loader": "^9.4.1",
2023-08-08 04:35:31 +00:00
"typescript": "^5.1.6",
2022-04-27 03:10:48 +00:00
"uglify-js": "^3.5.3"
},
"dependencies": {
"@emotion/react": "^11.10.4",
2022-06-08 01:58:25 +00:00
"@types/prop-types": "^15.7.4",
"@woocommerce/admin-layout": "workspace:*",
"@woocommerce/components": "workspace:*",
"@woocommerce/data": "workspace:*",
"@woocommerce/expression-evaluation": "workspace:*",
"@woocommerce/product-editor": "workspace:*",
"@wordpress/api-fetch": "wp-6.0",
"@wordpress/components": "wp-6.0",
"@wordpress/compose": "wp-6.0",
"@wordpress/data": "wp-6.0",
"@wordpress/data-controls": "wp-6.0",
"@wordpress/element": "wp-6.0",
"@wordpress/hooks": "wp-6.0",
2023-10-26 12:07:09 +00:00
"@wordpress/i18n": "wp-6.0",
2023-10-26 11:20:27 +00:00
"@wordpress/icons": "wp-6.0",
2023-10-26 12:07:09 +00:00
"@wordpress/plugins": "wp-6.0",
"prop-types": "^15.8.1"
},
"peerDependencies": {
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
2022-04-27 03:10:48 +00:00
"assets": {
"js": {
"min": "assets/js/*.min.js",
"js": "assets/js/*.js"
}
},
Template API: Expose template block id and order to client (#40263) * Update unit tests to handle _templateBlockId and _templateBlockOrder * Refactor get_formatted_template * Initial @woocommerce/block-templates package * Add block-templates to admin webpack * Add block-templates to dependency-extraction-webpack-plugin * Add block-templates to admin assets * Add block-templates dependency * Update name block * Update syncpack * Update regular price block * Update tab block * Update section block * Add @wordpress/deprecated to package * Deprecated initBlock * Update attributes block * Update catalog visibility block * Update checkbox block * Update conditional block * Update collapsible block * Allow additional props to be passed to useWooBlockProps * Update inventory sku block * Update inventory quantity block * Update inventory email block * Update images block * Update description block * Update radio block * Update pricing block * Update password block * Update notice block * Update shipping dimensions block * Update shipping class block * Update schedule sale block * Update sale price block * Update toggle block * Update taxonomy block * Update tag block * Update summary block * Update variations block * Update variations options block * Update variation items blocks * Changelog * Changelog * Changelog * Changelog * Changelog * Add test for registerWooBlockType * Add @testing-library/react-hooks to devDependencies * Add test for useWooBlockProps * Document API * Fix linting issues in README.md * Fix tabs tests by mocking useWooBlockProps * Allow header duplication under different nesting * Remove unused import (fixes lint error) * Update lock file
2023-09-27 20:38:56 +00:00
"config": {
"build_step": "pnpm run build:zip"
},
2022-04-27 03:10:48 +00:00
"scripts": {
"postinstall": "composer install",
2022-06-10 00:21:48 +00:00
"changelog": "composer exec -- changelogger",
"build": "pnpm -w exec turbo run turbo:build --filter=$npm_package_name",
"turbo:build": "pnpm run build:admin && pnpm run uglify",
2022-06-07 03:37:58 +00:00
"build:admin": "wp-scripts build",
2022-04-27 03:10:48 +00:00
"build:zip": "./bin/build-zip.sh",
"build:dev": "pnpm run lint:js && pnpm run build",
"uglify": "rm -f $npm_package_assets_js_min && for f in $npm_package_assets_js_js; do file=${f%.js}; node_modules/.bin/uglifyjs $f -c -m > $file.min.js; done",
"check-engines": "wp-scripts check-engines",
"check-licenses": "wp-scripts check-licenses",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
2022-06-08 01:39:59 +00:00
"lint:css:fix": "wp-scripts lint-style --fix",
2023-08-09 00:20:34 +00:00
"lint:php": "composer run-script phpcs",
"lint:php:fix": "composer run-script phpcbf",
"lint:js": "wp-scripts lint-js",
2022-06-08 01:39:59 +00:00
"lint:js:fix": "wp-scripts lint-js --fix",
"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"
2022-04-27 03:10:48 +00:00
},
"engines": {
"node": "^16.14.1",
"pnpm": "^8.6.7"
2022-04-27 03:10:48 +00:00
},
"lint-staged": {
"*.php": [
"php -d display_errors=1 -l",
2022-06-21 19:26:15 +00:00
"composer run-script phpcs-pre-commit"
2022-04-27 03:10:48 +00:00
],
"*.(t|j)s?(x)": [
2022-06-08 01:39:59 +00:00
"npm run lint:js:fix"
],
"*.scss": [
2022-06-08 01:39:59 +00:00
"npm run lint:css:fix"
2022-04-27 03:10:48 +00:00
]
}
2018-06-06 08:21:10 +00:00
}